aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile
Commit message (Expand)AuthorAge
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-09
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-09
* Refactor dir/file permissionsStephen Frost2018-04-07
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-07
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas2017-03-07
* Move fsync routines of initdb into src/common/Peter Eisentraut2016-09-29
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Expose control file data via SQL accessible functions.Joe Conway2016-03-05
* Add new system view, pg_configJoe Conway2016-02-17
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-02
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-01
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-30
* Unlink static libraries before rebuilding them.Noah Misch2015-03-01
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-09
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-09
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-03
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-25
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-25
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-19
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-18
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-17
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Don't build libpgcommon_srv.a just yetAlvaro Herrera2013-02-12
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12