Commits

DateSubjectAuthorReleases
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2022-04-20 Remove trailing whitespace from *.sgml files. Tom Lane 15.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2020-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 9.5.23
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 9.6.19
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 10.14
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 11.9
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 14.0
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 13.0
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 12.4
2019-02-07 Split create_foreignscan_path() into three functions. Tom Lane 12.0
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 9.5.11
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 9.6.7
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 10.2
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 11.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 10.0
2017-08-30 Separate reinitialization of shared parallel-scan state from ExecReScan. Tom Lane 11.0
2016-07-22 Remove GetUserMappingId() and GetUserMappingById(). Tom Lane 9.6.0
2016-07-08 Docs: typo fix. Tom Lane 9.6.0
2016-07-01 Rethink the GetForeignUpperPaths API (again). Tom Lane 9.6.0
2016-03-15 Add a GetForeignUpperPaths callback function for FDWs. Tom Lane 9.6.0
2016-03-14 Rethink representation of PathTargets. Tom Lane 9.6.0
2016-03-07 Make the upper part of the planner work by generating and comparing Paths. Tom Lane 9.6.0
2016-02-19 Add an explicit representation of the output targetlist to Paths. Tom Lane 9.6.0