aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/tlist.c
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-03
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix planner failure in some cases of sorting by an aggregate.Tom Lane2021-04-20
* Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley2021-03-29
* Update copyright for 2021Bruce Momjian2021-01-02
* Disallow SRFs when considering sorts below Gather MergeTomas Vondra2020-12-21
* Update copyrights for 2020Bruce Momjian2020-01-01
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Refactor planner's header files.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane2018-06-21
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Fix mishandling of tSRFs at different nesting levels.Tom Lane2017-02-02
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify planner's final setup of Aggrefs for partial aggregation.Tom Lane2016-06-26
* Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane2016-06-22
* Fix handling of argument and result datatypes for partial aggregation.Tom Lane2016-06-17
* pgindent run for 9.6Robert Haas2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane2016-05-26
* Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas2016-04-27
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* Support parallel aggregation.Robert Haas2016-03-21
* Rethink representation of PathTargets.Tom Lane2016-03-14
* Minor additional refactoring of planner.c's PathTarget handling.Tom Lane2016-03-11
* Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane2016-03-10
* Improve handling of pathtargets in planner.c.Tom Lane2016-03-09
* Improve handling of group-column indexes in GroupingSetsPath.Tom Lane2016-03-08
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Update copyright for 2016Bruce Momjian2016-01-02
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Update copyright for 2015Bruce Momjian2015-01-06
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-14
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12