Commits

DateSubjectAuthorReleases
2026-03-19 Improve hash join's handling of tuples with null join keys. Tom Lane 19 (unreleased)
2025-12-14 Update typedefs.list to match what the buildfarm currently reports. 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)
2024-12-19 Convert SetOp to read its inputs as outerPlan and innerPlan. Tom Lane 18.0
2024-11-16 Undo unintentional ABI break in struct ResultRelInfo. Tom Lane 16.6
2024-11-16 Undo unintentional ABI break in struct ResultRelInfo. Tom Lane 17.2
2024-11-16 Undo unintentional ABI break in struct ResultRelInfo. Tom Lane 15.10
2024-11-16 Undo unintentional ABI break in struct ResultRelInfo. Tom Lane 14.15
2024-04-23 Remove some unnecessary fields from executor nodes. Tom Lane 17.0
2023-05-19 Fix misbehavior of EvalPlanQual checks with multiple result relations. Tom Lane 16.0
2023-05-19 Fix misbehavior of EvalPlanQual checks with multiple result relations. Tom Lane 14.9
2023-05-19 Fix misbehavior of EvalPlanQual checks with multiple result relations. Tom Lane 15.4
2023-04-05 Support "Right Anti Join" plan shapes. Tom Lane 16.0
2023-03-06 Fix some more cases of missed GENERATED-column updates. Tom Lane 16.0
2023-03-02 Mop up some undue familiarity with the innards of Bitmapsets. Tom Lane 16.0
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 13.10
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 14.7
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 16.0
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 15.2
2022-07-09 Doc: rearrange high-level commentary about node support coverage. Tom Lane 16.0
2022-07-09 Mark PlanState as an abstract node type. Tom Lane 16.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 11.15
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 14.2