Commits

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

DateSubjectAuthorReleases
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 12.20
2024-03-10 Fix deparsing of Consts in postgres_fdw ORDER BY David Rowley 12.19
2023-08-30 postgres_fdw: Fix test for parameterized foreign scan. Etsuro Fujita 12.17
2023-07-28 Disallow replacing joins with scans in problematic cases. Etsuro Fujita 12.16
2022-12-15 postgres_fdw: Fix assertion in estimate_path_cost_size(). Etsuro Fujita 12.14
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 12.13
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 12.12
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 12.11
2021-10-06 Fix null-pointer crash in postgres_fdw's conversion_error_callback. Tom Lane 12.9
2021-08-05 postgres_fdw: Fix issues with generated columns in foreign tables. Etsuro Fujita 12.8
2021-07-06 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. Tom Lane 12.8
2021-06-02 Fix planner's row-mark code for inheritance from a foreign table. Tom Lane 12.8
2020-12-28 postgres_fdw: Fix connection leak. Fujii Masao 12.6
2020-01-26 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. Tom Lane 12.2
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 12.2
2019-12-10 Fix handling of multiple AFTER ROW triggers on a foreign table. Etsuro Fujita 12.2
2019-07-01 Fix many typos and inconsistencies Michael Paquier 12.0
2019-06-13 postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Etsuro Fujita 12.0
2019-04-27 Avoid postgres_fdw crash for a targetlist entry that's just a Param. Tom Lane 12.0
2019-04-24 postgres_fdw: Fix incorrect handling of row movement for remote partitions. Etsuro Fujita 12.0
2019-04-06 Add support TCP user timeout in libpq and the backend server Michael Paquier 12.0
2019-04-02 postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely. Etsuro Fujita 12.0
2019-04-02 postgres_fdw: Modify regression tests for EPQ-related planning problems. Etsuro Fujita 12.0
2019-04-02 postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely. Etsuro Fujita 12.0
2019-03-30 Speed up planning when partitions can be pruned at plan time. Tom Lane 12.0