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 main duckdb/pg_duckdb
  • Make sure ANALYZE does not fail on DuckDB tables (#302) Previously if you had any DuckDB tables and ran `ANALYZE` yo... d663d8a

View on GitHub

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

View on GitHub

mkaruza deleted a branch duckdb/pg_duckdb

bpchar-convert

mkaruza closed a pull request on duckdb/pg_duckdb
Convert BPCHAR type to DuckDB VARCHAR without padding
When conversion from BPCHAR to DuckDB VARCHAR type needs to be done we need to strip extra padding form postgres value.
JelteF created a review on a pull request on duckdb/pg_duckdb

View on GitHub

mkaruza created a review comment on a pull request on duckdb/pg_duckdb
I'll create issue for this.

View on GitHub

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

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
This change seems incorrect. I tried with `duckdb.execution = false` and that contains the trailing whitespace too. We should add the padding again when converting back to a Postgres bpchar. It see...

View on GitHub

mkaruza pushed 1 commit to bpchar-convert duckdb/pg_duckdb

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
```suggestion /* Remove the padding of a bpchar. DuckDB expects unpadded value. */ auto len = is_bpchar ? bpchartruelen(VARDATA_ANY(value), VARSIZE_ANY_EXHDR(value)) : VARSIZE_ANY_EXHDR(valu...

View on GitHub

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

View on GitHub

mkaruza opened a pull request on duckdb/pg_duckdb
Convert BPCHAR type to DuckDB VARCHAR without padding
When conversion from BPCHAR to DuckDB VARCHAR type needs to be done we need to strip extra padding form postgres value.
mkaruza created a branch on duckdb/pg_duckdb

bpchar-convert - DuckDB-powered Postgres for high performance apps & analytics.

JelteF pushed 2 commits to fix-analyze duckdb/pg_duckdb
  • Docker image (#53) * Usage follows https://hub.docker.com/_/postgres/ * Images are pushed to [`pgduckdb/pgduckdb`]... 39eb71c
  • Make sure ANALYZE does not fail on DuckDB tables Previously if you had any DuckDB tables and ran `ANALYZE` you would... 8dba81c

View on GitHub

JelteF pushed 1 commit to fix-analyze duckdb/pg_duckdb
  • Make sure ANALYZE does not fail on DuckDB tables Previously if you had any DuckDB tables and ran `ANALYZE` you would... 9eef81f

View on GitHub

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

View on GitHub

mike-cherepanov starred duckdb/pg_duckdb
wuputah pushed 5 commits to jd/docker-compose duckdb/pg_duckdb
  • add unmodified postgresql.conf 1db1999
  • set shared_preload_libraries 8e1cbfd
  • mount and load config file 2994f20
  • add `create extension pg_duckdb` a07f208
  • ability to specify exposed PORT env var 704b7e2

View on GitHub

wuputah opened a draft pull request on duckdb/pg_duckdb
Docker compose
69cdf65b970b93339c3618bf51aab284e7059b28 is fine, 22f062364c0f4fd458e1243719a20426f0afe89a tried to add psql but that's not working despite trying many different things. Posting this here in case s...
wuputah created a branch on duckdb/pg_duckdb

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

wuputah created a review comment on a pull request on duckdb/pg_duckdb
yeah we can handle that at the docker compose level

View on GitHub

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

View on GitHub

wuputah pushed 1 commit to main duckdb/pg_duckdb
  • Docker image (#53) * Usage follows https://hub.docker.com/_/postgres/ * Images are pushed to [`pgduckdb/pgduckdb`]... 39eb71c

View on GitHub

wuputah closed a pull request on duckdb/pg_duckdb
Docker image
* Usage follows https://hub.docker.com/_/postgres/ * Images are pushed to [`pgduckdb/pgduckdb`](https://hub.docker.com/r/pgduckdb/pgduckdb) * Anytime an image is built, it's pushed to `17-$sha`, ...
JelteF created a review comment on a pull request on duckdb/pg_duckdb
I think it would be good to automatically run `CREATE EXTENSION pg_duckdb` and configure `shared_preload_libraries=pg_duckdb`. That'll make it easier to run. Using an initialization script shoul...

View on GitHub

JelteF created a review on a pull request on duckdb/pg_duckdb
Overall this looks good. I left one comment, but that can also be done later. Feel free to merge as you see fit.

View on GitHub

JelteF created a review on a pull request on duckdb/pg_duckdb
Overall this looks good. I left one comment, but that can also be done later. Feel free to merge as you see fit.

View on GitHub

khazaddim starred duckdb/pg_duckdb
wuputah created a comment on a pull request on duckdb/pg_duckdb
> I think a quick mention in the readme, contributing.md or PR description would be very helpful. PR description updated. I'd like to get this merged here then continue on in separate PRs wit...

View on GitHub

wuputah created a review comment on a pull request on duckdb/pg_duckdb
That won't work for tags though (`v0.1.0`)

View on GitHub

Load more