Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-11-01 | pg_stat_statements: fetch stmt location/length before it disappears. | Tom Lane | 12.13 |
| 2022-08-02 | Be more wary about 32-bit integer overflow in pg_stat_statements. | Tom Lane | 12.12 |
| 2021-10-31 | Don't try to read a multi-GB pg_stat_statements file in one call. | Tom Lane | 12.9 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane | 12.0 |
| 2019-02-16 | Allow user control of CTE materialization, and change the default behavior. | Tom Lane | 12.0 |
| 2019-01-28 | In the planner, replace an empty FROM clause with a dummy RTE. | Tom Lane | 12.0 |
| 2019-01-06 | Replace the data structure used for keyword lookup. | Tom Lane | 12.0 |