Commits

DateSubjectAuthorReleases
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-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
2024-12-19 Get rid of old version of BuildTupleHashTable(). Tom Lane 18.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
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-02-29 Remove obsolete comment. Tom Lane 13.0
2011-05-23 Install defenses against overflow in BuildTupleHashTable(). Tom Lane 8.2.22
2011-05-23 Install defenses against overflow in BuildTupleHashTable(). Tom Lane 8.3.16
2011-05-23 Install defenses against overflow in BuildTupleHashTable(). Tom Lane 8.4.9
2011-05-23 Install defenses against overflow in BuildTupleHashTable(). Tom Lane 9.0.5
2011-05-23 Install defenses against overflow in BuildTupleHashTable(). Tom Lane 9.1.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2007-02-06 Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases Tom Lane 8.3.0
2007-01-30 Add support for cross-type hashing in hash index searches and hash joins. Tom Lane 8.3.0
2007-01-10 Change the planner-to-executor API so that the planner tells the executor Tom Lane 8.3.0