aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/planagg.c
Commit message (Expand)AuthorAge
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Prevent planagg.c from failing on queries containing CTEs.Tom Lane2016-12-13
* Rethink the GetForeignUpperPaths API (again).Tom Lane2016-07-01
* Refactor planning of projection steps that don't need a Result plan node.Tom Lane2016-06-21
* Try again to fix the way the scanjoin_target is used with partial paths.Robert Haas2016-06-17
* Fix minor thinko in pathification code.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
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-11
* Postpone extParam/allParam calculations until the very end of planning.Tom Lane2015-08-11
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Add parse location fields to NullTest and BooleanTest structs.Tom Lane2015-02-22
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane2013-11-07
* Simplify query_planner's API by having it return the top-level RelOptInfo.Tom Lane2013-08-05
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16
* Comment on why planagg.c punts "MIN(x ORDER BY y)".Noah Misch2013-07-16
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane2012-11-26
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Account for SRFs in targetlists in planner rowcount estimates.Tom Lane2012-07-21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Improve cost estimation for aggregates and window functions.Tom Lane2011-04-24
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Reimplement planner's handling of MIN/MAX aggregate optimization (again).Tom Lane2011-03-22
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Provide hashing support for arrays.Tom Lane2010-10-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* When adding a "target IS NOT NULL" indexqual to the plan for an index-optimizedTom Lane2010-05-10
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an "argisrow" field to NullTest nodes, following a plan made way back inTom Lane2010-01-01
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-15