Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 14 (unreleased)
2024-05-18 Account for optimized MinMax aggregates during SS_finalize_plan. Tom Lane 14.13
2023-06-20 Fix hash join when inner hashkey expressions contain Params. Tom Lane 14.9
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 14.8
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 14.3
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 14.3
2022-01-16 Teach hash_ok_operator() that record_eq is only sometimes hashable. Tom Lane 14.2
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 14.2
2021-07-25 Get rid of artificial restriction on hash table sizes on Windows. Tom Lane 14.0
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 14.0
2021-04-02 Add Result Cache executor node (take 2) David Rowley 14.0
2021-04-01 Revert b6002a796 David Rowley 14.0
2021-03-31 Add Result Cache executor node David Rowley 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-03-31 Allow an alias to be attached to a JOIN ... USING Peter Eisentraut 14.0
2021-02-27 Add TID Range Scans to support efficient scanning ranges of TIDs David Rowley 14.0
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0
2020-08-15 Be more careful about the shape of hashable subplan clauses. Tom Lane 14.0
2020-07-29 Add hash_mem_multiplier GUC. Peter Geoghegan 14.0