Commits

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

DateSubjectAuthorReleases
2023-09-28 Add missing TidRangePath handling in print_path() David Rowley 14.10
2022-12-04 Fix generate_partitionwise_join_paths() to tolerate failure. Tom Lane 14.7
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 14.3
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 14.0
2021-04-21 doc: Improve hyphenation consistency Peter Eisentraut 14.0
2021-04-20 Rename find_em_expr_usable_for_sorting_rel. 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-29 Cache if PathTarget and RestrictInfos contain volatile functions David Rowley 14.0
2021-02-23 Fix confusion in comments about generate_gather_paths Alvaro Herrera 14.0
2021-02-01 Remove [Merge]AppendPath.partitioned_rels. Tom Lane 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-21 Check parallel safety in generate_useful_gather_paths Tomas Vondra 14.0
2020-12-21 Consider unsorted paths in generate_useful_gather_paths Tomas Vondra 14.0
2020-11-03 Fix get_useful_pathkeys_for_relation for volatile expressions Tomas Vondra 14.0
2020-11-02 Fix some grammar and typos in comments and docs Michael Paquier 14.0
2020-11-02 Allow run-time pruning on nested Append/MergeAppend nodes David Rowley 14.0
2020-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0
2020-08-22 Avoid pushing quals down into sub-queries that have grouping sets. Tom Lane 14.0
2020-07-14 Cope with lateral references in the quals of a subquery RTE. Tom Lane 14.0
2020-07-05 Rename enable_incrementalsort for clarity Peter Eisentraut 14.0
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 14.0