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

``` postgres=# set standard_conforming_strings =off; SET postgres=# select * from foo where t = 'foo\'bar'; WARNING: nonstandard use of \' in a string literal LINE 1: select * from foo...

Without this change it takes more than a minute to run `make installcheck` on my machine if I enable DUCKDB_BUILD=Debug. Because both of these tests take more than thirty seconds....

* To cache remote object, user need to explicilty use `duckdb.cache(path, type)` function. Path is remote HTTPFS/S3/GCS/R2 object path and type is either `parquet` or `csv` indicating remote object type....

Since #86 we disable `duckdb.execution` by default, because existing queries might fail in DuckDB. However, if people use a DuckDB-only function such as `read_parquet` there's no reason to try running...

rhel,rockylinux support please,it's better provide RPM package

Run this slow query, and try to cancel it by hitting CTRL-C. It doesn't get cancelled: ``` postgres=# create table itbl(i int4); CREATE TABLE postgres=# insert into itbl select g...

bug

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

enhancement
security