Ecosyste.ms: Timeline

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

duckdb/pg_duckdb

jonas-l starred duckdb/pg_duckdb
wuputah created a review on a pull request on duckdb/pg_duckdb

View on GitHub

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

View on GitHub

JelteF opened a pull request on duckdb/pg_duckdb
Update default settings
Fixes #217
JelteF created a branch on duckdb/pg_duckdb

default-settings - DuckDB-powered Postgres for high performance apps & analytics.

JelteF pushed 1 commit to rename-max-threads-per-query duckdb/pg_duckdb
  • Rename duckdb.max_threads_per_query to duckdb.max_threads_per_postgres_scan The name didn't reflect what it was actu... 36aef7e

View on GitHub

JelteF opened a pull request on duckdb/pg_duckdb
Rename duckdb.max_threads_per_query to duckdb.max_threads_per_postgres_scan
The name didn't reflect what it was actually doing.
JelteF created a branch on duckdb/pg_duckdb

rename-max-threads-per-query - DuckDB-powered Postgres for high performance apps & analytics.

JelteF pushed 1 commit to jd/readme duckdb/pg_duckdb
  • Link to docker readme from the main readme 779adb7

View on GitHub

saygoodbyye created a comment on an issue on duckdb/pg_duckdb
@JelteF, could you try this one? ``` BEGIN; CREATE EXTENSION pg_duckdb; SELECT * FROM test; END; ```

View on GitHub

JelteF created a comment on an issue on duckdb/pg_duckdb
Thanks for the report. And hmm, that's a weird Assert to fail on. Somehow `IsTransactionState()` is returning false. However, I cannot reproduce this. Maybe it has to do with your definition of ...

View on GitHub

saygoodbyye opened 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...
wuputah pushed 2 commits to jd/readme duckdb/pg_duckdb

View on GitHub

wuputah created a comment on a pull request on duckdb/pg_duckdb
* maybe put features above installation * not sure where is best to put the duckdb.force_execution note, but it feels out of place atm

View on GitHub

wuputah pushed 1 commit to jd/readme duckdb/pg_duckdb
  • README and docker docs add a Docker-only README * this is intended for use on Dockerhub * contains details about the... 6c3a6d4

View on GitHub

wuputah opened a draft pull request on duckdb/pg_duckdb
README and docs
so far: * add docker and pgxman * add a Docker-specific readme intended for Dockerhub * misc edits Feel free to continue edits on this branch.
wuputah created a branch on duckdb/pg_duckdb

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

fr3fou starred duckdb/pg_duckdb
JelteF created a comment on an issue on duckdb/pg_duckdb
Let's rename it. 0.0.1 has meant so many different things that creating an upgrade path is pretty much impossible.

View on GitHub

JelteF created a comment on an issue on duckdb/pg_duckdb
> possibly relevant: [pgxn.org/dist/uint128](https://pgxn.org/dist/uint128/) Interesting I didn't know that one. But that is unsurprising since that one was only released last week. I did know a...

View on GitHub

wuputah opened an issue on duckdb/pg_duckdb
bump version number to 0.1.0
### Description Just want to have eyes on this. Since this is the first version, do we want to "rename" 0.0.1 to 0.1.0, or "upgrade" it?
wuputah created a comment on an issue on duckdb/pg_duckdb
possibly relevant: https://pgxn.org/dist/uint128/

View on GitHub

wuputah created a comment on an issue on duckdb/pg_duckdb
I believe this was the output of the discussion today: * 4gb * unbounded (default) threads * max 1 thread per scan?

View on GitHub

saygoodbyye created a comment on an issue on duckdb/pg_duckdb
Thank you! Now I am not able to catch this server crash.

View on GitHub

SumitKumar-17 starred duckdb/pg_duckdb
wuputah opened an issue on duckdb/pg_duckdb
Set dockerhub description
### Description This page is empty: https://hub.docker.com/r/pgduckdb/pgduckdb. We should fix that, somehow. A Docker-specific readme would be ideal. We can set this via GHA per the docs here: ...
Y-- pushed 1 commit to yl/custom-allocator-2 duckdb/pg_duckdb
  • Use custom vector allocator 9894d09

View on GitHub

wuputah created a comment on an issue on duckdb/pg_duckdb
* [ ] document all (functions and) settings

View on GitHub

Y-- opened a draft pull request on duckdb/pg_duckdb
Constify params
Y-- created a branch on duckdb/pg_duckdb

yl/custom-allocator-2 - DuckDB-powered Postgres for high performance apps & analytics.

Load more