summaryrefslogtreecommitdiff
path: root/src/common/Makefile
AgeCommit message (Expand)Author
2025-07-29Don't put library-supplied -L/-I switches before user-supplied ones.Tom Lane
2024-09-11common/jsonapi: support libpq as a clientPeter Eisentraut
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-12Remove fe_memutils from libpgcommon_shlibPeter Eisentraut
2024-03-07Unicode case mapping tables and functions.Jeff Davis
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-20Remove MSVC scriptsMichael Paquier
2023-12-19Move src/bin/pg_verifybackup/parse_manifest.c into src/common.Robert Haas
2023-11-06Remove distprepPeter Eisentraut
2023-11-02Additional unicode primitive functions.Jeff Davis
2023-10-07Restore proper linkage of pg_char_to_encoding() and friends.Tom Lane
2023-09-18Make binaryheap available to frontend code.Nathan Bossart
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
2023-01-18Refactor code for restoring files via shell commandsMichael Paquier
2023-01-11Common function for percent placeholder replacementPeter Eisentraut
2022-12-28Reorder some object files in makefilesPeter Eisentraut
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2021-01-14Rework refactoring of hex and encoding routinesMichael Paquier
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-24move hex_decode() to /common so it can be called from frontendBruce Momjian
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-10-01Remove logging.c from the shared library of src/common/Michael Paquier
2020-09-07Skip unnecessary stat() calls in walkdir().Thomas Munro
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-04-03Add checksum helper functions.Robert Haas
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-03-24Move routine building restore_command to src/common/Michael Paquier
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-10Simplify passing of configure arguments to pg_configPeter Eisentraut
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2020-01-17Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier
2020-01-16Move wchar.c and encnames.c to src/common/.Tom Lane
2019-11-05Make StringInfo available to frontend code.Andres Freund
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
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