| Age | Commit message (Expand) | Author |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-11-24 | Remove a couple of unnecessary if-tests. | Tom Lane |
| 2019-10-19 | Fix most -Wundef warnings | Peter Eisentraut |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-12-06 | Improve our response to invalid format strings, and detect more cases. | Tom Lane |
| 2018-11-11 | Disable MSVC warning caused by recent snprintf.c changes | Andrew Dunstan |
| 2018-10-12 | Make float exponent output on Windows look the same as elsewhere. | Tom Lane |
| 2018-10-08 | Fix omissions in snprintf.c's coverage of standard *printf functions. | Tom Lane |
| 2018-10-08 | Improve snprintf.c's handling of NaN, Infinity, and minus zero. | Tom Lane |
| 2018-10-03 | Replace uint64 use introduced in 4868e446859 in light of 595a0eab7f42. | Andres Freund |
| 2018-10-03 | Ensure that snprintf.c's fmtint() doesn't overflow when printing INT64_MIN. | Andres Freund |
| 2018-10-03 | Rationalize snprintf.c's handling of "ll" formats. | Tom Lane |
| 2018-10-03 | Provide fast path in snprintf.c for conversion specs that are just "%s". | Tom Lane |
| 2018-10-03 | Make assorted performance improvements in snprintf.c. | Tom Lane |
| 2018-10-02 | Set snprintf.c's maximum number of NL arguments to be 31. | Tom Lane |
| 2018-09-26 | Implement %m in src/port/snprintf.c, and teach elog.c to rely on that. | Tom Lane |
| 2018-08-15 | Make snprintf.c follow the C99 standard for snprintf's result value. | Tom Lane |
| 2018-07-11 | Rethink how to get float.h in old Windows API for isnan/isinf | Alvaro Herrera |
| 2018-02-14 | Add an assertion that we don't pass NULL to snprintf("%s"). | Tom Lane |
| 2017-10-10 | Rewrite strnlen replacement implementation from 8a241792f96. | Andres Freund |
| 2017-10-09 | Add pg_strnlen() a portable implementation of strlen. | Andres Freund |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
| 2015-05-19 | Revert error-throwing wrappers for the printf family of functions. | Tom Lane |
| 2015-05-18 | Add error-throwing wrappers for the printf family of functions. | Noah Misch |
| 2015-05-18 | Permit use of vsprintf() in PostgreSQL code. | Noah Misch |
| 2015-02-04 | Add missing float.h include to snprintf.c. | Andres Freund |
| 2015-02-02 | port/snprintf(): fix overflow and do padding | Bruce Momjian |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 2014-01-23 | Allow use of "z" flag in our printf calls, and use it where appropriate. | Tom Lane |
| 2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2008-03-18 | Fix our printf implementation to follow spec: if a star parameter | Tom Lane |
| 2007-03-26 | Remove advertising clause from Berkeley BSD-licensed files, per | Bruce Momjian |
| 2006-11-28 | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2005-12-05 | Document return-value conventions used by this implementation, per | Tom Lane |
| 2005-12-05 | Fix a rather sizable number of problems in our homegrown snprintf, such as | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-07-28 | Fix a whole bunch of #includes that were either wrong or redundant. | Tom Lane |
| 2005-04-14 | Must count '*' characters as potential arguments. | Tom Lane |
| 2005-03-20 | Add mention of why malloc() has to be used in snprintf.c. | Bruce Momjian |
| 2005-03-20 | Department of second thoughts. Remove FRONTEND from snprintf.c because | Bruce Momjian |
| 2005-03-17 | Factor duplicate snprintf code into functions. | Bruce Momjian |
| 2005-03-16 | Add sprintf support, that were were missing. | Bruce Momjian |
| 2005-03-16 | pgindent snprintf.c for consistency. | Bruce Momjian |
| 2005-03-16 | Fix snprintf for %*$. | Bruce Momjian |
| 2005-03-16 | Fix snprintf to handle %$ properly by storing and reordering the | Bruce Momjian |
| 2005-03-12 | Fix snprintf() to properly handle precision specification for %f. | Bruce Momjian |