Commits

DateSubjectAuthorReleases
2025-03-25 Create accessor functions for TupleHashEntry. Jeff Davis 18.0
2025-03-25 HashAgg: use Bump allocator for hash TupleHashTable entries. Jeff Davis 18.0
2025-02-18 Update outdated comments in nodeAgg.c. Jeff Davis 18.0
2025-02-11 Injection points for hash aggregation. Jeff Davis 18.0
2025-01-13 Revert "TupleHashTable: store additional data along with tuple." Jeff Davis 18.0
2025-01-11 TupleHashTable: store additional data along with tuple. Jeff Davis 18.0
2025-01-07 ExecInitAgg: update aggstate->numaggs and ->numtrans earlier. Jeff Davis 18.0
2020-12-27 Fix bug #16784 in Disk-based Hash Aggregation. Jeff Davis 13.2
2020-12-27 Fix bug #16784 in Disk-based Hash Aggregation. Jeff Davis 14.0
2020-09-16 Change LogicalTapeSetBlocks() to use nBlocksWritten. Jeff Davis 13.0
2020-09-16 Change LogicalTapeSetBlocks() to use nBlocksWritten. Jeff Davis 14.0
2020-09-16 HashAgg: release write buffers sooner by rewinding tape. Jeff Davis 13.0
2020-09-16 HashAgg: release write buffers sooner by rewinding tape. Jeff Davis 14.0
2020-09-12 logtape.c: do not preallocate for tapes when sorting Jeff Davis 13.0
2020-09-12 logtape.c: do not preallocate for tapes when sorting Jeff Davis 14.0
2020-07-29 HashAgg: use better cardinality estimate for recursive spilling. Jeff Davis 13.0
2020-07-29 HashAgg: use better cardinality estimate for recursive spilling. Jeff Davis 14.0
2020-07-26 Fix LookupTupleHashEntryHash() pipeline-stall issue. Jeff Davis 13.0
2020-07-26 Fix LookupTupleHashEntryHash() pipeline-stall issue. Jeff Davis 14.0
2020-07-13 HashAgg: before spilling tuples, set unneeded columns to NULL. Jeff Davis 13.0
2020-07-13 HashAgg: before spilling tuples, set unneeded columns to NULL. Jeff Davis 14.0
2020-06-09 Fix HashAgg regression from choosing too many initial buckets. Jeff Davis 13.0
2020-06-09 Fix HashAgg regression from choosing too many initial buckets. Jeff Davis 14.0
2020-04-08 Create memory context for HashAgg with a reasonable maxBlockSize. Jeff Davis 13.0
2020-04-04 Include chunk overhead in hash table entry size estimate. Jeff Davis 13.0