Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-09-10 | Fix memory leakage in nodeSubplan.c. | Tom Lane | 18.0 |
| 2025-03-25 | Create accessor functions for TupleHashEntry. | 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-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-12-19 | Get rid of old version of BuildTupleHashTable(). | Tom Lane | 18.0 |
| 2024-12-17 | Fix incorrect slot type in BuildTupleHashTableExt | David Rowley | 18.0 |
| 2024-12-11 | Use ExprStates for hashing in GROUP BY and SubPlans | David Rowley | 18.0 |
| 2024-10-31 | Remove unused field from SubPlanState struct | David Rowley | 18.0 |
| 2024-08-01 | Evaluate arguments of correlated SubPlans in the referencing ExprState | Andres Freund | 18.0 |