Commits

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

DateSubjectAuthorReleases
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 12.12
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 12.11
2021-10-06 Fix null-pointer crash in postgres_fdw's conversion_error_callback. Tom Lane 12.9
2021-07-06 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. Tom Lane 12.8
2021-06-02 Fix planner's row-mark code for inheritance from a foreign table. Tom Lane 12.8
2020-01-26 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. Tom Lane 12.2
2019-12-20 libpq should expose GSS-related parameters even when not implemented. Tom Lane 12.2
2019-04-27 Avoid postgres_fdw crash for a targetlist entry that's just a Param. Tom Lane 12.0
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 Split create_foreignscan_path() into three functions. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 12.0
2018-07-14 Fix hashjoin costing mistake introduced with inner_unique optimization. Tom Lane 12.0