Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-04-05 | Support "Right Anti Join" plan shapes. | Tom Lane | 16.0 |
| 2023-01-30 | Do assorted mop-up in the planner. | Tom Lane | 16.0 |
| 2023-01-18 | Remove redundant grouping and DISTINCT columns. | Tom Lane | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-10-03 | Revert "Optimize order of GROUP BY keys". | Tom Lane | 16.0 |
| 2022-09-19 | Fix misleading comment for get_cheapest_group_keys_order | David Rowley | 16.0 |
| 2022-09-02 | Fix planner to consider matches to boolean columns in extension indexes. | Tom Lane | 16.0 |
| 2022-08-02 | Improve performance of ORDER BY / DISTINCT aggregates | David Rowley | 16.0 |
| 2022-08-01 | Relax overly strict rules in select_outer_pathkeys_for_merge() | David Rowley | 16.0 |
| 2022-07-13 | Use list_copy_head() instead of list_truncate(list_copy(...), ...) | David Rowley | 16.0 |
| 2022-07-13 | Tidy up code in get_cheapest_group_keys_order() | David Rowley | 16.0 |