Ecosyste.ms: Timeline

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

duckdb/pg_duckdb

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

JelteF created a review comment on a pull request on duckdb/pg_duckdb
Needs to be PGC_SUSET

View on GitHub

JelteF 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

JelteF pushed 1 commit to timestamptz-type duckdb/pg_duckdb
  • Add test for timestamptz parameter type conversion 8897c21

View on GitHub

Y-- opened a pull request on duckdb/pg_duckdb
Add `disabled_filesystems` support
Y-- created a branch on duckdb/pg_duckdb

yl/disabled-fs - DuckDB-powered Postgres for high performance apps & analytics.

JelteF created a comment on a pull request on duckdb/pg_duckdb
Needs a rebase now that #293 was merged

View on GitHub

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

View on GitHub

JelteF deleted a branch duckdb/pg_duckdb

handle-different-datestyles

JelteF created a review on a pull request on duckdb/pg_duckdb
Overall LGTM, but let's wait for #293

View on GitHub

JelteF pushed 1 commit to main duckdb/pg_duckdb
  • Handle custom DateStyle correctly (#293) DuckDB only understands ISO dates when parsing dates. So we need to make s... 97c416d

View on GitHub

JelteF closed a pull request on duckdb/pg_duckdb
Handle custom DateStyle correctly
DuckDB only understands ISO dates when parsing dates. So we need to make sure that when we generate the DuckDB query, any date literals are formatted using ISO. We still want the final date output ...
mkaruza created a review comment on a pull request on duckdb/pg_duckdb
Converted whole sql file to space indentation.

View on GitHub

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

View on GitHub

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

View on GitHub

mkaruza created a comment on a pull request on duckdb/pg_duckdb
Rebased on top of #293

View on GitHub

mkaruza pushed 3 commits to timestamptz-type duckdb/pg_duckdb
  • Allow configuring of DuckDB settings (#291) Fixes https://github.com/duckdb/pg_duckdb/issues/216 1c7414a
  • Handle custom DateStyle correctly DuckDB only understands ISO dates when parsing dates. So we need to make sure that... bae137a
  • Support for TIMESTAMPTZ be4a67b

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
Let's wait for #293 so we can remove this `SET`.

View on GitHub

JelteF pushed 1 commit to handle-different-datestyles duckdb/pg_duckdb
  • Handle custom DateStyle correctly DuckDB only understands ISO dates when parsing dates. So we need to make sure that... bae137a

View on GitHub

JelteF created a comment on a pull request on duckdb/pg_duckdb
We can have the job run nightly on main, and allow manually triggering it. Instead of running it constantly on every PR. I think I'd prefer to keep Dockerfile in the same repo, especially since thi...

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
nit: according to our `.editorconfig` we use spaces for indentation in our SQL files. (same with the indentation above)

View on GitHub

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

View on GitHub

JelteF opened a pull request on duckdb/pg_duckdb
Handle custom DateStyle correctly
DuckDB only understands ISO dates when parsing dates. So we need to make sure that when we generate the DuckDB query, any date literals are formatted using ISO. We still want the final date output ...
JelteF created a branch on duckdb/pg_duckdb

handle-different-datestyles - DuckDB-powered Postgres for high performance apps & analytics.

wuputah created a comment on a pull request on duckdb/pg_duckdb
I'm not aware a way to do any better on speed, at least with Github runners - the main issue is the arm64 emulation. After that, it's the cache layer, which doesn't work particularly well with GHA....

View on GitHub

mkaruza opened a pull request on duckdb/pg_duckdb
Support for TIMESTAMPTZ
mkaruza created a branch on duckdb/pg_duckdb

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