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