Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-09 | Fix integer overflow in nodeWindowAgg.c | Richard Guo | 16.14 |
| 2024-12-09 | Fix possible crash during WindowAgg evaluation | David Rowley | 16.7 |
| 2024-03-27 | Fix unnecessary use of moving-aggregate mode with non-moving frame. | Tom Lane | 16.3 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-04-24 | Rename ExecAggTransReparent, and improve its documentation. | Tom Lane | 16.0 |
| 2023-04-16 | Ensure result of an aggregate's finalfunc is made read-only. | Tom Lane | 16.0 |
| 2023-02-13 | Disable WindowAgg inverse transitions when subplans are present | David Rowley | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-06 | Fix 32-bit build dangling pointer issue in WindowAgg | David Rowley | 16.0 |
| 2022-11-13 | Refactor aclcheck functions | Peter Eisentraut | 16.0 |
| 2022-10-06 | Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c. | Tom Lane | 16.0 |
| 2022-08-25 | More -Wshadow=compatible-local warning fixes | David Rowley | 16.0 |