summaryrefslogtreecommitdiff
path: root/src/common/Makefile
AgeCommit message (Expand)Author
2019-01-10Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2018-09-28Build src/common files as a library with -fPIC.Tom Lane
2018-09-09Install a check for mis-linking of src/port and src/common functions.Tom Lane
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-07Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas
2016-09-29Move fsync routines of initdb into src/common/Peter Eisentraut
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
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