Commits

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

DateSubjectAuthorReleases
2024-10-12 Correctly identify which EC members are computable at a plan node. Tom Lane 13.17
2024-04-16 Fix generation of EC join conditions at the wrong plan level. Tom Lane 13.15
2022-08-03 Fix incorrect tests for SRFs in relation_can_be_sorted_early(). Tom Lane 13.8
2021-04-20 Fix planner failure in some cases of sorting by an aggregate. Tom Lane 13.3
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 13.2
2020-12-22 Improve find_em_expr_usable_for_sorting_rel comment Tomas Vondra 13.2
2020-12-21 Don't search for volatile expr in find_em_expr_usable_for_sorting_rel Tomas Vondra 13.2
2020-12-21 Disallow SRFs when considering sorts below Gather Merge Tomas Vondra 13.2
2020-12-21 Check parallel safety in generate_useful_gather_paths Tomas Vondra 13.2
2020-11-03 Fix get_useful_pathkeys_for_relation for volatile expressions Tomas Vondra 13.1
2020-10-06 Build EC members for child join rels in the right memory context. Tom Lane 13.1
2020-10-05 Fix two latent(?) bugs in equivclass.c. Tom Lane 13.1
2020-08-19 Suppress unnecessary RelabelType nodes in yet more cases. Tom Lane 13.0
2020-04-07 Consider Incremental Sort paths at additional places Tomas Vondra 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-11-05 Generate EquivalenceClass members for partitionwise child join rels. Tom Lane 13.0
2019-07-21 Adjust overly strict Assert David Rowley 13.0
2019-07-21 Speed up finding EquivalenceClasses for a given set of rels David Rowley 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0