Commits
Showing commits that first shipped in 9.3 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-10-02 | Set snprintf.c's maximum number of NL arguments to be 31. | Tom Lane | 9.3.25 |
| 2018-08-15 | Make snprintf.c follow the C99 standard for snprintf's result value. | Tom Lane | 9.3.25 |
| 2015-05-19 | Revert error-throwing wrappers for the printf family of functions. | Tom Lane | 9.3.7 |
| 2015-05-18 | Permit use of vsprintf() in PostgreSQL code. | Noah Misch | 9.3.7 |
| 2015-05-18 | Add error-throwing wrappers for the printf family of functions. | Noah Misch | 9.3.7 |
| 2015-02-04 | Add missing float.h include to snprintf.c. | Andres Freund | 9.3.7 |
| 2015-02-02 | port/snprintf(): fix overflow and do padding | Bruce Momjian | 9.3.6 |
| 2014-05-06 | Remove tabs after spaces in C comments | Bruce Momjian | 9.3.5 |