Commits

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

DateSubjectAuthorReleases
2024-06-18 Fix possible Assert failure in cost_memoize_rescan David Rowley 14.13
2024-02-23 Avoid dangling-pointer problem with partitionwise joins under GEQO. Tom Lane 14.12
2024-02-01 Apply band-aid fix for an oversight in reparameterize_path_by_child. Tom Lane 14.11
2023-10-24 Fix problems when a plain-inheritance parent table is excluded. Tom Lane 14.10
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 14.8
2022-12-05 Fix Memoize to work with partitionwise joining. Tom Lane 14.7
2022-12-04 Fix broken MemoizePath support in reparameterize_path(). Tom Lane 14.7
2021-11-23 Allow Memoize to operate in binary comparison mode David Rowley 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-05-31 Fix mis-planning of repeated application of a projection. Tom Lane 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-30 Allow estimate_num_groups() to pass back further details about the estimation David Rowley 14.0
2021-02-27 Add TID Range Scans to support efficient scanning ranges of TIDs David Rowley 14.0
2021-02-01 Remove [Merge]AppendPath.partitioned_rels. Tom Lane 14.0
2021-02-01 Remove incidental dependencies on partitioned_rels lists. Tom Lane 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-11-30 Fix missing outfuncs.c support for IncrementalSortPath. Tom Lane 14.0
2020-10-12 Fix estimates for ModifyTable paths without RETURNING. Thomas Munro 14.0
2020-07-29 Add hash_mem_multiplier GUC. Peter Geoghegan 14.0
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 14.0