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