summaryrefslogtreecommitdiff
path: root/src/common/psprintf.c
AgeCommit message (Expand)Author
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-25Use 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