aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile
Commit message (Expand)AuthorAge
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-12
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-23
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-19
* Refactor HMAC implementationsMichael Paquier2021-04-03
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-23
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-14
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-10
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* Remove logging.c from the shared library of src/common/Michael Paquier2020-10-01
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-07
* Remove arbitrary restrictions on password length.Tom Lane2020-09-03
* Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier2020-06-11
* Add checksum helper functions.Robert Haas2020-04-03
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-01
* Move routine building restore_command to src/common/Michael Paquier2020-03-24
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-10
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-29
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-17
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-16
* Make StringInfo available to frontend code.Andres Freund2019-11-05
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-09
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Build src/common files as a library with -fPIC.Tom Lane2018-09-28
* 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