Commits

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

DateSubjectAuthorReleases
2024-02-23 Avoid dangling-pointer problem with partitionwise joins under GEQO. Tom Lane 13.15
2024-02-01 Apply band-aid fix for an oversight in reparameterize_path_by_child. Tom Lane 13.14
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 13.11
2021-07-25 Get rid of artificial restriction on hash table sizes on Windows. Tom Lane 13.4
2021-05-31 Fix mis-planning of repeated application of a projection. Tom Lane 13.4
2020-11-30 Fix missing outfuncs.c support for IncrementalSortPath. Tom Lane 13.2
2020-07-29 Add hash_mem_multiplier GUC. Peter Geoghegan 13.0
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 13.0
2020-05-16 Run pgindent with new pg_bsd_indent version 2.1.1. Tom Lane 13.0
2020-05-01 Get rid of trailing semicolons in C macro definitions. Tom Lane 13.0
2020-04-07 Support FETCH FIRST WITH TIES Alvaro Herrera 13.0
2020-04-06 Implement Incremental Sort Tomas Vondra 13.0
2020-03-18 Disk-based Hash Aggregation. Jeff Davis 13.0
2020-02-27 Save calculated transitionSpace in Agg node. Jeff Davis 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-08-06 Fix typo in pathnode.c Michael Paquier 13.0
2019-07-16 Redesign the API for list sorting (list_qsort becomes list_sort). Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0