What's Changed
- fix extern "C" issue, because pgrx 0.14.3 need to use extern "C-unwind" by @isdaniel in #483
- feat: [DATAENG-1029] add Gravatar Wasm FDW by @burmecia in #484
- docs: reorder fdw list in README by @burmecia in #487
- fix(s3): parquet file read positioning and text column type conversion by @burmecia in #485
- perf(iceberg): improve large data set query performance by @burmecia in #488
- fix(clickhouse): add quotes for deparsed UUID by @burmecia in #490
- fix(clickhouse): exclude array type qual pushdown by @burmecia in #492
- fix(airtable): make column name case insensitive by @burmecia in #493
- fix(duckdb): replace
execute_batch()
withexecute()
by @burmecia in #494 - chore: bump wrappers version to 0.5.4 by @burmecia in #495
- ci: upgrade arm runner to
u22-arm-runner
by @burmecia in #496
New Contributors
Full Changelog: v0.5.3...v0.5.4