Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-09 | Fix integer overflow in nodeWindowAgg.c | Richard Guo | 17.10 |
| 2024-12-09 | Fix possible crash during WindowAgg evaluation | David Rowley | 17.3 |
| 2024-06-18 | Fix incorrect punctuation in error message | Peter Eisentraut | 17.0 |
| 2024-05-05 | Fix query pullup issue with WindowClause runCondition | David Rowley | 17.0 |
| 2024-03-19 | Improve EXPLAIN's display of SubPlan nodes and output parameters. | Tom Lane | 17.0 |
| 2024-01-10 | Handle WindowClause.runCondition in tree walker/mutator functions. | Tom Lane | 17.0 |
| 2023-11-14 | Support +/- infinity in the interval data type. | Dean Rasheed | 17.0 |
| 2023-08-04 | Attempt to stabilize new window agg regression test | David Rowley | 17.0 |
| 2023-08-03 | Account for startup rows when costing WindowAggs | David Rowley | 17.0 |