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 Eliminate duplicative hashtempcxt in nodeSubplan.c. 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
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 11.20
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 15.3
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 14.8
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 12.15
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 16.0
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 13.11
2022-08-27 Doc: add comment about bug fixed in back branches as of 3f7323cbb. Tom Lane 16.0
2022-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 12.13
2022-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 10.23
2022-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 11.18
2022-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 13.9
2022-05-21 Avoid overflow hazard when clamping group counts to "long int". Tom Lane 15.0
2020-11-03 Guard against core dump from uninitialized subplan. Tom Lane 10.15