Commits

DateSubjectAuthorReleases
2025-11-02 Change "long" numGroups fields to be Cardinality (i.e., double). Tom Lane 19 (unreleased)
2025-10-30 Use BumpContext contexts in TupleHashTables, and do some code cleanup. Tom Lane 19 (unreleased)
2024-12-19 Get rid of old version of BuildTupleHashTable(). Tom Lane 18.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-04-24 Rename ExecAggTransReparent, and improve its documentation. Tom Lane 16.0
2023-04-16 Ensure result of an aggregate's finalfunc is made read-only. Tom Lane 16.0
2023-03-02 Mop up some undue familiarity with the innards of Bitmapsets. Tom Lane 16.0
2023-03-02 Remove bms_first_member(). Tom Lane 16.0
2023-01-18 Remove redundant grouping and DISTINCT columns. Tom Lane 16.0
2023-01-02 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 15.2
2023-01-02 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 14.7
2023-01-02 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 11.19
2023-01-02 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 16.0
2023-01-02 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 13.10
2023-01-02 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 12.14
2022-10-06 Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c. Tom Lane 16.0
2022-07-07 Remove stray references to lefttree/righttree in the executor. Tom Lane 16.0
2021-11-01 Avoid some other O(N^2) hazards in list manipulation. Tom Lane 13.5
2021-11-01 Avoid some other O(N^2) hazards in list manipulation. Tom Lane 14.1
2021-11-01 Avoid some other O(N^2) hazards in list manipulation. Tom Lane 15.0
2021-07-25 Get rid of artificial restriction on hash table sizes on Windows. Tom Lane 14.0
2021-07-25 Get rid of artificial restriction on hash table sizes on Windows. Tom Lane 13.4
2021-07-25 Get rid of artificial restriction on hash table sizes on Windows. Tom Lane 15.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-02-05 Fix bug in HashAgg's selective-column-spilling logic. Tom Lane 14.0