Commits

DateSubjectAuthorReleases
2020-01-26 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. Tom Lane 10.12
2020-01-26 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. Tom Lane 11.7
2020-01-26 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. Tom Lane 9.6.17
2020-01-26 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. Tom Lane 13.0
2019-12-20 Adjust test case added by commit 6136e94dc. Tom Lane 13.0
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 10.12
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 9.6.17
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 9.4.26
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 9.5.21
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 11.7
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 12.2
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 13.0
2019-12-11 Further adjust EXPLAIN's choices of table alias names. Tom Lane 13.0
2019-12-03 Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN. Tom Lane 13.0
2019-12-03 Fix EXPLAIN's column alias output for mismatched child tables. Tom Lane 13.0
2019-12-02 Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN. Tom Lane 13.0
2019-04-27 Avoid postgres_fdw crash for a targetlist entry that's just a Param. Tom Lane 10.8
2019-04-27 Avoid postgres_fdw crash for a targetlist entry that's just a Param. Tom Lane 12.0
2019-04-27 Avoid postgres_fdw crash for a targetlist entry that's just a Param. Tom Lane 11.3
2019-03-30 Speed up planning when partitions can be pruned at plan time. Tom Lane 12.0
2019-03-26 Get rid of duplicate child RTE for a partitioned table. Tom Lane 12.0
2019-03-25 Suppress Append and MergeAppend plan nodes that have a single child. Tom Lane 12.0
2019-02-16 Allow user control of CTE materialization, and change the default behavior. Tom Lane 12.0
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.5.16
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.6.12