pg_duckdb icon indicating copy to clipboard operation
pg_duckdb copied to clipboard

DuckDB-powered Postgres for high performance apps & analytics.

Results 170 pg_duckdb issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite-tsconfig-paths](https://togithub.com/aleclarson/vite-tsconfig-paths) | [`^4.3.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/4.3.2/5.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite-tsconfig-paths/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-tsconfig-paths/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

enhancement

Starting point for a Postgres image with pg_duckdb installed.

developer experience

We should add support for more list types (e.g. floating point lists, etc).

good first issue

* This allows us to insert into tables by defining a custom insert operator * This makes schemas work natively without needing the current work-around

long-term

WIth #67 merged upstream, we can now support optional parameters to functions like `read_parquet`, etc.

This fixes a linker error when an older version of libduckdb is already installed. We should prefer the version we just finished building instead.

This mode is a (very long tail) mode that improves compatibility between DuckDB's SQL dialect and Postgres' SQL dialect. e.g.: * `SELECT COUNT(*) FROM tbl` returns a column named `count`,...

long-term

* We can now start multiple worker process that can read relation blocks and write buffer to shared memory to be consumed by duckdb reader threads. Problem can be viewed...

performance

The goal is to return EXPLAIN plans in a "Postgres-style" format. Depends on #54.