Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-12-26 | Fix portability failure introduced in commits d2b0b60e7 et al. | Tom Lane | 9.4.21 |
| 2018-12-06 | Improve our response to invalid format strings, and detect more cases. | Tom Lane | 9.4.21 |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian | 9.4.0 |
| 2014-04-26 | Don't #include utils/palloc.h in common/fe_memutils.h. | Tom Lane | 9.4.0 |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian | 9.4.0 |
| 2013-10-25 | Use improved vsnprintf calling logic in more places. | Tom Lane | 9.4.0 |
| 2013-10-22 | Replace pg_asprintf() with psprintf(). | Tom Lane | 9.4.0 |
| 2013-10-22 | Get rid of use of asprintf() in favor of a more portable implementation. | Tom Lane | 9.4.0 |