Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-01-29 | Avoid breaking SJIS encoding while de-backslashing Windows paths. | Tom Lane | 15.11 |
| 2025-01-14 | Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. | Tom Lane | 15.11 |
| 2022-07-12 | Invent qsort_interruptible(). | Tom Lane | 15.0 |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane | 15.0 |
| 2022-01-11 | Clean up messy API for src/port/thread.c. | Tom Lane | 15.0 |
| 2021-11-29 | Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. | Tom Lane | 15.0 |
| 2021-11-11 | Fall back to unsigned int, not int, for socklen_t. | Tom Lane | 15.0 |
| 2021-09-30 | Treat ETIMEDOUT as indicating a non-recoverable connection failure. | Tom Lane | 15.0 |