index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
planagg.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-05-02
Fix typos in comments
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-07-19
Convert planner's AggInfo and AggTransInfo structs to proper Nodes.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-27
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-13
Prevent planagg.c from failing on queries containing CTEs.
Tom Lane
2016-07-01
Rethink the GetForeignUpperPaths API (again).
Tom Lane
2016-06-21
Refactor planning of projection steps that don't need a Result plan node.
Tom Lane
2016-06-17
Try again to fix the way the scanjoin_target is used with partial paths.
Robert Haas
2016-03-08
Fix minor thinko in pathification code.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-11
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-08-12
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-02-22
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-23
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-11-07
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-08-05
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-17
Comment on why planagg.c punts "MIN(x ORDER BY y)".
Noah Misch
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-29
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-26
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-27
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-07-21
Account for SRFs in targetlists in planner rowcount estimates.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
[next]