Commits

DateSubjectAuthorReleases
2019-03-30 Avoid crash in partitionwise join planning under GEQO. Tom Lane 11.3
2019-03-27 Avoid passing query tlist around separately from root->processed_tlist. Tom Lane 12.0
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 12.0
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 11.3
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 10.8
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 10.8
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 11.3
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 12.0
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 9.4.22
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 9.6.13
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 9.5.17
2019-02-21 Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double. Tom Lane 12.0
2019-02-16 Allow user control of CTE materialization, and change the default behavior. Tom Lane 12.0
2019-02-09 Refactor the representation of indexable clauses in IndexPaths. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-29 Make some small planner API cleanups. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 10.7
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 11.2
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 12.0
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 9.6.12
2018-12-13 Drop no-op CoerceToDomain nodes from expressions at planning time. Tom Lane 12.0
2018-10-07 Remove some unnecessary fields from Plan trees. Tom Lane 12.0
2018-09-30 Create an RTE field to record the query's lock mode for each relation. Tom Lane 12.0
2018-08-11 Fix wrong order of operations in inheritance_planner. Tom Lane 12.0