Commits

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

DateSubjectAuthorReleases
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 13.22
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 13.16
2024-06-07 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. Etsuro Fujita 13.16
2024-03-10 Fix deparsing of Consts in postgres_fdw ORDER BY David Rowley 13.15
2023-08-30 postgres_fdw: Fix test for parameterized foreign scan. Etsuro Fujita 13.13
2023-07-28 Disallow replacing joins with scans in problematic cases. Etsuro Fujita 13.12
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 13.9
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 13.8
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 13.7
2021-10-06 Fix null-pointer crash in postgres_fdw's conversion_error_callback. Tom Lane 13.5
2021-08-05 postgres_fdw: Fix issues with generated columns in foreign tables. Etsuro Fujita 13.4
2021-07-06 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. Tom Lane 13.4
2021-06-02 Fix planner's row-mark code for inheritance from a foreign table. Tom Lane 13.4
2021-02-05 postgres_fdw: Fix assertion in estimate_path_cost_size(). Etsuro Fujita 13.2
2020-12-28 postgres_fdw: Fix connection leak. Fujii Masao 13.2
2020-01-26 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. Tom Lane 13.0
2020-01-13 Only superuser can set sslcert/sslkey in postgres_fdw user mappings Andrew Dunstan 13.0
2020-01-09 Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings Andrew Dunstan 13.0
2019-12-20 Adjust test case added by commit 6136e94dc. Tom Lane 13.0
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 13.0
2019-12-20 Superuser can permit passwordless connections on postgres_fdw Andrew Dunstan 13.0
2019-12-10 Fix handling of multiple AFTER ROW triggers on a foreign table. Etsuro Fujita 13.0
2019-11-13 Add regression test for two-phase transaction in postgres_fdw Michael Paquier 13.0