Commits

DateSubjectAuthorReleases
2021-01-23 Introduce SHA1 implementations in the cryptohash infrastructure Michael Paquier 14.0
2021-01-14 Rework refactoring of hex and encoding routines Michael Paquier 14.0
2020-12-28 Revert "Add key management system" (978f869b99) & later commits Bruce Momjian 14.0
2020-12-25 Add key management system Bruce Momjian 14.0
2020-12-24 move hex_decode() to /common so it can be called from frontend Bruce Momjian 14.0
2020-12-10 Refactor MD5 implementations according to new cryptohash infrastructure Michael Paquier 14.0
2020-12-02 Move SHA2 routines to a new generic API layer for crypto hashes Michael Paquier 14.0
2020-10-01 Remove logging.c from the shared library of src/common/ Michael Paquier 14.0
2020-09-07 Skip unnecessary stat() calls in walkdir(). Thomas Munro 14.0
2020-09-04 Remove arbitrary restrictions on password length. Tom Lane 14.0
2020-06-11 Move frontend-side archive APIs from src/common/ to src/fe_utils/ Michael Paquier 13.0
2020-06-11 Move frontend-side archive APIs from src/common/ to src/fe_utils/ Michael Paquier 14.0
2020-04-03 Add checksum helper functions. Robert Haas 13.0
2020-04-01 Add -c/--restore-target-wal to pg_rewind Michael Paquier 13.0
2020-03-24 Move routine building restore_command to src/common/ Michael Paquier 13.0
2020-02-27 Move src/backend/utils/hash/hashfn.c to src/common Robert Haas 13.0
2020-02-10 Simplify passing of configure arguments to pg_config Peter Eisentraut 13.0
2020-01-29 Move jsonapi.c and jsonapi.h to src/common. Robert Haas 13.0
2020-01-17 Move OpenSSL routines for min/max protocol setting to src/common/ Michael Paquier 13.0
2020-01-16 Move wchar.c and encnames.c to src/common/. Tom Lane 13.0
2019-11-05 Make StringInfo available to frontend code. Andres Freund 13.0
2019-11-05 Split all OBJS style lines in makefiles into one-line-per-entry style. Andres Freund 13.0
2019-05-14 Move logging.h and logging.c from src/fe_utils/ to src/common/. Tom Lane 12.0
2019-02-13 Change floating-point output format for improved performance. Andrew Gierth 12.0
2019-01-10 Use perfect hashing, instead of binary search, for keyword lookup. Tom Lane 12.0