Ecosyste.ms: Timeline

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

duckdb/pg_duckdb

JelteF created a review comment on a pull request on duckdb/pg_duckdb
```suggestion placeholder: e.g., 16.5 ```

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
This line can be removed I think. ```suggestion ```

View on GitHub

JelteF 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
Nothing left on my to-do list here, though a docker-compose file would be nice to add, that can be done in a separate PR. As well as a separate doc + quick mention in the README.

View on GitHub

wuputah created a review comment on a pull request on duckdb/pg_duckdb
seems like we'll need to turn something on here

View on GitHub

wuputah created a review on a pull request on duckdb/pg_duckdb
Thanks for starting on this. I think there's no way to preview this, but [looking at duckdb](https://github.com/duckdb/duckdb/issues/new?assignees=&labels=needs+triage&projects=&template=bug_report...

View on GitHub

wuputah created a review on a pull request on duckdb/pg_duckdb
Thanks for starting on this. I think there's no way to preview this, but [looking at duckdb](https://github.com/duckdb/duckdb/issues/new?assignees=&labels=needs+triage&projects=&template=bug_report...

View on GitHub

JelteF opened a pull request on duckdb/pg_duckdb
Make sure ANALYZE does not fail on DuckDB tables
Previously if you had any DuckDB tables and ran `ANALYZE` you would get this error: ``` > ANALYZE; ERROR: 0A000: duckdb does not implement duckdb_relation_size LOCATION: duckdb_relation_size, pg...
JelteF created a branch on duckdb/pg_duckdb

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

Y-- created a branch on duckdb/pg_duckdb

yl/issue-template - DuckDB-powered Postgres for high performance apps & analytics.

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

View on GitHub

Y-- pushed 1 commit to main duckdb/pg_duckdb
  • Capture exceptions thrown in Catalog Synchronization BGW (#300) If an error was to happen during the BGW initializat... c7db830

View on GitHub

Y-- deleted a branch duckdb/pg_duckdb

yl/catch-bgw-start-exceptions

Y-- closed a pull request on duckdb/pg_duckdb
Capture exceptions thrown in Catalog Synchronization BGW
If an error was to happen during the BGW initialization (or runtime) it would badly crash Postgres with things like: ``` libc++abi: terminating due to uncaught exception of type duckdb::Invalid...
JelteF created a review on a pull request on duckdb/pg_duckdb

View on GitHub

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

View on GitHub

wuputah pushed 15 commits to jd/docker-image duckdb/pg_duckdb
  • Better MotherDuck configuration (#297) 1. Allow taking the `motherduck_token` from an environment variable by setti... 2809d2b
  • Remove semicolons from config lines (#299) Oops... Semicolons are not allowed at the end of a line in `postgresql.c... 34c8aed
  • initial docker image 15dd65b
  • initial docker bake a1b3e95
  • gha WIP * needs login credentials to push somewhere ccb7b11
  • + pg15, install correct postgresql dev pkg eb4c515
  • only use ccache when building 3a9ac67
  • bake isnt picking up the right image 0ae2cda
  • add ninja-build pkg 4c6d620
  • add ghcr / GITHUB_TOKEN login this doesn't push the image anywhere yet, but this will apparently get around rate lim... a32884f
  • Login to Docker Hub 32fe59a
  • Update repo & push b193c9e
  • Fix typo e488f23
  • Add log 8fe1597
  • on demand + schedule + on tag, use tag name for suffix 8d21361

View on GitHub

JelteF deleted a branch duckdb/pg_duckdb

no-semicolons-in-config

JelteF pushed 1 commit to main duckdb/pg_duckdb
  • Remove semicolons from config lines (#299) Oops... Semicolons are not allowed at the end of a line in `postgresql.c... 34c8aed

View on GitHub

JelteF closed a pull request on duckdb/pg_duckdb
Remove semicolons from config lines
Oops... Semicolons are not allowed at the end of a line in `postgresql.conf`
wuputah created a review on a pull request on duckdb/pg_duckdb

View on GitHub

JelteF opened a pull request on duckdb/pg_duckdb
Remove semicolons from config lines
Oops... Semicolons are not allowed at the end of a line in `postgresql.conf`
JelteF created a branch on duckdb/pg_duckdb

no-semicolons-in-config - DuckDB-powered Postgres for high performance apps & analytics.

JelteF deleted a branch duckdb/pg_duckdb

small-motherduck-improvements

JelteF pushed 1 commit to main duckdb/pg_duckdb
  • Better MotherDuck configuration (#297) 1. Allow taking the `motherduck_token` from an environment variable by setti... 2809d2b

View on GitHub

JelteF closed a pull request on duckdb/pg_duckdb
Better MotherDuck configuration
1. Allow taking the `motherduck_token` from an environment variable by setting `duckdb.motherduck_enabled = true`. 2. Include instructions for MotherDuck in README 3. Rename `duckdb.background_work...
JelteF opened an issue on duckdb/pg_duckdb
COPY duckdb_table FROM STDIN
Right now if you try to copy into a duckdb table you'll get an error. An example of this is the following `psql` commands (`\copy` is a `psql` meta-command that transforms into `COPY ... FROM STDIN...
Y-- created a review on a pull request on duckdb/pg_duckdb
LGTM!

View on GitHub

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

View on GitHub

JelteF pushed 1 commit to small-motherduck-improvements duckdb/pg_duckdb
  • Better MotherDuck configuration 1. Allow taking the `motherduck_token` from an environment variable by setting `duck... 03b630b

View on GitHub

Load more