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 1 commit to rename-duckdb.execution duckdb/pg_duckdb

View on GitHub

charczar starred duckdb/pg_duckdb
Y-- created a review on a pull request on duckdb/pg_duckdb
Approving to unblock, but I think we should optimistically load it if possible :-)

View on GitHub

JelteF created a branch on duckdb/pg_duckdb

temp-directory - DuckDB-powered Postgres for high performance apps & analytics.

Y-- created a review comment on a pull request on duckdb/pg_duckdb
Can we still try to load it for those who can? ```suggestion if (extension.name == "httpfs") { continue; } try { DuckDBQueryOrThrow(context, "LOAD " + extension.name); } catc...

View on GitHub

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

View on GitHub

JelteF deleted a branch duckdb/pg_duckdb

add-setting-aliases

JelteF pushed 1 commit to main 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

View on GitHub

JelteF closed a pull request on duckdb/pg_duckdb
Add the same GUC aliases that DuckDB has
Some of the DuckDB settings that we support can be changed using two names in DuckDB. This starts to support both of them.
Y-- opened a pull request on duckdb/pg_duckdb
Synchronise extensions before reconnect
Fixes https://github.com/duckdb/pg_duckdb/issues/278
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 the same GUC aliases that DuckDB has
Some of the DuckDB settings that we support can be changed using two names in DuckDB. This starts to support both of them.
wuputah created a review on a pull request on duckdb/pg_duckdb

View on GitHub

JelteF opened a pull request on duckdb/pg_duckdb
Rename duckdb.execution to duckdb.force_execution
Many people won't need to turn this setting on anymore now that we automatically upgrade to DuckDB execution in many cases. So this changes the name of `duckdb.execution` to `duckdb.force_execution...
JelteF created a branch on duckdb/pg_duckdb

rename-duckdb.execution - DuckDB-powered Postgres for high performance apps & analytics.

wuputah deleted a branch duckdb/pg_duckdb

jd/docker-compose

wuputah closed a pull request on duckdb/pg_duckdb
Docker compose
Usage: ```shell git clone https://github.com/duckdb/pg_duckdb cd pg_duckdb docker compose up -d docker exec db psql ``` Alternatively, the compose file and config file `docker` directory...
JelteF created a review on a pull request on duckdb/pg_duckdb

View on GitHub

JelteF opened 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) ``` SELECT duckdb.install_extension('httpfs'); ``` Would completely break DuckDB functionality. You would always get the following er...
JelteF created a branch on duckdb/pg_duckdb

fix-install-httpfs - DuckDB-powered Postgres for high performance apps & analytics.

hayssams starred duckdb/pg_duckdb
eugeneduvenage starred duckdb/pg_duckdb
ak-coram starred duckdb/pg_duckdb
Y-- deleted a branch duckdb/pg_duckdb

fix/pg-crash

Y-- closed a pull request on duckdb/pg_duckdb
Add missing lock
Fixes https://github.com/duckdb/pg_duckdb/issues/308
JelteF created a review on a pull request on duckdb/pg_duckdb

View on GitHub

JelteF opened an issue on duckdb/pg_duckdb
Change name of `duckdb.execution` to `duckdb.force_execution` and make it less visible
### Description Many people won't need to turn this setting on anymore now that we automatically upgrade to duckdb execution in many cases. So let's change the name `duckdb.force_execution` to mak...
Sidddddarth starred duckdb/pg_duckdb
JelteF opened an issue on duckdb/pg_duckdb
Add read_json support
### Description That's one of the common read functions that we are missing
Y-- created a comment on an issue on duckdb/pg_duckdb
Thanks for the report! Will be fixed in https://github.com/duckdb/pg_duckdb/pull/310

View on GitHub

Load more