Ecosyste.ms: Timeline

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

duckdb/pg_duckdb

wuputah created a review comment on a pull request on duckdb/pg_duckdb
yeah, inclined to give up on this approach, though I still don't understand why it didn't work despite trying many different things (what I committed here was just the last version of what I tried).

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
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...
JelteF pushed 1 commit to custom-user-agent duckdb/pg_duckdb
  • Set a custom_user_agent value This is a DuckDB setting that controls the result of `PRAGMA user_agent`. It's additio... 56e1c82

View on GitHub

JelteF created a branch on duckdb/pg_duckdb

custom-user-agent - DuckDB-powered Postgres for high performance apps & analytics.

Y-- pushed 1 commit to main duckdb/pg_duckdb

View on GitHub

Y-- deleted a branch duckdb/pg_duckdb

yl/issue-template

Y-- closed an issue on duckdb/pg_duckdb
Github issue & PR template
Let's copy some stuff from the duckdb repo and modify it for this repo.
Y-- closed a pull request on duckdb/pg_duckdb
Add issue template
First version of issue template - largely inspired (copied) from DuckDB's repo Fixes https://github.com/duckdb/pg_duckdb/issues/223
JelteF 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 pushed 1 commit to main duckdb/pg_duckdb
  • Pre-configure docker image to use pg_duckdb (#305) This slightly modifies the default Postgres docker image so that ... ec68e8a

View on GitHub

JelteF closed a pull request on duckdb/pg_duckdb
Pre-configure docker image to use pg_duckdb
This slightly modifies the default Postgres docker image so that when it initializes the database it will automatically configure `pg_duckdb`. It also uses the `postgres` user to start the containe...
Y-- created a review on a pull request on duckdb/pg_duckdb

View on GitHub

JelteF pushed 1 commit to docker-enalbe-pg_duckdb-automatically duckdb/pg_duckdb
  • Use the postgres user when executiong commands in the final container, useful for psql d928c47

View on GitHub

JelteF created a branch on duckdb/pg_duckdb

silence-warning - DuckDB-powered Postgres for high performance apps & analytics.

JelteF pushed 1 commit to docker-enalbe-pg_duckdb-automatically duckdb/pg_duckdb

View on GitHub

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

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
I think we can replace this with telling people to run: ``` docker compose exec pgduckdb psql -U postgres ```

View on GitHub

JelteF 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
Something is wrong with how we publish images. This tag is only available for arm64, while some others are available for amd64. But non are available for both.

View on GitHub

JelteF 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
I created #305 to bake this into the docker images themselves.

View on GitHub

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

View on GitHub

JelteF pushed 1 commit to docker-enalbe-pg_duckdb-automatically duckdb/pg_duckdb
  • Pre-configure docker image to use pg_duckdb This slightly modifies the default Postgres docker image so that when it... 81e4773

View on GitHub

JelteF opened a pull request on duckdb/pg_duckdb
Pre-configure docker image to use pg_duckdb
This slightly modifies the default Postgres docker image so that when it initializes the database it will automatically configure `pg_duckdb`.
JelteF created a branch on duckdb/pg_duckdb

docker-enalbe-pg_duckdb-automatically - DuckDB-powered Postgres for high performance apps & analytics.

JelteF deleted a branch duckdb/pg_duckdb

fix-analyze

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

Load more