summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/partition_aggregate.out
AgeCommit message (Expand)Author
2024-06-06Restore preprocess_groupclause()Alexander Korotkov
2023-01-18Remove redundant grouping and DISTINCT columns.Tom Lane
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-09-04Force parallelism in partition_aggregateTomas Vondra
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-07-05Rename enable_incrementalsort for clarityPeter Eisentraut
2020-04-06Implement Incremental SortTomas Vondra
2020-04-05Further improve stability fix for partition_aggregate test.Tom Lane
2020-04-02Improve stability fix for partition_aggregate test.Tom Lane
2020-04-02Attempt to stabilize partitionwise_aggregate testDavid Rowley
2020-03-29Attempt to fix unstable regression testsDavid Rowley
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-03Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane
2019-03-30Speed up planning when partitions can be pruned at plan time.Tom Lane
2019-03-30Avoid crash in partitionwise join planning under GEQO.Tom Lane
2018-08-31Disable support for partitionwise joins in problematic cases.Etsuro Fujita
2018-06-22Avoid generating bogus paths with partitionwise aggregate.Robert Haas
2018-03-26Make new regression indpendent of max_parallel_workers_per_gather.Andres Freund
2018-03-22Implement partition-wise grouping/aggregation.Robert Haas