Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-05-12 | Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs. | Tom Lane | 13.8 |
| 2022-03-21 | Fix assorted missing logic for GroupingFunc nodes. | Tom Lane | 13.7 |
| 2020-12-27 | Second attempt to stabilize 05c02589. | Jeff Davis | 13.2 |
| 2020-12-27 | Stabilize test introduced in 05c02589, per buildfarm. | Jeff Davis | 13.2 |
| 2020-12-27 | Fix bug #16784 in Disk-based Hash Aggregation. | Jeff Davis | 13.2 |
| 2020-08-22 | Avoid pushing quals down into sub-queries that have grouping sets. | Tom Lane | 13.0 |
| 2020-06-11 | Rework HashAgg GUCs. | Jeff Davis | 13.0 |
| 2020-03-24 | Reduce test time for disk-based Hash Aggregation. | Jeff Davis | 13.0 |
| 2020-03-18 | Disk-based Hash Aggregation. | Jeff Davis | 13.0 |
| 2019-07-25 | Add missing (COSTS OFF) to EXPLAIN added in previous commit. | Andres Freund | 13.0 |
| 2019-07-25 | Fix slot type handling for Agg nodes performing internal sorts. | Andres Freund | 13.0 |