Commits

DateSubjectAuthorReleases
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 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-07-11 Rethink how to get float.h in old Windows API for isnan/isinf Alvaro Herrera 12.0
2018-02-14 Add an assertion that we don't pass NULL to snprintf("%s"). Tom Lane 11.0
2017-10-10 Rewrite strnlen replacement implementation from 8a241792f96. Andres Freund 11.0
2017-10-09 Add pg_strnlen() a portable implementation of strlen. Andres Freund 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0