Commits

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

DateSubjectAuthorReleases
2023-08-30 postgres_fdw: Fix test for parameterized foreign scan. Etsuro Fujita 11.22
2023-07-28 Disallow replacing joins with scans in problematic cases. Etsuro Fujita 11.21
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 11.18
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 11.17
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 11.16
2021-10-06 Fix null-pointer crash in postgres_fdw's conversion_error_callback. Tom Lane 11.14
2021-07-06 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. Tom Lane 11.13
2020-12-28 postgres_fdw: Fix connection leak. Fujii Masao 11.11
2020-01-26 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. Tom Lane 11.7
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 11.7
2019-06-13 postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Etsuro Fujita 11.4
2019-04-27 Avoid postgres_fdw crash for a targetlist entry that's just a Param. Tom Lane 11.3
2019-04-24 postgres_fdw: Fix incorrect handling of row movement for remote partitions. Etsuro Fujita 11.3
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 11.2
2018-12-23 Disable WAL-skipping optimization for COPY on views and foreign tables Michael Paquier 11.2
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 11.2
2018-08-31 Disable support for partitionwise joins in problematic cases. Etsuro Fujita 11.0
2018-08-09 Spell "partitionwise" consistently. Heikki Linnakangas 11.0
2018-07-14 Fix hashjoin costing mistake introduced with inner_unique optimization. Tom Lane 11.0
2018-05-24 Improve English wording of some other getObjectDescription() messages. Tom Lane 11.0
2018-05-16 Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify. Robert Haas 11.0
2018-05-01 Fix interaction of foreign tuple routing with remote triggers. Robert Haas 11.0
2018-04-12 YA attempt to stabilize the results of the postgres_fdw regression test. Tom Lane 11.0
2018-04-06 Allow insert and update tuple routing and COPY for foreign tables. Robert Haas 11.0
2018-04-02 postgres_fdw: Push down partition-wise aggregation. Robert Haas 11.0