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
2021-03-30 Update obsolete comment. Etsuro Fujita 10.17
2019-06-13 postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Etsuro Fujita 10.9
2019-05-13 postgres_fdw: Fix typo in comment. 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-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 10.7
2018-11-28 C comment: remove extra '*' Bruce Momjian 10.7
2018-08-28 postgres_fdw: don't push ORDER BY with no vars (bug #15352) Andrew Gierth 10.6
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 10.4
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-08-17 Remove bogus line from comment. Robert Haas 10.0
2017-06-30 Fix typo in comment Peter Eisentraut 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-04-25 postgres_fdw: Fix join push down with extensions Peter Eisentraut 10.0
2017-04-11 Simplify handling of remote-qual pass-forward in postgres_fdw. Tom Lane 10.0
2017-04-11 Handle restriction clause lists more uniformly in postgres_fdw. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0