Commits

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

DateSubjectAuthorReleases
2026-06-03 Fix wrong unsafe-flag test in check_output_expressions() Richard Guo 16 (unreleased)
2023-09-28 Add missing TidRangePath handling in print_path() David Rowley 16.1
2023-04-18 Fix some typos and some incorrectly duplicated words David Rowley 16.0
2023-03-17 Fix incorrect logic for determining safe WindowAgg run conditions David Rowley 16.0
2023-03-15 Support PlaceHolderVars in MERGE actions. Tom Lane 16.0
2023-03-12 Work around implementation restriction in adjust_appendrel_attrs. Tom Lane 16.0
2023-02-20 Optimize generate_orderedappend_paths David Rowley 16.0
2023-01-30 Do assorted mop-up in the planner. Tom Lane 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-16 Remove pessimistic cost penalization from Incremental Sort David Rowley 16.0
2022-12-06 Fix 32-bit build dangling pointer issue in WindowAgg David Rowley 16.0
2022-12-04 Fix generate_partitionwise_join_paths() to tolerate failure. Tom Lane 16.0
2022-10-18 Fix confusion about havingQual vs hasHavingQual in planner. Tom Lane 16.0
2022-08-04 Fix failure to set correct operator in window run condition David Rowley 16.0
2022-07-30 Fix incorrect is-this-the-topmost-join tests in parallel planning. Tom Lane 16.0
2022-07-21 Remove fls(), use pg_leftmost_one_pos32() instead. Thomas Munro 16.0
2022-07-19 Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better. Tom Lane 16.0
2022-07-13 Use list_copy_head() instead of list_truncate(list_copy(...), ...) David Rowley 16.0