Commits

DateSubjectAuthorReleases
2022-10-16 Use libc's snprintf, not sprintf, for special cases in snprintf.c. Tom Lane 14.6
2022-10-16 Use libc's snprintf, not sprintf, for special cases in snprintf.c. Tom Lane 16.0
2022-07-16 Replace many MemSet calls with struct initialization Peter Eisentraut 16.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
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 13.4
2021-07-24 Make printf("%s", NULL) print "(null)" instead of crashing. Tom Lane 11.13
2021-07-24 Make printf("%s", NULL) print "(null)" instead of crashing. Tom Lane 14.0
2021-07-24 Make printf("%s", NULL) print "(null)" instead of crashing. Tom Lane 9.6.23
2021-07-24 Make printf("%s", NULL) print "(null)" instead of crashing. Tom Lane 10.18
2021-07-24 Make printf("%s", NULL) print "(null)" instead of crashing. Tom Lane 12.8
2021-07-24 Make printf("%s", NULL) print "(null)" instead of crashing. Tom Lane 15.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
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
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-06 Improve our response to invalid format strings, and detect more cases. Tom Lane 12.0
2018-11-11 Disable MSVC warning caused by recent snprintf.c changes Andrew Dunstan 12.0
2018-10-12 Make float exponent output on Windows look the same as elsewhere. Tom Lane 12.0
2018-10-08 Fix omissions in snprintf.c's coverage of standard *printf functions. Tom Lane 12.0
2018-10-08 Improve snprintf.c's handling of NaN, Infinity, and minus zero. Tom Lane 12.0