aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* Make various variables const (read-only).Tom Lane2014-01-18
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* Update copyright for 2014Bruce Momjian2014-01-07
* 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