Ecosyste.ms: Timeline

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

duckdb/pg_duckdb

bleskes opened an issue on duckdb/pg_duckdb
Adapt the warning message on `CREATE EXTENSION`
### Description Today we have: ``` WARNING: To actually execute queries using DuckDB you need to run "SET duckdb.execution TO true;" ``` That's a bit scary and also is hard to parse for peo...
mkaruza created a branch on duckdb/pg_duckdb

optimization - DuckDB-powered Postgres for high performance apps & analytics.

bleskes created a branch on duckdb/pg_duckdb

readme_tweaks - DuckDB-powered Postgres for high performance apps & analytics.

JelteF opened a pull request on duckdb/pg_duckdb
README: Add shared_preload_libraries requirement
We were missing this in the installation steps. Fixes #318 Related #287 Related #274
JelteF created a branch on duckdb/pg_duckdb

readme-shared_preload_libraries - DuckDB-powered Postgres for high performance apps & analytics.

JelteF pushed 1 commit to strict-numeric duckdb/pg_duckdb
  • readme: Add shared_preload_libraries requirement 5a09bcc

View on GitHub

JelteF created a comment on an issue on duckdb/pg_duckdb
I think there's two parts of this: 1. Running `make` was not enough to get the correct duckdb build 2. The `make clean-all` command is not discoverable enough. That one also cleans the duckdb bui...

View on GitHub

peloyeje starred duckdb/pg_duckdb
bleskes opened an issue on duckdb/pg_duckdb
[bug]: Missing shared_pre_load library in readme/install?
### Description Following the read me, I did `make install` followed by the create extension command (btw - it would be good to say "run the following command in your PG client" (it's kind of obvi...
bleskes opened an issue on duckdb/pg_duckdb
`make clean` doesn't clean duckdb's build folder
### What happens? I had an old checkout and it failed to build. Running `make clean` didn't help until I run `rm -rf third_pary/duckdb/build` . ### To Reproduce see above ### OS: mac os ### p...
nakug starred duckdb/pg_duckdb
MichaelLauer-EvCC starred duckdb/pg_duckdb
mclerk starred duckdb/pg_duckdb
HubLZQ starred duckdb/pg_duckdb
5ky9uy starred duckdb/pg_duckdb
JelteF pushed 1 commit to strict-numeric duckdb/pg_duckdb

View on GitHub

JelteF created a branch on duckdb/pg_duckdb

strict-numeric - DuckDB-powered Postgres for high performance apps & analytics.

be-rock starred duckdb/pg_duckdb
eugenever starred duckdb/pg_duckdb
philiporlando created a comment on an issue on duckdb/pg_duckdb
+1 for PostGIS support!

View on GitHub

biow0lf starred duckdb/pg_duckdb
philiporlando starred duckdb/pg_duckdb
Y-- pushed 6 commits to yl/reload-extensions duckdb/pg_duckdb
  • Add the same GUC aliases that DuckDB has (#315) Some of the DuckDB settings that we support can be changed using two... aeca4be
  • Make duckdb.install_extension('httpfs') not break the installation (#313) Running the following (and then reconnecti... f34ae06
  • Don't crash if query throws 5f2ffb8
  • Load extensions when table is updated add7187
  • Don't re-create connection 535af1f
  • Ignore jemalloc extension b61fe8d

View on GitHub

Y-- pushed 1 commit to yl/reload-extensions duckdb/pg_duckdb
  • Ignore jemalloc extension 077b7ef

View on GitHub

T3tr0 starred duckdb/pg_duckdb
JelteF deleted a branch duckdb/pg_duckdb

fix-install-httpfs

JelteF closed a pull request on duckdb/pg_duckdb
Make duckdb.install_extension('httpfs') not break the installation
Running the following (and then reconnecting because of #278) ```sql SELECT duckdb.install_extension('httpfs'); ``` Would completely break DuckDB functionality. You would always get the fol...
JelteF pushed 1 commit to rename-duckdb.execution duckdb/pg_duckdb

View on GitHub

charczar starred duckdb/pg_duckdb
Load more