summaryrefslogtreecommitdiff
path: root/src/common/psprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+5
* Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane2014-04-261-2/+9
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-241-23/+36
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-221-38/+0
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-221-0/+207