Commits

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

DateSubjectAuthorReleases
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 14.19
2024-11-08 Improve fix for not entering parallel mode when holding interrupts. Tom Lane 14.14
2024-11-08 Disallow partitionwise grouping when collations don't match Amit Langote 14.14
2024-09-18 Don't enter parallel mode when holding interrupts. Noah Misch 14.14
2024-03-06 Revert "Fix parallel-safety check of expressions and predicate for index builds" Michael Paquier 14.12
2024-03-06 Fix parallel-safety check of expressions and predicate for index builds Michael Paquier 14.12
2023-10-24 Fix problems when a plain-inheritance parent table is excluded. Tom Lane 14.10
2023-07-06 Revert the commits related to allowing page lock to conflict among parallel group members. Amit Kapila 14.9
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 14.8
2021-10-14 Fix planner error with pulling up subquery expressions into function RTEs. Tom Lane 14.1
2021-07-25 Get rid of artificial restriction on hash table sizes on Windows. Tom Lane 14.0
2021-04-08 Speedup ScalarArrayOpExpr evaluation 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-03-24 Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."." Amit Kapila 14.0
2021-03-18 Implement GROUP BY DISTINCT Tomas Vondra 14.0
2021-03-10 Enable parallel SELECT for "INSERT INTO ... SELECT ...". Amit Kapila 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-11-30 Prevent parallel index build in a standalone backend. Tom Lane 14.0
2020-11-24 Move per-agg and per-trans duplicate finding to the planner. Heikki Linnakangas 14.0
2020-10-13 Create ResultRelInfos later in InitPlan, index them by RT index. Heikki Linnakangas 14.0
2020-09-29 Add for_each_from, to simplify loops starting from non-first list cells. Tom Lane 14.0
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0