summaryrefslogtreecommitdiff
path: root/src/common/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-061-0/+1
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-181-1/+0
* Common function for percent placeholder replacementPeter Eisentraut2023-01-111-0/+1
* Reorder some object files in makefilesPeter Eisentraut2022-12-281-2/+2
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-121-1/+1
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-231-0/+1
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-0/+1
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-191-1/+0
* Refactor HMAC implementationsMichael Paquier2021-04-031-1/+3
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-011-1/+1
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-231-0/+1
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-141-1/+1
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-271-3/+0
* Add key management systemBruce Momjian2020-12-251-0/+3
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-241-0/+1
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-101-1/+2
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-021-2/+4
* Remove logging.c from the shared library of src/common/Michael Paquier2020-10-011-4/+9
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-071-1/+1
* Remove arbitrary restrictions on password length.Tom Lane2020-09-031-1/+3
* Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier2020-06-111-1/+0
* Add checksum helper functions.Robert Haas2020-04-031-0/+1
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-011-0/+1
* Move routine building restore_command to src/common/Michael Paquier2020-03-241-0/+1
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-271-0/+1
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-101-1/+0
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-291-0/+1
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-171-1/+3
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-161-1/+3
* Make StringInfo available to frontend code.Andres Freund2019-11-051-0/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-7/+30
* 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