Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-04-01 | Fix detection and handling of strchrnul() for macOS 15.4. | Tom Lane | 15.13 |
| 2022-11-10 | Re-allow building on Microsoft Visual Studio 2013. | Tom Lane | 15.2 |
| 2022-10-16 | Use libc's snprintf, not sprintf, for special cases in snprintf.c. | Tom Lane | 15.1 |
| 2021-10-28 | Speed up printing of integers in snprintf.c. | Tom Lane | 15.0 |
| 2021-07-24 | Make printf("%s", NULL) print "(null)" instead of crashing. | Tom Lane | 15.0 |