Ecosyste.ms: Timeline

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

duckdb/pg_duckdb

joelonsql opened a pull request on duckdb/pg_duckdb
Add missing logotype to README
wuputah created a comment on a pull request on duckdb/pg_duckdb
rebased.

View on GitHub

wuputah pushed 3 commits to jd/change-version duckdb/pg_duckdb
  • Resolve security issues reported by pgspot (#343) It's really easy to make critical security mistakes in the SQL scr... 38db514
  • Create MotherDuck tables as duckdb.postgres_user (#352) Before we were always creating tables as the bootstrap super... fd7bf46
  • change version number to 0.1.0 2852a7a

View on GitHub

wuputah pushed 1 commit to docs duckdb/pg_duckdb

View on GitHub

wuputah pushed 1 commit to docs duckdb/pg_duckdb

View on GitHub

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

View on GitHub

JelteF deleted a branch duckdb/pg_duckdb

motherduck-non-superuser

JelteF pushed 1 commit to main duckdb/pg_duckdb
  • Create MotherDuck tables as duckdb.postgres_user (#352) Before we were always creating tables as the bootstrap super... fd7bf46

View on GitHub

JelteF closed a pull request on duckdb/pg_duckdb
Create MotherDuck tables as duckdb.postgres_user
Before we were always creating tables as the bootstrap superuser, this means that the `duckdb.postgres_user` was not able to access them. This changes that and also protects against a type of attac...
JelteF deleted a branch duckdb/pg_duckdb

pgspot-fixes

JelteF closed an issue on duckdb/pg_duckdb
Run pgspot tool to find security issues
It's really easy to make critical security mistakes in the SQL scripts of an extension. Luckily [pgspot](https://github.com/timescale/pgspot) can help finding those.
JelteF closed an issue on duckdb/pg_duckdb
Run pgspot tool to find security issues
It's really easy to make critical security mistakes in the SQL scripts of an extension. Luckily [pgspot](https://github.com/timescale/pgspot) can help finding those.
JelteF pushed 1 commit to main duckdb/pg_duckdb
  • Resolve security issues reported by pgspot (#343) It's really easy to make critical security mistakes in the SQL scr... 38db514

View on GitHub

JelteF closed a pull request on duckdb/pg_duckdb
Resolve security issues reported by pgspot
It's really easy to make critical security mistakes in the SQL scripts of an extension. Luckily [pgspot][1] can help finding those. There were a few false positives because the tool did not realize...
wuputah pushed 1 commit to docs duckdb/pg_duckdb

View on GitHub

wuputah created a comment on a pull request on duckdb/pg_duckdb
oh nevermind, if we do this it wont merge because of the must-pass-CI rules.

View on GitHub

wuputah closed a pull request on duckdb/pg_duckdb
ci: ignore markdown and all docs
wuputah opened a pull request on duckdb/pg_duckdb
ci: ignore markdown and all docs
wuputah created a branch on duckdb/pg_duckdb

jd/ci-ignore-md-and-docs - DuckDB-powered Postgres for high performance apps & analytics.

wuputah pushed 1 commit to docs duckdb/pg_duckdb

View on GitHub

wuputah pushed 1 commit to docs duckdb/pg_duckdb
  • remove the auto-formatted spaces 5020db7

View on GitHub

wuputah pushed 1 commit to docs duckdb/pg_duckdb

View on GitHub

wuputah opened a pull request on duckdb/pg_duckdb
change version number to 0.1.0
fixes #334
wuputah created a branch on duckdb/pg_duckdb

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

wuputah pushed 1 commit to docs duckdb/pg_duckdb

View on GitHub

wuputah opened a draft pull request on duckdb/pg_duckdb
docs [WIP]
wuputah created a review on a pull request on duckdb/pg_duckdb

View on GitHub

csrudolflai starred duckdb/pg_duckdb
Leo-XM-Zeng created a comment on an issue on duckdb/pg_duckdb
Interestingly, the results are different for different precision numeric types ```plpgsql duckdb=# create table numeric_test2(empno numeric(4,0), sal numeric(7,2) ); CREATE TABLE duckdb=# in...

View on GitHub

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

View on GitHub

Load more