Commits

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

DateSubjectAuthorReleases
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
2021-03-30 Update obsolete comment. Etsuro Fujita 11.12
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 11.11
2019-06-13 postgres_fdw: Account for triggers in non-direct remote UPDATE planning. Etsuro Fujita 11.4
2019-05-13 postgres_fdw: Fix typo in comment. 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-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 11.2
2018-11-28 C comment: remove extra '*' Bruce Momjian 11.2
2018-08-28 postgres_fdw: don't push ORDER BY with no vars (bug #15352) Andrew Gierth 11.0
2018-06-30 pgindent run prior to branching Andrew Dunstan 11.0
2018-05-03 Remove now-unnecessary cast. Robert Haas 11.0
2018-05-01 Fix interaction of foreign tuple routing with remote triggers. Robert Haas 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 11.0
2018-04-06 Allow insert and update tuple routing and COPY for foreign tables. Robert Haas 11.0
2018-04-06 Refactor PgFdwModifyState creation/destruction into separate functions. Robert Haas 11.0
2018-04-02 postgres_fdw: Push down partition-wise aggregation. Robert Haas 11.0
2018-02-22 postgres_fdw: Fix interaction of PHVs with child joins. Robert Haas 11.0
2018-02-19 Remove bogus "extern" annotations on function definitions. Tom Lane 11.0