Commits

DateSubjectAuthorReleases
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-03-22 Collations with nondeterministic comparison Peter Eisentraut 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-06-21 Fix mishandling of sortgroupref labels while splitting SRF targetlists. Tom Lane 10.5
2018-06-21 Fix mishandling of sortgroupref labels while splitting SRF targetlists. Tom Lane 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-03-29 Cast result of copyObject() to correct type Peter Eisentraut 10.0
2017-02-02 Fix mishandling of tSRFs at different nesting levels. Tom Lane 10.0
2017-01-18 Move targetlist SRF handling from expression evaluation to new executor node. Andres Freund 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-06-26 Simplify planner's final setup of Aggrefs for partial aggregation. Tom Lane 9.6.0
2016-06-22 Fix type-safety problem with parallel aggregate serial/deserialization. Tom Lane 9.6.0
2016-06-18 Fix handling of argument and result datatypes for partial aggregation. Tom Lane 9.6.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-06-03 Fix various common mispellings. Greg Stark 9.6.0
2016-05-26 Disable physical tlist if any Var would need multiple sortgroupref labels. Tom Lane 9.6.0
2016-04-27 Fix EXPLAIN VERBOSE output for parallel aggregate. Robert Haas 9.6.0
2016-03-29 Allow aggregate transition states to be serialized and deserialized. Robert Haas 9.6.0
2016-03-21 Support parallel aggregation. Robert Haas 9.6.0
2016-03-14 Rethink representation of PathTargets. Tom Lane 9.6.0
2016-03-11 Minor additional refactoring of planner.c's PathTarget handling. Tom Lane 9.6.0