Commits

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

DateSubjectAuthorReleases
2026-05-05 postgres_fdw: Fix handling of abort-cleanup-failed connections. Etsuro Fujita 15.18
2026-02-11 Further stabilize a postgres_fdw test case. Tom Lane 15.17
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 15.14
2025-01-29 Handle default NULL insertion a little better. Tom Lane 15.11
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 15.8
2024-07-19 postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita 15.8
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 15.8
2024-03-10 Fix deparsing of Consts in postgres_fdw ORDER BY David Rowley 15.7
2023-11-23 Fix resource leak when a FDW's ForeignAsyncRequest function fails Heikki Linnakangas 15.6
2023-08-30 postgres_fdw: Fix test for parameterized foreign scan. Etsuro Fujita 15.5
2023-07-28 Disallow replacing joins with scans in problematic cases. Etsuro Fujita 15.4
2023-07-03 Remove expensive test of postgres_fdw batch inserts Tomas Vondra 15.4
2023-04-25 Fix buffer refcount leak with FDW bulk inserts Michael Paquier 15.3
2023-02-28 Drop test view when done with it. Tom Lane 15.3
2023-02-27 Harden postgres_fdw tests against unexpected cache flushes. Tom Lane 15.3
2022-11-25 Fix handling of pending inserts in nodeModifyTable.c. Etsuro Fujita 15.2
2022-10-15 Disallow MERGE cleanly for foreign partitions Alvaro Herrera 15.1
2022-10-03 Revert "Optimize order of GROUP BY keys". Tom Lane 15.0
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 15.0
2022-08-05 postgres_fdw: Disable batch insertion when there are WCO constraints. Etsuro Fujita 15.0
2022-07-20 Tweak detail and hint messages to be consistent with project policy Michael Paquier 15.0
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 15.0
2022-04-28 Disable asynchronous execution if using gating Result nodes. Etsuro Fujita 15.0
2022-04-21 postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. Etsuro Fujita 15.0
2022-04-06 Allow asynchronous execution in more cases. Etsuro Fujita 15.0