summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26Fix function call typo in frontend Win32 code, commit 978f869b99Bruce Momjian
2020-12-25Really fix the dummy implementations in cipher.c.Tom Lane
2020-12-25fix no-return function call in cipher.c from commit 978f869b99Bruce Momjian
2020-12-25remove uint128 requirement from patch 978f869b99 (CFE)Bruce Momjian
2020-12-25Fix return value and const declaration from commit 978f869b99Bruce 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-21Refactor logic to check for ASCII-only characters in stringMichael Paquier
2020-12-14Improve some code around cryptohash functionsMichael Paquier
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2020-12-09Simplify code for getting a unicode codepoint's canonical class.Michael Paquier
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-12-02Fix compilation warnings in cryptohash_openssl.cMichael Paquier
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-07Fix minor issues with new unicode {de,re}composition codeMichael Paquier
2020-11-02Second thoughts on TOAST decompression.Tom Lane
2020-11-01Fix two issues in TOAST decompression.Tom Lane
2020-10-24Fix issue with --enable-coverage and the new unicode {de,re}composition codeMichael Paquier
2020-10-23Improve performance of Unicode {de,re}composition in the backendMichael Paquier
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-10-12Fix compilation warning in unicode_norm.cMichael Paquier
2020-10-11Use perfect hash for NFC and NFKC Unicode Normalization quick checkMichael Paquier
2020-10-01Remove logging.c from the shared library of src/common/Michael Paquier
2020-09-29Revert "Change SHA2 implementation based on OpenSSL to use EVP digest routines"Michael Paquier
2020-09-28Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-09-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-17Improve common/logging.c's support for multiple verbosity levels.Tom Lane
2020-09-07Skip unnecessary stat() calls in walkdir().Thomas Munro
2020-09-06Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-06-30Prevent compilation of frontend-only files in src/common/ with backendMichael Paquier
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-19Fix update-unicode targetPeter Eisentraut
2020-04-13Improve error messages after LoadLibrary()Peter Eisentraut
2020-04-03Add checksum helper functions.Robert Haas
2020-04-02Add SQL functions for Unicode normalizationPeter Eisentraut
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-03-24Add support for other normal forms to Unicode normalization APIPeter Eisentraut
2020-03-24Move routine building restore_command to src/common/Michael Paquier
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-03-02Fix command-line colorization on Windows with VT100-compatible environmentsMichael Paquier
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas