summaryrefslogtreecommitdiff
path: root/src/common/psprintf.c
AgeCommit message (Expand)Author
2018-12-26Fix portability failure introduced in commits d2b0b60e7 et al.Tom Lane
2018-12-06Improve our response to invalid format strings, and detect more cases.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-26Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-24Use improved vsnprintf calling logic in more places.Tom Lane
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane