Commits

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

DateSubjectAuthorReleases
2025-09-03 Fix planner error when estimating SubPlan cost Richard Guo 13.23
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 13.7
2021-07-25 Get rid of artificial restriction on hash table sizes on Windows. Tom Lane 13.4
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 13.2
2020-10-19 Relax some asserts in merge join costing code David Rowley 13.1
2020-09-07 Adjust cost model for HashAgg that spills to disk. Jeff Davis 13.0
2020-07-29 Add hash_mem_multiplier GUC. Peter Geoghegan 13.0
2020-07-28 Remove hashagg_avoid_disk_plan GUC. Peter Geoghegan 13.0
2020-07-05 Rename enable_incrementalsort for clarity Peter Eisentraut 13.0
2020-06-11 Rework HashAgg GUCs. Jeff Davis 13.0
2020-05-16 Run pgindent with new pg_bsd_indent version 2.1.1. Tom Lane 13.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-05-01 Simplify cost_incremental_sort a bit Tomas Vondra 13.0
2020-04-22 Fix cost_incremental_sort for expressions with varno 0 Tomas Vondra 13.0
2020-04-06 Implement Incremental Sort Tomas Vondra 13.0
2020-03-28 Fix costing for disk-based hash aggregation. Jeff Davis 13.0
2020-03-18 Disk-based Hash Aggregation. Jeff Davis 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-26 Revert "Rename files and headers related to index AM" Michael Paquier 13.0
2019-12-25 Rename files and headers related to index AM Michael Paquier 13.0
2019-08-13 Fix inconsistencies and typos in the tree, take 10 Michael Paquier 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0