Commits

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

DateSubjectAuthorReleases
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 10.23
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 10.22
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 10.21
2021-10-06 Fix null-pointer crash in postgres_fdw's conversion_error_callback. Tom Lane 10.19
2021-07-06 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. Tom Lane 10.18
2020-12-28 postgres_fdw: Fix connection leak. Fujii Masao 10.16
2020-01-26 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. Tom Lane 10.12
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 10.12
2019-06-13 postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Etsuro Fujita 10.9
2019-04-27 Avoid postgres_fdw crash for a targetlist entry that's just a Param. Tom Lane 10.8
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 10.7
2018-01-30 Fix test case for 'outer pathkeys do not match mergeclauses' fix. Robert Haas 10.2
2018-01-17 postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error. Robert Haas 10.2
2018-01-12 Fix postgres_fdw to cope with duplicate GROUP BY entries. Tom Lane 10.2
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 10.2
2017-07-24 When WCOs are present, disable direct foreign table modification. Robert Haas 10.0
2017-07-21 Stabilize postgres_fdw regression tests. Tom Lane 10.0
2017-07-21 Re-establish postgres_fdw connections after server or user mapping changes. Tom Lane 10.0
2017-04-25 postgres_fdw: Fix join push down with extensions Peter Eisentraut 10.0
2017-04-05 Capitalize names of PLs consistently Peter Eisentraut 10.0
2017-03-31 postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning. Robert Haas 10.0
2017-03-16 postgres_fdw: Push down FULL JOINs with restriction clauses. Robert Haas 10.0
2017-02-06 Fix typos in comments. Heikki Linnakangas 10.0
2017-01-25 Improve speed of contrib/postgres_fdw regression tests. Tom Lane 10.0
2017-01-06 Invalidate cached plans on FDW option changes. Tom Lane 10.0