Commits

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

DateSubjectAuthorReleases
2026-05-05 postgres_fdw: Fix handling of abort-cleanup-failed connections. Etsuro Fujita 16.14
2026-02-11 Further stabilize a postgres_fdw test case. Tom Lane 16.13
2025-08-13 postgres_fdw: Fix tests with ANALYZE and remote sampling Michael Paquier 16.11
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 16.10
2025-01-29 Handle default NULL insertion a little better. Tom Lane 16.7
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 16.4
2024-07-19 postgres_fdw: Avoid "cursor can only scan forward" error. Etsuro Fujita 16.4
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 16.4
2024-03-10 Fix deparsing of Consts in postgres_fdw ORDER BY David Rowley 16.3
2023-11-23 Fix resource leak when a FDW's ForeignAsyncRequest function fails Heikki Linnakangas 16.2
2023-08-30 postgres_fdw: Fix test for parameterized foreign scan. Etsuro Fujita 16.0
2023-07-28 Disallow replacing joins with scans in problematic cases. Etsuro Fujita 16.0
2023-07-03 Remove expensive test of postgres_fdw batch inserts Tomas Vondra 16.0
2023-06-30 Add a test case for a316a3bc Amit Langote 16.0
2023-05-21 Expand some more uses of "deleg" to "delegation" or "delegated". Tom Lane 16.0
2023-04-25 Fix buffer refcount leak with FDW bulk inserts Michael Paquier 16.0
2023-04-13 De-Revert "Add support for Kerberos credential delegation" Stephen Frost 16.0
2023-04-08 Revert "Add support for Kerberos credential delegation" Stephen Frost 16.0
2023-04-08 Add support for Kerberos credential delegation Stephen Frost 16.0
2023-04-06 postgres_fdw: Add support for parallel abort. Etsuro Fujita 16.0
2023-02-28 Drop test view when done with it. Tom Lane 16.0
2023-02-27 Harden postgres_fdw tests against unexpected cache flushes. Tom Lane 16.0
2023-01-30 Invent "join domains" to replace the below_outer_join hack. Tom Lane 16.0
2023-01-18 Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 16.0
2023-01-18 Remove redundant grouping and DISTINCT columns. Tom Lane 16.0