Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

duckdb/pg_duckdb

Y-- closed a pull request on duckdb/pg_duckdb
Revert "Allocate buffer once per local state (#324)"
PR #324 seemed to cause some flaky crash, reverting while we investigate. This reverts commit 511c6187cc6e0f15c479ced15fd1b28c7e764e58.
JelteF created a review on a pull request on duckdb/pg_duckdb

View on GitHub

Y-- opened a pull request on duckdb/pg_duckdb
Revert "Allocate buffer once per local state (#324)"
PR #324 seemed to cause some flaky crash, reverting while we investigate. This reverts commit 511c6187cc6e0f15c479ced15fd1b28c7e764e58.
Y-- created a branch on duckdb/pg_duckdb

yl/revert-324 - DuckDB-powered Postgres for high performance apps & analytics.

Y-- deleted a branch duckdb/pg_duckdb

yl/allocate-buffer-once

Y-- pushed 1 commit to main duckdb/pg_duckdb
  • Allocate buffer once per local state (#324) 511c618

View on GitHub

Y-- closed a pull request on duckdb/pg_duckdb
Allocate buffer once per local state
As discussed in https://github.com/duckdb/pg_duckdb/issues/323: only allocate `values` and `nulls` buffers once per local state (i.e 1/ thread participating to the query) rather than once per call ...
JelteF created a review on a pull request on duckdb/pg_duckdb
I'm not super happy about merging perf improvements so close to the release. But this seems simple enough that I think it's probably worth doing it anyway. @mkaruza had a branch with some more impr...

View on GitHub

Y-- created a comment on an issue on duckdb/pg_duckdb
Thanks for the report! We've not been able to reproduce so far, but may have identified the issue (cf [this PR](https://github.com/duckdb/pg_duckdb/pull/326)). Would you mind pulling the latest ve...

View on GitHub

Y-- pushed 1 commit to main duckdb/pg_duckdb
  • Invalidate buffer after release (#326) dbc0bd8

View on GitHub

Y-- deleted a branch duckdb/pg_duckdb

invalidate-buffer

JelteF created a review on a pull request on duckdb/pg_duckdb

View on GitHub

Y-- opened a pull request on duckdb/pg_duckdb
Invalidate buffer after release
Y-- created a branch on duckdb/pg_duckdb

invalidate-buffer - DuckDB-powered Postgres for high performance apps & analytics.

mkaruza created a review on a pull request on duckdb/pg_duckdb

View on GitHub

saygoodbyye opened an issue on duckdb/pg_duckdb
Server crashes on executing SELECT count(*) FROM t
### What happens? Server crashes when executing the script below PostgreSQL build: ``` CFLAGS='-Og' ./configure --enable-tap-tests --with-openssl --enable-debug --enable-cassert --with-icu --wi...
Y-- deleted a branch duckdb/pg_duckdb

yl/create-docker-runner

Y-- opened a pull request on duckdb/pg_duckdb
Allocate buffer once per local state
Y-- created a branch on duckdb/pg_duckdb

yl/allocate-buffer-once - DuckDB-powered Postgres for high performance apps & analytics.

utku-az starred duckdb/pg_duckdb
Y-- pushed 1 commit to main duckdb/pg_duckdb
  • Synchronise extensions before reconnect (#316) 25ce44d

View on GitHub

Y-- closed an issue on duckdb/pg_duckdb
Extensions are not synced before reconnect
Basically the same problem as #215, but for exensions instead of secrets. This was reported by @rakesh-tmdc in #209 A workaround for this is to either reconnect, or to run `SELECT * FROM duckdb....
Y-- deleted a branch duckdb/pg_duckdb

yl/reload-extensions

Y-- closed a pull request on duckdb/pg_duckdb
Synchronise extensions before reconnect
If duckdb.extensions table is inserted, updated or deleted in same connection we would not sync changes for next query. Introduce sequence that keeps track of each change so we can compare with and...
JelteF created a review on a pull request on duckdb/pg_duckdb

View on GitHub

bleskes pushed 1 commit to main duckdb/pg_duckdb
  • Some organizational tweaks to the README to expose the two main usages (#320) Co-authored-by: Jelte Fennema-Nio <jel... e863b7e

View on GitHub

bleskes deleted a branch duckdb/pg_duckdb

readme_tweaks

JelteF created a review on a pull request on duckdb/pg_duckdb

View on GitHub

bleskes pushed 2 commits to readme_tweaks duckdb/pg_duckdb
  • Lookup is_null correctly in case of pushed down filters (#322) While running TPCDS queries a few of them crashed Pos... 76872f1
  • Merge branch 'main' into readme_tweaks 0b8150d

View on GitHub

Load more