Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-02-25 | Fix some cases of indirectly casting away const. | Tom Lane | 15.18 |
| 2025-02-07 | Fix pgbench performance issue induced by commit af35fe501. | Tom Lane | 15.11 |
| 2024-12-15 | pgbench: fix misprocessing of some nested \if constructs. | Tom Lane | 15.11 |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane | 15.0 |
| 2022-04-08 | Improve frontend error logging style. | Tom Lane | 15.0 |
| 2022-03-27 | Avoid using large pass-by-value struct arguments in pgbench. | Tom Lane | 15.0 |
| 2021-11-29 | Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. | Tom Lane | 15.0 |
| 2021-06-28 | Don't depend on -fwrapv semantics in pgbench's random() function. | Tom Lane | 15.0 |