Ecosyste.ms: Timeline

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

duckdb/pg_duckdb

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

View on GitHub

ondrejmo starred duckdb/pg_duckdb
bleskes pushed 3 commits to readme_tweaks duckdb/pg_duckdb
  • Rename duckdb.execution to duckdb.force_execution (#314) Many people won't need to turn this setting on anymore now ... 379a0ff
  • README: Add shared_preload_libraries requirement (#319) We were missing this in the installation steps. Fixes #31... 0c2df0d
  • Merge branch 'main' into readme_tweaks a157ed6

View on GitHub

bleskes created a comment on an issue on duckdb/pg_duckdb
Sounds great. Thanks!

View on GitHub

bleskes closed 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...
mehd-io created a comment on an issue on duckdb/pg_duckdb
Regarding DuckDB extensions - do we support them all ? I think we need to adapt the language there, otherwise people will think that everything just work.

View on GitHub

mehd-io created a comment on an issue on duckdb/pg_duckdb
@JelteF In the current readme we talk about AWS S3, Cloudflare R2, or Google GCS and sometimes `S3, GCP and Azure`. * Do we support all of them ? There aren't any interface to do secrets wise that...

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
Needs to be renamed now since #314 ```suggestion SET duckdb.force_execution TO false; ```

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
I think this was better in the previous place. That way even if `LoadSecrets` fails midway through when adding e.g. the 3rd secret, the 2 previously created secrets would be cleaned up by `DropSecr...

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
No need to do this. It's a session-level SET, so it will be gone after the test finishes anyway. ```suggestion ```

View on GitHub

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

View on GitHub

JelteF opened an issue on duckdb/pg_duckdb
[refactor]: Make InsertTupleIntoChunk & HeapTupleFetchNextColumnDatum easier to understand
### Description While working on #322 it took me a lot of time to grasp how InsertTupleIntoChunk & HeapTupleFetchNextColumnDatum worked. Partially it's because they are doing something relatively ...
JelteF pushed 2 commits to fix-mistake-using-wrong-index duckdb/pg_duckdb
  • README: Add shared_preload_libraries requirement (#319) We were missing this in the installation steps. Fixes #31... 0c2df0d
  • Lookup is_null correctly in case of pushed down filters While running TPCDS queries a few of them crashed Postgres w... dc2bbfd

View on GitHub

JelteF opened a pull request on duckdb/pg_duckdb
Lookup is_null correctly in case of pushed down filters
While running TPCDS queries a few of them crashed Postgres when using `duckdb.force_execution = true`. It turns out that happened because it would look at the NULL value for the wrong field. This f...
JelteF pushed 1 commit to fix-mistake-using-wrong-index duckdb/pg_duckdb
  • Lookup is_null correctly in case of pushed down filters While running TPCDS queries a few of them crashed Postgres w... e8b4e61

View on GitHub

JelteF closed 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...
JelteF pushed 1 commit to main duckdb/pg_duckdb
  • README: Add shared_preload_libraries requirement (#319) We were missing this in the installation steps. Fixes #31... 0c2df0d

View on GitHub

JelteF closed 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...
JelteF deleted a branch duckdb/pg_duckdb

readme-shared_preload_libraries

JelteF closed 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
wuputah created a review on a pull request on duckdb/pg_duckdb

View on GitHub

GoDjMike starred duckdb/pg_duckdb
JelteF created a branch on duckdb/pg_duckdb

fix-mistake-using-wrong-index - DuckDB-powered Postgres for high performance apps & analytics.

JelteF created a comment on an issue on duckdb/pg_duckdb
In #314 I removed the warning and updated the message in the README as well as changing the name to `duckdb.force_execution`. I think that solves this issues.

View on GitHub

iemejia starred duckdb/pg_duckdb
JelteF pushed 1 commit to main duckdb/pg_duckdb
  • Rename duckdb.execution to duckdb.force_execution (#314) Many people won't need to turn this setting on anymore now ... 379a0ff

View on GitHub

JelteF deleted a branch duckdb/pg_duckdb

rename-duckdb.execution

JelteF closed 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...
JelteF closed 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...
wuputah created a review on a pull request on duckdb/pg_duckdb

View on GitHub

Load more