Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-05-12 | Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs. | Tom Lane | 14.4 |
| 2022-03-21 | Fix assorted missing logic for GroupingFunc nodes. | Tom Lane | 14.3 |
| 2021-03-18 | Implement GROUP BY DISTINCT | Tomas Vondra | 14.0 |
| 2020-12-27 | Second attempt to stabilize 05c02589. | Jeff Davis | 14.0 |
| 2020-12-27 | Stabilize test introduced in 05c02589, per buildfarm. | Jeff Davis | 14.0 |
| 2020-12-27 | Fix bug #16784 in Disk-based Hash Aggregation. | Jeff Davis | 14.0 |
| 2020-08-22 | Avoid pushing quals down into sub-queries that have grouping sets. | Tom Lane | 14.0 |
| 2020-06-11 | Rework HashAgg GUCs. | Jeff Davis | 14.0 |