aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-24
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-22
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-19
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-18
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-17
* Add use of asprintf()Peter Eisentraut2013-10-13
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Rename "string" pstrdup argument to "in"Alvaro Herrera2013-02-12
* Don't build libpgcommon_srv.a just yetAlvaro Herrera2013-02-12
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12