| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-11-02 | Change "long" numGroups fields to be Cardinality (i.e., double). | Tom Lane |
| 2025-11-02 | Improve planner's estimates of tuple hash table sizes. | Tom Lane |
| 2025-10-30 | Use BumpContext contexts in TupleHashTables, and do some code cleanup. | Tom Lane |
| 2025-10-30 | Fix some confusing uses of const | Peter Eisentraut |
| 2025-09-10 | Fix memory leakage in nodeSubplan.c. | Tom Lane |
| 2025-06-13 | Comment fixups from 626df47ad9. | Jeff Davis |
| 2025-03-25 | Remove 'additional' pointer from TupleHashEntryData. | Jeff Davis |
| 2025-03-25 | Create accessor functions for TupleHashEntry. | Jeff Davis |
| 2025-01-13 | Revert "TupleHashTable: store additional data along with tuple." | Jeff Davis |
| 2025-01-13 | Fix pgindent damage | Richard Guo |
| 2025-01-11 | Fix redefinition of type in commit e0ece2a981. | Jeff Davis |
| 2025-01-11 | TupleHashTable: store additional data along with tuple. | Jeff Davis |
| 2025-01-07 | Remove unused TupleHashTableData->entrysize. | Jeff Davis |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-19 | Get rid of old version of BuildTupleHashTable(). | Tom Lane |
| 2024-12-19 | Optimize grouping equality checks with virtual slots | David Rowley |
| 2024-12-19 | Fix Assert failure in WITH RECURSIVE UNION queries | David Rowley |
| 2024-12-17 | Fix incorrect slot type in BuildTupleHashTableExt | David Rowley |
| 2024-12-11 | Use ExprStates for hashing in GROUP BY and SubPlans | David Rowley |
| 2024-10-08 | Improve style of two code paths | Michael Paquier |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-05-11 | Fix typos and grammar in code and test comments | Michael Paquier |
| 2022-02-20 | Use bitwise rotate functions in more places | John Naylor |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-07-25 | Get rid of artificial restriction on hash table sizes on Windows. | Tom Lane |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-07-29 | Add hash_mem_multiplier GUC. | Peter Geoghegan |
| 2020-07-26 | Fix LookupTupleHashEntryHash() pipeline-stall issue. | Jeff Davis |
| 2020-07-08 | code: replace 'master' with 'leader' where appropriate. | Andres Freund |
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane |
| 2020-02-29 | Remove obsolete comment. | Tom Lane |
| 2020-02-27 | Move src/backend/utils/hash/hashfn.c to src/common | Robert Haas |
| 2020-02-10 | Change signature of TupleHashTableHash(). | Jeff Davis |
| 2020-02-07 | Introduce TupleHashTableHash() and LookupTupleHashEntryHash(). | Jeff Davis |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-12-06 | Fix comments in execGrouping.c | Jeff Davis |
| 2019-11-12 | Make the order of the header file includes consistent in backend modules. | Amit Kapila |
| 2019-09-29 | jit: Re-allow JIT compilation of execGrouping.c hashtable comparisons. | Andres Freund |
| 2019-03-22 | Collations with nondeterministic comparison | Peter Eisentraut |
| 2019-03-11 | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera |
| 2019-02-09 | Allow to reset execGrouping.c style tuple hashtables. | Andres Freund |
| 2019-02-09 | Plug leak in BuildTupleHashTable by creating ExprContext in correct context. | Andres Freund |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-12-22 | Add some const decorations | Peter Eisentraut |
| 2018-11-16 | Introduce notion of different types of slots (without implementing them). | Andres Freund |
| 2018-02-16 | Do execGrouping.c via expression eval machinery, take two. | Andres Freund |
| 2018-02-16 | Revert "Do execGrouping.c via expression eval machinery." | Andres Freund |