Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-04-01 | Fix detection and handling of strchrnul() for macOS 15.4. | Tom Lane | 13.21 |
| 2022-11-10 | Re-allow building on Microsoft Visual Studio 2013. | Tom Lane | 13.10 |
| 2022-10-16 | Use libc's snprintf, not sprintf, for special cases in snprintf.c. | Tom Lane | 13.9 |
| 2021-07-24 | Make printf("%s", NULL) print "(null)" instead of crashing. | Tom Lane | 13.4 |
| 2020-05-13 | Dial back -Wimplicit-fallthrough to level 3 | Alvaro Herrera | 13.0 |
| 2020-05-12 | Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS | Alvaro Herrera | 13.0 |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian | 13.0 |
| 2019-11-24 | Remove a couple of unnecessary if-tests. | Tom Lane | 13.0 |
| 2019-10-19 | Fix most -Wundef warnings | Peter Eisentraut | 13.0 |