Commits

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

DateSubjectAuthorReleases
2026-01-26 Fix possible issue of a WindowFunc being in the wrong WindowClause David Rowley 16.12
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 16.10
2025-04-20 Fix issue with ORDER BY / DISTINCT aggregates and FILTER David Rowley 16.9
2024-11-08 Improve fix for not entering parallel mode when holding interrupts. Tom Lane 16.5
2024-11-08 Disallow partitionwise grouping when collations don't match Amit Langote 16.5
2024-09-18 Don't enter parallel mode when holding interrupts. Noah Misch 16.5
2024-03-14 Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths David Rowley 16.3
2024-03-06 Revert "Fix parallel-safety check of expressions and predicate for index builds" Michael Paquier 16.3
2024-03-06 Fix parallel-safety check of expressions and predicate for index builds Michael Paquier 16.3
2023-10-24 Fix problems when a plain-inheritance parent table is excluded. Tom Lane 16.1
2023-09-30 Fix EvalPlanQual rechecking during MERGE. Dean Rasheed 16.1
2023-07-06 Revert the commits related to allowing page lock to conflict among parallel group members. Amit Kapila 16.0
2023-05-04 Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt" Alvaro Herrera 16.0
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 16.0
2023-02-15 Rename force_parallel_mode to debug_parallel_query David Rowley 16.0
2023-01-30 Invent "join domains" to replace the below_outer_join hack. Tom Lane 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-18 Remove redundant grouping and DISTINCT columns. Tom Lane 16.0
2023-01-17 Don't presort ORDER BY/DISTINCT Aggrefs with volatile functions David Rowley 16.0
2023-01-10 Have the planner consider Incremental Sort for DISTINCT David Rowley 16.0
2023-01-07 Add additional regression tests for select_active_windows David Rowley 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-22 Allow window functions to adjust their frameOptions David Rowley 16.0
2022-12-20 Add enable_presorted_aggregate GUC David Rowley 16.0