Commits

DateSubjectAuthorReleases
2020-01-17 Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 9.6.17
2020-01-17 Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 10.12
2020-01-17 Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 11.7
2020-01-17 Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 12.2
2020-01-17 Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 13.0
2019-12-17 Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE. Tom Lane 13.0
2019-08-05 Fix choice of comparison operators for cross-type hashed subplans. Tom Lane 11.5
2019-08-05 Fix choice of comparison operators for cross-type hashed subplans. Tom Lane 12.0
2019-08-05 Fix choice of comparison operators for cross-type hashed subplans. Tom Lane 13.0
2019-04-09 Prevent inlining of multiply-referenced CTEs with outer recursive refs. Tom Lane 12.0
2019-03-22 Collations with nondeterministic comparison Peter Eisentraut 12.0
2019-03-01 Check we don't misoptimize a NOT IN where the subquery returns no rows. 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 Build out the planner support function infrastructure. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2018-08-17 Set scan direction appropriately for SubPlans (bug #15336) Andrew Gierth 9.4.20
2018-08-17 Set scan direction appropriately for SubPlans (bug #15336) Andrew Gierth 9.5.15
2018-08-17 Set scan direction appropriately for SubPlans (bug #15336) Andrew Gierth 9.6.11
2018-08-17 Set scan direction appropriately for SubPlans (bug #15336) Andrew Gierth 10.6
2018-08-17 Set scan direction appropriately for SubPlans (bug #15336) Andrew Gierth 11.0
2018-08-17 Set scan direction appropriately for SubPlans (bug #15336) Andrew Gierth 12.0
2018-03-13 Add COSTS off to two EXPLAIN using tests. Andres Freund 11.0
2018-02-22 Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes. Robert Haas 11.0
2017-11-25 Repair failure with SubPlans in multi-row VALUES lists. Tom Lane 9.3.21
2017-11-25 Repair failure with SubPlans in multi-row VALUES lists. Tom Lane 9.5.11