summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2016-06-09pgindent run for 9.6Robert Haas
2016-04-07Remove redundant message in AddUserToTokenDacl().Noah Misch
2016-04-02Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-07Make get_controlfile() error logging consistent with src/commonJoe Conway
2016-03-05Expose control file data via SQL accessible functions.Joe Conway
2016-02-21Cosmetic improvements in new config_info code.Tom Lane
2016-02-17Add new system view, pg_configJoe Conway
2016-02-01Fix typos in commentsMagnus Hagander
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-03Add palloc_extended for frontend and backend.Fujii Masao
2015-04-02Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-03-01Unlink static libraries before rebuilding them.Noah Misch
2015-02-10Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2015-02-09Move pg_lzcompress.c to src/common.Fujii Masao
2015-01-11Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2014-12-25Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane
2014-12-25Move pg_lzcompress.c to src/common.Fujii Masao
2014-08-09Small message fixesPeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
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