Commits

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

DateSubjectAuthorReleases
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 10.21
2020-10-19 Relax some asserts in merge join costing code David Rowley 10.15
2018-12-18 Fix ancient thinko in mergejoin cost estimation. Tom Lane 10.7
2018-07-14 Fix hashjoin costing mistake introduced with inner_unique optimization. Tom Lane 10.5
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 10.4
2017-07-14 Code review for NextValueExpr expression node type. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-06-19 Avoid regressions in foreign-key-based selectivity estimates. Tom Lane 10.0
2017-06-03 Fix old corner-case logic error in final_cost_nestloop(). Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-04-08 Optimize joins when the inner relation can be proven unique. Tom Lane 10.0
2017-04-06 Reset API of clause_selectivity() Simon Riggs 10.0
2017-04-05 Collect and use multi-column dependency stats Simon Riggs 10.0
2017-04-01 Add infrastructure to support EphemeralNamedRelation references. Kevin Grittner 10.0
2017-03-27 Support hashed aggregation with grouping sets. Andrew Gierth 10.0
2017-03-25 Faster expression evaluation and targetlist projection. Andres Freund 10.0
2017-03-15 Fix failure to use clamp_row_est() for parallel joins. Robert Haas 10.0
2017-03-14 Fix regression in parallel planning against inheritance tables. Robert Haas 10.0
2017-03-13 Silence unused variable compiler warning Alvaro Herrera 10.0
2017-03-09 Add a Gather Merge executor node. Robert Haas 10.0
2017-03-08 Support parallel bitmap heap scans. Robert Haas 10.0
2017-03-08 Support XMLTABLE query expression Alvaro Herrera 10.0