Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-08-04 | Add proper regression test for the recent SRFs-in-pathkeys problem. | Tom Lane | 14.5 |
| 2021-04-20 | Fix planner failure in some cases of sorting by an aggregate. | Tom Lane | 14.0 |
| 2021-02-15 | Simplify loop logic in nodeIncrementalSort.c. | Tom Lane | 14.0 |
| 2021-02-05 | Fix YA incremental sort bug. | Tom Lane | 14.0 |
| 2020-12-21 | Disallow SRFs when considering sorts below Gather Merge | Tomas Vondra | 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-07-05 | Rename enable_incrementalsort for clarity | Peter Eisentraut | 14.0 |