Commits

Showing commits that first shipped in 12 (backpatches included). Clear

DateSubjectAuthorReleases
2022-11-10 Re-allow building on Microsoft Visual Studio 2013. Tom Lane 12.14
2022-10-16 Use libc's snprintf, not sprintf, for special cases in snprintf.c. Tom Lane 12.13
2021-07-24 Make printf("%s", NULL) print "(null)" instead of crashing. Tom Lane 12.8
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
2018-10-03 Replace uint64 use introduced in 4868e446859 in light of 595a0eab7f42. Andres Freund 12.0
2018-10-03 Ensure that snprintf.c's fmtint() doesn't overflow when printing INT64_MIN. Andres Freund 12.0
2018-10-03 Rationalize snprintf.c's handling of "ll" formats. Tom Lane 12.0
2018-10-03 Provide fast path in snprintf.c for conversion specs that are just "%s". Tom Lane 12.0
2018-10-03 Make assorted performance improvements in snprintf.c. Tom Lane 12.0
2018-10-02 Set snprintf.c's maximum number of NL arguments to be 31. Tom Lane 12.0
2018-09-26 Implement %m in src/port/snprintf.c, and teach elog.c to rely on that. Tom Lane 12.0
2018-08-15 Make snprintf.c follow the C99 standard for snprintf's result value. Tom Lane 12.0
2018-07-11 Rethink how to get float.h in old Windows API for isnan/isinf Alvaro Herrera 12.0