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
/
test
/
regress
/
sql
/
groupingsets.sql
Age
Commit message (
Expand
)
Author
17 hours
Fix planner error with SRFs and grouping sets
Richard Guo
2025-10-21
Fix pushdown of degenerate HAVING clauses
Richard Guo
2025-03-13
Fix incorrect handling of subquery pullup
Richard Guo
2024-10-09
Allow pushdown of HAVING clauses with grouping sets
Richard Guo
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2022-05-12
Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.
Tom Lane
2022-03-21
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-02-17
Increase hash_mem_multiplier default to 2.0.
Peter Geoghegan
2021-03-18
Implement GROUP BY DISTINCT
Tomas Vondra
2020-12-27
Second attempt to stabilize 05c02589.
Jeff Davis
2020-12-27
Stabilize test introduced in 05c02589, per buildfarm.
Jeff Davis
2020-12-27
Fix bug #16784 in Disk-based Hash Aggregation.
Jeff Davis
2020-08-22
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-06-11
Rework HashAgg GUCs.
Jeff Davis
2020-03-24
Reduce test time for disk-based Hash Aggregation.
Jeff Davis
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2019-07-25
Add missing (COSTS OFF) to EXPLAIN added in previous commit.
Andres Freund
2019-07-25
Fix slot type handling for Agg nodes performing internal sorts.
Andres Freund
2019-06-30
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-01-17
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2018-03-21
Repair crash with unsortable grouping sets.
Andrew Gierth
2018-01-29
Improve bit perturbation in TupleHashTableHash.
Andres Freund
2018-01-12
Fix incorrect handling of subquery pullup in the presence of grouping sets.
Tom Lane
2017-10-26
Make setrefs.c match by ressortgroupref even for plain Vars.
Tom Lane
2017-03-27
Attempt to stabilize grouping sets regression test plans.
Andrew Gierth
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2016-02-08
Fix overeager pushdown of HAVING clauses when grouping sets are used.
Andres Freund
2015-07-26
Fix flattening of nested grouping sets.
Andres Freund
2015-07-26
Recognize GROUPING() as a aggregate expression.
Andres Freund
2015-07-26
Build column mapping for grouping sets in all required cases.
Andres Freund
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund