Commits

DateSubjectAuthorReleases
2021-08-09 Remove some special cases from MSVC build scripts David Rowley 15.0
2021-07-29 Adjust MSVC build scripts to parse Makefiles for defines David Rowley 15.0
2021-07-28 Make the includes field an array in MSVC build scripts David Rowley 15.0
2021-07-28 Remove seemingly unneeded include directory in MSVC scripts David Rowley 15.0
2021-06-01 Add fallback implementation for setenv() Michael Paquier 12.8
2021-06-01 Add fallback implementation for setenv() Michael Paquier 13.4
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-07 Add a copyright notice to perl files lacking one. Andrew Dunstan 14.0
2021-04-03 Refactor HMAC implementations Michael Paquier 14.0
2021-03-22 Move bsearch_arg to src/port Tomas Vondra 14.0
2021-03-15 Implement pipeline mode in libpq Alvaro Herrera 14.0
2021-03-12 Add pg_amcheck, a CLI for contrib/amcheck. Robert Haas 14.0
2021-02-05 Move some code from src/bin/scripts to src/fe_utils to permit reuse. Robert Haas 14.0
2021-01-29 Retire pg_standby. Thomas Munro 14.0
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
2021-01-13 Move our p{read,write}v replacements into their own files. Thomas Munro 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-09 Fix our Windows stat() emulation to handle file sizes > 4GB. Tom Lane 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