summaryrefslogtreecommitdiff
path: root/src/common/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-141-1/+3
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-3/+12
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-091-2/+7
* Replace the data structure used for keyword lookup.Tom Lane2019-01-061-11/+15
* Build src/common files as a library with -fPIC.Tom Lane2018-09-281-10/+38
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-091-1/+2
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-091-7/+0
* Refactor dir/file permissionsStephen Frost2018-04-071-2/+2
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-4/+4
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-071-1/+2
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-071-3/+3
* Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas2017-03-071-0/+6
* Move fsync routines of initdb into src/common/Peter Eisentraut2016-09-291-1/+1
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-021-3/+7
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-231-2/+12
* Expose control file data via SQL accessible functions.Joe Conway2016-03-051-2/+2
* Add new system view, pg_configJoe Conway2016-02-171-3/+16
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-1/+1
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-021-1/+1
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-011-1/+1
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-301-1/+1
* Unlink static libraries before rebuilding them.Noah Misch2015-03-011-0/+2
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-091-1/+1
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-091-1/+2
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-031-1/+1
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-251-2/+1
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-251-1/+2
* Move username lookup functions from /port to /commonBruce Momjian2014-01-101-1/+1
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-221-1/+1
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-191-1/+1
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-181-1/+1
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-171-1/+1
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-2/+9
* Don't build libpgcommon_srv.a just yetAlvaro Herrera2013-02-121-1/+1
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-0/+64