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
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
/
aggregates.sql
Age
Commit message (
Expand
)
Author
2025-04-20
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
2025-03-09
Don't try to parallelize array_agg() on an anonymous record type.
Tom Lane
2025-02-18
Fix poorly written regression test
David Rowley
2024-12-12
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-10-09
Consider explicit incremental sort for mergejoins
Richard Guo
2024-10-08
Add min and max aggregates for bytea type.
Tom Lane
2024-07-11
Add min and max aggregates for composite types (records).
Tom Lane
2024-06-06
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-05-18
Add test case showing that commit d0d44049d fixed a live bug.
Tom Lane
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-03-27
Fix unstable aggregate regression test
David Rowley
2024-02-23
Multiple revisions to the GROUP BY reordering tests
Alexander Korotkov
2024-02-19
Get rid of pg_class usage in SJE regression tests
Alexander Korotkov
2024-02-09
Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()
Alexander Korotkov
2024-01-24
Rename index "abc" in aggregates.sql
Alexander Korotkov
2024-01-21
Fix table name collision in tests in 0452b461bc
Alexander Korotkov
2024-01-21
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-04
Fix use of incorrect TupleTableSlot in DISTINCT aggregates
David Rowley
2023-04-16
Ensure result of an aggregate's finalfunc is made read-only.
Tom Lane
2023-03-13
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-02-22
Implement ANY_VALUE aggregate
Peter Eisentraut
2023-02-13
Fix incorrect presorted DISTINCT aggregate if condition
David Rowley
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-23
Harden new parallel string_agg/array_agg regression test
David Rowley
2023-01-23
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-17
Don't presort ORDER BY/DISTINCT Aggrefs with volatile functions
David Rowley
2022-12-20
Add enable_presorted_aggregate GUC
David Rowley
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2021-08-18
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-15
Drop SERIALIZABLE workaround from parallel query tests.
Thomas Munro
2021-03-06
Add bit_xor aggregate function
Peter Eisentraut
2020-07-22
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-06-13
Fix behavior of float aggregates for single Inf or NaN inputs.
Tom Lane
2020-06-11
Fix mishandling of NaN counts in numeric_[avg_]combine.
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-19
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-01-02
Test GROUP BY matching of join columns that are type-coerced by USING.
Tom Lane
2019-07-03
Don't remove surplus columns from GROUP BY for inheritance parents
David Rowley
2019-05-23
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-20
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-02-13
Change floating-point output format for improved performance.
Andrew Gierth
[next]