Commits

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

DateSubjectAuthorReleases
2025-09-03 Fix planner error when estimating SubPlan cost Richard Guo 14.20
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 14.3
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-08 Speedup ScalarArrayOpExpr evaluation 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 Add support for asynchronous execution. Etsuro Fujita 14.0
2021-03-30 Allow estimate_num_groups() to pass back further details about the estimation David Rowley 14.0
2021-03-24 Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."." Amit Kapila 14.0
2021-03-18 Add a new GUC and a reloption to enable inserts in parallel-mode. Amit Kapila 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-11-24 Move per-agg and per-trans duplicate finding to the planner. Heikki Linnakangas 14.0
2020-10-28 Fix foreign-key selectivity estimation in the presence of constants. Tom Lane 14.0
2020-10-18 Prevent overly large and NaN row estimates in relations David Rowley 14.0
2020-09-07 Adjust cost model for HashAgg that spills to disk. Jeff Davis 14.0
2020-07-29 Add hash_mem_multiplier GUC. Peter Geoghegan 14.0
2020-07-28 Remove hashagg_avoid_disk_plan GUC. Peter Geoghegan 14.0
2020-07-08 code: replace 'master' with 'leader' where appropriate. Andres Freund 14.0
2020-07-05 Rename enable_incrementalsort for clarity Peter Eisentraut 14.0
2020-06-11 Rework HashAgg GUCs. Jeff Davis 14.0