Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-10-03 | Revert "Optimize order of GROUP BY keys". | Tom Lane | 15.0 |
| 2022-05-21 | Avoid overflow hazard when clamping group counts to "long int". | Tom Lane | 15.0 |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane | 15.0 |
| 2022-05-04 | Fix rowcount estimate for SubqueryScan that's under a Gather. | Tom Lane | 15.0 |
| 2022-03-24 | Invent recursive_worktable_factor GUC to replace hard-wired constant. | Tom Lane | 15.0 |
| 2022-03-21 | Fix assorted missing logic for GroupingFunc nodes. | Tom Lane | 15.0 |
| 2021-09-15 | Remove arbitrary 64K-or-so limit on rangetable size. | Tom Lane | 15.0 |
| 2021-07-25 | Get rid of artificial restriction on hash table sizes on Windows. | Tom Lane | 15.0 |