summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-04-26Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane
2014-03-28Un-break peer authentication.Tom Lane
2014-03-21Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian
2014-03-21Properly check for readdir/closedir() failuresBruce Momjian
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-01-30Fix unsafe references to errno within error messaging logic.Tom Lane
2014-01-18Make various variables const (read-only).Tom Lane
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
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
2013-10-19Move rmtree() from libpgport to libpgcommonPeter Eisentraut
2013-10-19Move pgfnames() from libpgport to libpgcommonPeter Eisentraut
2013-10-18Switch dependency order of libpgcommon and libpgportPeter Eisentraut
2013-10-13Add use of asprintf()Peter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-02-22Move relpath() to libpgcommonAlvaro Herrera
2013-02-12Rename "string" pstrdup argument to "in"Alvaro Herrera
2013-02-12Don't build libpgcommon_srv.a just yetAlvaro Herrera
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera