Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2026-05-05 postgres_fdw: Fix handling of abort-cleanup-failed connections. Etsuro Fujita 14.23
2026-02-11 Further stabilize a postgres_fdw test case. Tom Lane 14.22
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 14.19
2025-01-29 Handle default NULL insertion a little better. Tom Lane 14.16
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 14.13
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 14.13
2024-03-10 Fix deparsing of Consts in postgres_fdw ORDER BY David Rowley 14.12
2023-11-23 Fix resource leak when a FDW's ForeignAsyncRequest function fails Heikki Linnakangas 14.11
2023-08-30 postgres_fdw: Fix test for parameterized foreign scan. Etsuro Fujita 14.10
2023-07-28 Disallow replacing joins with scans in problematic cases. Etsuro Fujita 14.9
2023-07-03 Remove expensive test of postgres_fdw batch inserts Tomas Vondra 14.9
2023-04-25 Fix buffer refcount leak with FDW bulk inserts Michael Paquier 14.8
2023-02-27 Harden postgres_fdw tests against unexpected cache flushes. Tom Lane 14.8
2022-11-25 Fix handling of pending inserts in nodeModifyTable.c. Etsuro Fujita 14.7
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 14.6
2022-08-05 postgres_fdw: Disable batch insertion when there are WCO constraints. Etsuro Fujita 14.5
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 14.5
2022-04-28 Disable asynchronous execution if using gating Result nodes. Etsuro Fujita 14.3
2022-04-21 postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. Etsuro Fujita 14.3
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 14.3
2022-01-27 postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). Etsuro Fujita 14.2
2021-12-22 Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY Michael Paquier 14.2
2021-11-23 Allow Memoize to operate in binary comparison mode David Rowley 14.2
2021-10-06 Fix null-pointer crash in postgres_fdw's conversion_error_callback. Tom Lane 14.1
2021-08-05 postgres_fdw: Fix issues with generated columns in foreign tables. Etsuro Fujita 14.0