| Commit message (Expand) | Author | Age |
* | Refactor planner's header files. | Tom Lane | 2019-01-29 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Fix mishandling of sortgroupref labels while splitting SRF targetlists. | Tom Lane | 2018-06-21 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Cast result of copyObject() to correct type | Peter Eisentraut | 2017-03-28 |
* | Fix mishandling of tSRFs at different nesting levels. | Tom Lane | 2017-02-02 |
* | Move targetlist SRF handling from expression evaluation to new executor node. | Andres Freund | 2017-01-18 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Simplify planner's final setup of Aggrefs for partial aggregation. | Tom Lane | 2016-06-26 |
* | Fix type-safety problem with parallel aggregate serial/deserialization. | Tom Lane | 2016-06-22 |
* | Fix handling of argument and result datatypes for partial aggregation. | Tom Lane | 2016-06-17 |
* | pgindent run for 9.6 | Robert Haas | 2016-06-09 |
* | Fix various common mispellings. | Greg Stark | 2016-06-03 |
* | Disable physical tlist if any Var would need multiple sortgroupref labels. | Tom Lane | 2016-05-26 |
* | Fix EXPLAIN VERBOSE output for parallel aggregate. | Robert Haas | 2016-04-27 |
* | Allow aggregate transition states to be serialized and deserialized. | Robert Haas | 2016-03-29 |
* | Support parallel aggregation. | Robert Haas | 2016-03-21 |
* | Rethink representation of PathTargets. | Tom Lane | 2016-03-14 |
* | Minor additional refactoring of planner.c's PathTarget handling. | Tom Lane | 2016-03-11 |
* | Refactor pull_var_clause's API to make it less tedious to extend. | Tom Lane | 2016-03-10 |
* | Improve handling of pathtargets in planner.c. | Tom Lane | 2016-03-09 |
* | Improve handling of group-column indexes in GroupingSetsPath. | Tom Lane | 2016-03-08 |
* | Make the upper part of the planner work by generating and comparing Paths. | Tom Lane | 2016-03-07 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Support GROUPING SETS, CUBE and ROLLUP. | Andres Freund | 2015-05-16 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... | Tom Lane | 2014-06-18 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | In locate_grouping_columns(), don't expect an exact match of Var typmods. | Tom Lane | 2013-08-23 |
* | Avoid inserting Result nodes that only compute identity projections. | Tom Lane | 2013-03-14 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. | Tom Lane | 2011-07-12 |
* | Clean up collation processing in prepunion.c. | Tom Lane | 2011-04-16 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Provide hashing support for arrays. | Tom Lane | 2010-10-30 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any | Tom Lane | 2008-08-07 |
* | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane | 2008-08-07 |
* | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |