Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-05-17 | Fix some issues with improper placement of outer join clauses. | Tom Lane | 16.0 |
| 2023-02-23 | Fix mis-handling of outer join quals generated by EquivalenceClasses. | Tom Lane | 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-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-20 | Harmonize more parameter names in bulk. | Peter Geoghegan | 16.0 |
| 2022-08-02 | Improve performance of ORDER BY / DISTINCT aggregates | David Rowley | 16.0 |
| 2022-07-15 | Fix inconsistent parameter names between prototype and declaration | David Rowley | 16.0 |