Ecosyste.ms: Timeline

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

duckdb/pg_duckdb

JelteF opened an issue on duckdb/pg_duckdb
[bug]: Lose numeric zeros when rounding in duckdb
### Description ```sql create table t(a numeric); insert into t values (1.8000), (1.346); select round(a, 2) from t; ``` With PG execution this returns: ``` round ─────── 1.80 1.3...
saygoodbyye opened an issue on duckdb/pg_duckdb
Server crashes when executing SELECT COUNT(*) FROM t WHERE a % 10 = 0
### 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 1 commit to main duckdb/pg_duckdb
  • de-matrix the docker platforms (#307) Docker doesn't like it when you push from separate workers 3474922

View on GitHub

wuputah deleted a branch duckdb/pg_duckdb

jd/dematrix-docker-platform

wuputah closed a pull request on duckdb/pg_duckdb
de-matrix the docker platforms
Docker doesn't like it when you push from separate workers
Y-- created a review on a pull request on duckdb/pg_duckdb

View on GitHub

JelteF created a comment on an issue on duckdb/pg_duckdb
> I believe there's a typo [here](https://github.com/duckdb/pg_duckdb/blob/main/README.md?plain=1&rgh-link-date=2024-10-18T07%3A53%3A16Z#L138) , extra $ For me that query works. What do you thin...

View on GitHub

mehd-io created a comment on an issue on duckdb/pg_duckdb
I believe there's a typo [here](https://github.com/duckdb/pg_duckdb/blob/main/README.md?plain=1#L138) , extra $

View on GitHub

yeoyo starred duckdb/pg_duckdb
Y-- created a comment on a pull request on duckdb/pg_duckdb
An alternative would be to add the platform in the tag. Less elegant but maybe more efficient when GH comes up with Arm runners for open source projects.

View on GitHub

wuputah created a comment on a pull request on duckdb/pg_duckdb
I figured out the psql issue. The secret to inter-container networking is you need to use the name of service as the hostname. But compose doesnt really support anything interactive, so best to axe...

View on GitHub

wuputah pushed 11 commits to jd/docker-compose duckdb/pg_duckdb
  • add docker-compose.yml 2c52cdd
  • psql - WIP 20879d3
  • mount and load config file fcdba1b
  • add `create extension pg_duckdb` d2bd90b
  • ability to specify exposed PORT env var 4b2513d
  • ability to set password 11b69a8
  • remove docker-entrypoint file 4c6f9af
  • add unmodified postgresql.conf 7279be5
  • set shared_preload_libraries note that the incentive here to have this file is to give users an easy way to customiz... 0d97283
  • give up on psql 010d42b
  • use `db` f2d668a

View on GitHub

cyril-corbon starred duckdb/pg_duckdb
wuputah pushed 11 commits to jd/docker-compose duckdb/pg_duckdb
  • Set a custom_user_agent value (#306) This is a DuckDB setting that controls the result of `PRAGMA user_agent`. It's... e3478c4
  • add docker-compose.yml 57d82de
  • psql - WIP eabf847
  • mount and load config file 19d9cce
  • add `create extension pg_duckdb` 5a37bda
  • ability to specify exposed PORT env var 419d15e
  • ability to set password 5cd1bb5
  • remove docker-entrypoint file 5becbdc
  • add unmodified postgresql.conf f2c04af
  • set shared_preload_libraries note that the incentive here to have this file is to give users an easy way to customiz... a8bca33
  • give up on psql fa94280

View on GitHub

dsonu1 starred duckdb/pg_duckdb
adlerhurst starred duckdb/pg_duckdb
wuputah pushed 2 commits to jd/dematrix-docker-platform duckdb/pg_duckdb
  • Set a custom_user_agent value (#306) This is a DuckDB setting that controls the result of `PRAGMA user_agent`. It's... e3478c4
  • de-matrix the docker platform build Docker doesn't like it when you push from separate workers 4818234

View on GitHub

wuputah pushed 1 commit to jd/docker-compose duckdb/pg_duckdb

View on GitHub

JelteF pushed 1 commit to main duckdb/pg_duckdb
  • Set a custom_user_agent value (#306) This is a DuckDB setting that controls the result of `PRAGMA user_agent`. It's... e3478c4

View on GitHub

JelteF deleted a branch duckdb/pg_duckdb

custom-user-agent

JelteF closed a pull request on duckdb/pg_duckdb
Set a custom_user_agent value
This is a DuckDB setting that controls the result of `PRAGMA user_agent`. It's additionally useful for MotherDuck because it allows us to understand that certain usage in our logs is coming from pg...
Y-- created a review on a pull request on duckdb/pg_duckdb

View on GitHub

wuputah pushed 13 commits to jd/docker-compose duckdb/pg_duckdb
  • Convert BPCHAR type to DuckDB VARCHAR without padding (#304) When conversion from BPCHAR to DuckDB VARCHAR type need... 93e5762
  • Make sure ANALYZE does not fail on DuckDB tables (#302) Previously if you had any DuckDB tables and ran `ANALYZE` yo... d663d8a
  • Pre-configure docker image to use pg_duckdb (#305) This slightly modifies the default Postgres docker image so that ... ec68e8a
  • Add issue template (#301) Co-authored-by: Jelte Fennema-Nio <[email protected]> 0c34015
  • add docker-compose.yml 4fec713
  • psql - WIP 58e55b6
  • mount and load config file ed70536
  • add `create extension pg_duckdb` 9b1a51a
  • ability to specify exposed PORT env var 29f8a65
  • ability to set password 29d7841
  • remove docker-entrypoint file 6f88f02
  • add unmodified postgresql.conf 3a5c3eb
  • set shared_preload_libraries note that the incentive here to have this file is to give users an easy way to customiz... 532ab4a

View on GitHub

wuputah created a review comment on a pull request on duckdb/pg_duckdb
ah, I didnt think that you could make changes to the _sample file_ (you know, it being named "sample" and all) and it would get picked up somehow later. TIL. :joy: I think it's still nice to be abl...

View on GitHub

wuputah created a review comment on a pull request on duckdb/pg_duckdb
This is probably okay to do here. I was only hesitant to do so in case some users want to opt out of this behavior, doing so this way means they need to make their own image which removes this file...

View on GitHub

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

View on GitHub

wuputah created a review comment on a pull request on duckdb/pg_duckdb
opened #307

View on GitHub

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

View on GitHub

wuputah created a comment on a pull request on duckdb/pg_duckdb
It would be nice to build only natively (i.e. amd64) when doing docker-related PRs and do full builds only on `main` and tags, but I'll leave that to later improvements.

View on GitHub

wuputah created a branch on duckdb/pg_duckdb

jd/dematrix-docker-platform - DuckDB-powered Postgres for high performance apps & analytics.

Load more