Commits

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

DateSubjectAuthorReleases
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-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-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-07-14 Fix hashjoin costing mistake introduced with inner_unique optimization. Tom Lane 10.5
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-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-08 Optimize joins when the inner relation can be proven unique. Tom Lane 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
2016-11-02 Don't convert Consts into Vars during setrefs.c processing. Tom Lane 10.0