Ecosyste.ms: Timeline

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

duckdb/pg_duckdb

JelteF pushed 2 commits to default-settings duckdb/pg_duckdb
  • Only actually run INSTALL EXTENSION when calling duckdb.install_extension 03f7208
  • Make duckdb.install_extension a no-op when the extension is already installed e4f1922

View on GitHub

Y-- created a review on a pull request on duckdb/pg_duckdb

View on GitHub

Y-- created a review comment on a pull request on duckdb/pg_duckdb
nit ```suggestion CheckRewritten(List *rewritten) { ``` (to keep consistency w/ other functions in this file - unless it's to keep the Postgres original casing?) Also it seems this function ...

View on GitHub

Y-- created a review comment on a pull request on duckdb/pg_duckdb
nit - we could move that call after the `if`

View on GitHub

mkaruza pushed 1 commit to heap-get-pages duckdb/pg_duckdb

View on GitHub

Y-- created a comment on a pull request on duckdb/pg_duckdb
Can we add a test?

View on GitHub

Y-- created a review on a pull request on duckdb/pg_duckdb

View on GitHub

mkaruza opened a pull request on duckdb/pg_duckdb
Don't get page if buffer was released
There is edge case when we relase buffer and also have complete output vector filled. In that case we would call `BufferGetPage` with InvalidBuffer as parameter. Current check is only to check bloc...
mkaruza created a branch on duckdb/pg_duckdb

heap-get-pages - DuckDB-powered Postgres for high performance apps & analytics.

JelteF pushed 1 commit to pgspot-fixes duckdb/pg_duckdb

View on GitHub

Y-- created a comment on a pull request on duckdb/pg_duckdb
> Let's open an issue to investigate why we're calling this function in aborted transaction. That seems not on purpose. Filed https://github.com/duckdb/pg_duckdb/issues/349

View on GitHub

Y-- opened an issue on duckdb/pg_duckdb
`IsExtensionRegistered` should not be called in an aborted transaction
### Description Follow-up of Issue https://github.com/duckdb/pg_duckdb/issues/336 We made a small patch to prevent the crash, but we shouldn't call `IsExtensionRegistered` in the an aborted trans...
Y-- closed an issue on duckdb/pg_duckdb
Server crashes If extension drops inside transaction block
### 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/fix-336

Y-- pushed 1 commit to main duckdb/pg_duckdb
  • Don't check if extension is registered in aborted tx (#339) 11734f5

View on GitHub

Y-- closed a pull request on duckdb/pg_duckdb
Don't check if extension is registered in aborted tx
Fixes https://github.com/duckdb/pg_duckdb/issues/336
saygoodbyye opened an issue on duckdb/pg_duckdb
Server crashes if parallel run concurrency test
### What happens? If we parallel run concurrency test added in #310, server will crash PostgreSQL build: ``` CFLAGS='-Og' ./configure --enable-tap-tests --with-openssl --enable-debug --enable-c...
justfortaste starred duckdb/pg_duckdb
wuputah pushed 1 commit to docs duckdb/pg_duckdb

View on GitHub

jonmd starred duckdb/pg_duckdb
Luoyufu starred duckdb/pg_duckdb
seanc starred duckdb/pg_duckdb
JelteF pushed 1 commit to main duckdb/pg_duckdb
  • Add script to load TPC-DS data (#346) This is useful for running quick benchmarks and also to link to in the upcomi... 86f1120

View on GitHub

JelteF closed a pull request on duckdb/pg_duckdb
Add script to load TPC-DS data
This is useful for running quick benchmarks and also to link to in the upcoming blogpost.
wuputah created a review on a pull request on duckdb/pg_duckdb

View on GitHub

JelteF opened a pull request on duckdb/pg_duckdb
Add script to load TPC-DS data
This is useful for running quick benchmarks and also to link to in the upcoming blogpost.
JelteF created a branch on duckdb/pg_duckdb

add-tpcds-load-script - DuckDB-powered Postgres for high performance apps & analytics.

wuputah created a review comment on a pull request on duckdb/pg_duckdb
```suggestion -- We explicitly don't set the search_path here in the function definition. -- Because we actually need the original search_path that was active during the -- GRANT to resolve the ...

View on GitHub

wuputah created a review on a pull request on duckdb/pg_duckdb
just noticed some typos in comments

View on GitHub

wuputah created a review on a pull request on duckdb/pg_duckdb
just noticed some typos in comments

View on GitHub

Load more