summaryrefslogtreecommitdiff
path: root/src/common/Makefile
AgeCommit message (Expand)Author
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-05Expose control file data via SQL accessible functions.Joe Conway
2016-02-17Add new system view, pg_configJoe Conway
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
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-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-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-01-10Move username lookup functions from /port to /commonBruce Momjian
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-02-22Move relpath() to libpgcommonAlvaro 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