Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-01-02 | Avoid reference to nonexistent array element in ExecInitAgg(). | Tom Lane | 13.10 |
| 2021-11-01 | Avoid some other O(N^2) hazards in list manipulation. | Tom Lane | 13.5 |
| 2021-07-25 | Get rid of artificial restriction on hash table sizes on Windows. | Tom Lane | 13.4 |
| 2021-02-05 | Fix bug in HashAgg's selective-column-spilling logic. | Tom Lane | 13.2 |
| 2020-05-16 | Run pgindent with new pg_bsd_indent version 2.1.1. | Tom Lane | 13.0 |
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane | 13.0 |
| 2020-04-21 | Fix minor violations of FunctionCallInvoke usage protocol. | Tom Lane | 13.0 |