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
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-27
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
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
[next]