]> granicus.if.org Git - postgresql/history - src/common
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
[postgresql] / src / common /
2014-08-09 Peter EisentrautSmall message fixes
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-26 Tom LaneDon't #include utils/palloc.h in common/fe_memutils.h.
2014-03-28 Tom LaneUn-break peer authentication.
2014-03-21 Bruce MomjianRemove MinGW readdir/errno bug workaround fixed on...
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-01-30 Tom LaneFix unsafe references to errno within error messaging...
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-25 Tom LaneUse improved vsnprintf calling logic in more places.
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-19 Peter EisentrautMove rmtree() from libpgport to libpgcommon
2013-10-19 Peter EisentrautMove pgfnames() from libpgport to libpgcommon
2013-10-18 Peter EisentrautSwitch dependency order of libpgcommon and libpgport
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-12 Alvaro HerreraRename "string" pstrdup argument to "in"
2013-02-12 Alvaro HerreraDon't build libpgcommon_srv.a just yet
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it