Commits

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

DateSubjectAuthorReleases
2020-01-26 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. Tom Lane 9.6.17
2016-07-28 Fix assorted fallout from IS [NOT] NULL patch. Tom Lane 9.6.0
2016-07-25 Fix typo in comment. Fujii Masao 9.6.0
2016-07-01 postgres_fdw: Remove schema-qualification from cast to text. Robert Haas 9.6.0
2016-06-24 postgres_fdw: Fix incorrect NULL handling in join pushdown. Robert Haas 9.6.0
2016-06-24 postgres_fdw: Remove useless return statement. Robert Haas 9.6.0
2016-06-14 postgres_fdw: Check PlaceHolderVars before pushing down a join. Robert Haas 9.6.0
2016-06-14 postgres_fdw: Promote an Assert() to elog(). Robert Haas 9.6.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-04-15 postgres_fdw: Clean up handling of system columns. Robert Haas 9.6.0
2016-03-21 Clean up some Coverity complaints about commit 0bf3ae88af330496. Tom Lane 9.6.0
2016-03-18 Directly modify foreign tables. Robert Haas 9.6.0
2016-03-14 Rethink representation of PathTargets. Tom Lane 9.6.0
2016-03-10 Refactor pull_var_clause's API to make it less tedious to extend. Tom Lane 9.6.0
2016-03-04 postgres_fdw: When sending ORDER BY, always include NULLS FIRST/LAST. Robert Haas 9.6.0
2016-02-19 Add an explicit representation of the output targetlist to Paths. Tom Lane 9.6.0
2016-02-12 Add missing "static" qualifier. Tom Lane 9.6.0
2016-02-09 postgres_fdw: Push down joins to remote servers. Robert Haas 9.6.0
2016-02-06 Add missing "static" qualifier. Tom Lane 9.6.0
2016-02-05 postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only. Robert Haas 9.6.0
2016-01-30 postgres_fdw: More preliminary refactoring for upcoming join pushdown. Robert Haas 9.6.0
2016-01-28 postgres_fdw: Refactor deparsing code for locking clauses. Robert Haas 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-11-03 Allow postgres_fdw to ship extension funcs/operators for remote execution. Tom Lane 9.6.0
2015-11-03 postgres_fdw: Add ORDER BY to some remote SQL queries. Robert Haas 9.6.0