Commits

DateSubjectAuthorReleases
2019-11-24 Remove a couple of unnecessary if-tests. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-12-06 Improve our response to invalid format strings, and detect more cases. Tom Lane 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 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 9.5.15
2018-10-02 Set snprintf.c's maximum number of NL arguments to be 31. Tom Lane 9.6.11
2018-10-02 Set snprintf.c's maximum number of NL arguments to be 31. Tom Lane 9.4.20
2018-10-02 Set snprintf.c's maximum number of NL arguments to be 31. Tom Lane 11.0
2018-10-02 Set snprintf.c's maximum number of NL arguments to be 31. Tom Lane 10.6
2018-10-02 Set snprintf.c's maximum number of NL arguments to be 31. Tom Lane 12.0
2018-10-02 Set snprintf.c's maximum number of NL arguments to be 31. Tom Lane 9.3.25
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 9.6.11
2018-08-15 Make snprintf.c follow the C99 standard for snprintf's result value. Tom Lane 10.6
2018-08-15 Make snprintf.c follow the C99 standard for snprintf's result value. Tom Lane 11.0
2018-08-15 Make snprintf.c follow the C99 standard for snprintf's result value. Tom Lane 9.3.25
2018-08-15 Make snprintf.c follow the C99 standard for snprintf's result value. Tom Lane 9.4.20
2018-08-15 Make snprintf.c follow the C99 standard for snprintf's result value. Tom Lane 9.5.15
2018-08-15 Make snprintf.c follow the C99 standard for snprintf's result value. Tom Lane 12.0
2018-02-14 Add an assertion that we don't pass NULL to snprintf("%s"). Tom Lane 11.0