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 small-motherduck-improvements duckdb/pg_duckdb
  • Better MotherDuck configuration 1. Allow taking the `motherduck_token` from an environment variable by setting `duck... 8f7bbde

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... beb7049

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... fe7279b

View on GitHub

JelteF opened 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 created a branch on duckdb/pg_duckdb

small-motherduck-improvements - DuckDB-powered Postgres for high performance apps & analytics.

ashrodan starred duckdb/pg_duckdb
JelteF pushed 1 commit to lazy-type-trial duckdb/pg_duckdb
  • Try out lazy type in duckdb cb76407

View on GitHub

JelteF created a branch on duckdb/pg_duckdb

lazy-type-trial - DuckDB-powered Postgres for high performance apps & analytics.

wuputah pushed 1 commit to jd/docker-image duckdb/pg_duckdb
  • on demand + schedule + on tag, use tag name for suffix 4ca243b

View on GitHub

wuputah pushed 14 commits to jd/docker-image duckdb/pg_duckdb
  • Add `disabled_filesystems` support (#294) c3dfc9b
  • initial docker image 04da7f4
  • initial docker bake cac6484
  • gha WIP * needs login credentials to push somewhere 0597c69
  • + pg15, install correct postgresql dev pkg fbbe258
  • only use ccache when building b3838ef
  • bake isnt picking up the right image 1350eef
  • add ninja-build pkg afc5546
  • add ghcr / GITHUB_TOKEN login this doesn't push the image anywhere yet, but this will apparently get around rate lim... bef0510
  • Login to Docker Hub 3477003
  • Update repo & push 6bec70e
  • Fix typo 72513a5
  • Add log 423fca3
  • on demand + schedule + on tag, use tag name for suffix 253d7e0

View on GitHub

wuputah pushed 1 commit to jd/docker-image duckdb/pg_duckdb
  • on demand + schedule + on tag, use tag name for suffix 5f41cd3

View on GitHub

wuputah pushed 1 commit to jd/docker-image duckdb/pg_duckdb
  • schedule + on tag, use tag name for suffix 1232ac6

View on GitHub

Y-- pushed 1 commit to main duckdb/pg_duckdb
  • Add `disabled_filesystems` support (#294) c3dfc9b

View on GitHub

Y-- closed an issue on duckdb/pg_duckdb
security: GUC to block access to local filesystem
Discussed this a _long_ time ago... but currently we allow DuckDB to read from the local filesystem. This is a security risk; the CSV reader is particularly easy to use here since it will read just...
Y-- deleted a branch duckdb/pg_duckdb

yl/disabled-fs

Y-- closed a pull request on duckdb/pg_duckdb
Add `disabled_filesystems` support
cf. https://duckdb.org/docs/configuration/overview.html Adds support for DuckDB's `disabled_filesystems` option Fixes #105 Also set `enable_external_access`, `allow_unsigned_extensions`, `m...
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
Yeah we should probably create an issue to track that, similar to how we have #278. Below some thoughts on the implementation: For settings that DuckDB allows changing on the fly using `SET` com...

View on GitHub

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

View on GitHub

Y-- created a review comment on a pull request on duckdb/pg_duckdb
That's a good point. And that makes me think that these settings won't be taken into account if a (super)user try to update them at runtime unless they call `reset_ddb` method. Probably not a big d...

View on GitHub

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

View on GitHub

wuputah pushed 18 commits to jd/docker-image duckdb/pg_duckdb
  • Close heap buffer is execution is terminated (#285) If heap reader execution is terminated before we close current b... 3acd6de
  • Correctly construct filter exception message (#288) e5383b2
  • Small improvements to secret and extension management (#290) 1. Add a unique name column to the secrets table, so pe... d93a79d
  • Allow configuring of DuckDB settings (#291) Fixes https://github.com/duckdb/pg_duckdb/issues/216 1c7414a
  • Handle custom DateStyle correctly (#293) DuckDB only understands ISO dates when parsing dates. So we need to make s... 97c416d
  • Support for TIMESTAMPTZ (#292) Fixes #228 --------- Co-authored-by: Jelte Fennema-Nio <[email protected]> 60c0fe9
  • initial docker image c7d7163
  • initial docker bake a9fb500
  • gha WIP * needs login credentials to push somewhere 03725a6
  • + pg15, install correct postgresql dev pkg def65f2
  • only use ccache when building 40ab053
  • bake isnt picking up the right image dd172f5
  • add ninja-build pkg 0e24842
  • add ghcr / GITHUB_TOKEN login this doesn't push the image anywhere yet, but this will apparently get around rate lim... 5b2cf0a
  • Login to Docker Hub d4a1768
  • Update repo & push 1e7562d
  • Fix typo c6d4f4d
  • Add log 66bba7b

View on GitHub

wuputah pushed 12 commits to jd/docker-image duckdb/pg_duckdb
  • initial docker image 42cec8b
  • initial docker bake 04402fc
  • gha WIP * needs login credentials to push somewhere 162c7b0
  • + pg15, install correct postgresql dev pkg c0f720c
  • only use ccache when building 104cb71
  • bake isnt picking up the right image d35093a
  • add ninja-build pkg 8afa371
  • add ghcr / GITHUB_TOKEN login this doesn't push the image anywhere yet, but this will apparently get around rate lim... 5d10d8c
  • Login to Docker Hub e2ed876
  • Update repo & push 8387e5a
  • Fix typo d4f38f7
  • Add log 66914eb

View on GitHub

wuputah pushed 14 commits to jd/docker-image duckdb/pg_duckdb
  • Close heap buffer is execution is terminated (#285) If heap reader execution is terminated before we close current b... 3acd6de
  • Correctly construct filter exception message (#288) e5383b2
  • Small improvements to secret and extension management (#290) 1. Add a unique name column to the secrets table, so pe... d93a79d
  • Allow configuring of DuckDB settings (#291) Fixes https://github.com/duckdb/pg_duckdb/issues/216 1c7414a
  • Handle custom DateStyle correctly (#293) DuckDB only understands ISO dates when parsing dates. So we need to make s... 97c416d
  • Support for TIMESTAMPTZ (#292) Fixes #228 --------- Co-authored-by: Jelte Fennema-Nio <[email protected]> 60c0fe9
  • initial docker image 34558cb
  • initial docker bake 6a06eb3
  • gha WIP * needs login credentials to push somewhere f6bb797
  • + pg15, install correct postgresql dev pkg dbbaa09
  • only use ccache when building 0fc58b2
  • bake isnt picking up the right image af7fc9c
  • add ninja-build pkg b3f8102
  • add ghcr / GITHUB_TOKEN login this doesn't push the image anywhere yet, but this will apparently get around rate lim... 022aa44

View on GitHub

mkaruza deleted a branch duckdb/pg_duckdb

timestamptz-type

mkaruza closed a pull request on duckdb/pg_duckdb
Support for TIMESTAMPTZ
Fixes #228
wuputah created a review on a pull request on duckdb/pg_duckdb

View on GitHub

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

View on GitHub

mkaruza pushed 3 commits to timestamptz-type duckdb/pg_duckdb
  • Handle custom DateStyle correctly (#293) DuckDB only understands ISO dates when parsing dates. So we need to make s... 97c416d
  • Support for TIMESTAMPTZ a04fba9
  • Add test for timestamptz parameter type conversion 3df9769

View on GitHub

JelteF created a review on a pull request on duckdb/pg_duckdb
This setting should only be modifiable by the postgres super user (see other comment).

View on GitHub

Load more