Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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-03-25 | HashAgg: use Bump allocator for hash TupleHashTable entries. | 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 | Remove unused TupleHashTableData->entrysize. | Jeff Davis | 18.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-03-18 | Disk-based Hash Aggregation. | Jeff Davis | 13.0 |
| 2019-12-06 | Fix comments in execGrouping.c | Jeff Davis | 13.0 |