Commits

DateSubjectAuthorReleases
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-11-02 Change "long" numGroups fields to be Cardinality (i.e., double). Tom Lane 19 (unreleased)
2025-11-02 Improve planner's estimates of tuple hash table sizes. Tom Lane 19 (unreleased)
2025-10-30 Use BumpContext contexts in TupleHashTables, and do some code cleanup. Tom Lane 19 (unreleased)
2025-10-30 Fix some confusing uses of const Peter Eisentraut 19 (unreleased)
2025-09-10 Fix memory leakage in nodeSubplan.c. Tom Lane 16.11
2025-09-10 Fix memory leakage in nodeSubplan.c. Tom Lane 18.0
2025-09-10 Fix memory leakage in nodeSubplan.c. Tom Lane 19 (unreleased)
2025-09-10 Fix memory leakage in nodeSubplan.c. Tom Lane 13.23
2025-09-10 Fix memory leakage in nodeSubplan.c. Tom Lane 17.7
2025-09-10 Fix memory leakage in nodeSubplan.c. Tom Lane 14.20
2025-09-10 Fix memory leakage in nodeSubplan.c. Tom Lane 15.15
2025-06-13 Comment fixups from 626df47ad9. Jeff Davis 18.0
2025-03-25 Remove 'additional' pointer from TupleHashEntryData. Jeff Davis 18.0
2025-03-25 Create accessor functions for TupleHashEntry. Jeff Davis 18.0
2025-01-13 Revert "TupleHashTable: store additional data along with tuple." Jeff Davis 18.0
2025-01-13 Fix pgindent damage Richard Guo 18.0
2025-01-11 Fix redefinition of type in commit e0ece2a981. Jeff Davis 18.0
2025-01-11 TupleHashTable: store additional data along with tuple. Jeff Davis 18.0
2025-01-07 Remove unused TupleHashTableData->entrysize. Jeff Davis 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-19 Get rid of old version of BuildTupleHashTable(). Tom Lane 18.0
2024-12-19 Optimize grouping equality checks with virtual slots David Rowley 18.0
2024-12-19 Fix Assert failure in WITH RECURSIVE UNION queries David Rowley 13.19