master
pgcrypto: Add option to revert to prior decryption behavior
pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea()
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Pre-beta mechanical code beautification, step 1: run pgindent.
Replace remaining StrNCpy() by strlcpy()
pgcrypto: Remove static storage class from variables
Add missing period to HINT messages.
Use more palloc_object() and palloc_array() in contrib/
Harmonize parameter names in contrib code.
pgcrypto: avoid recursive ResourceOwnerForget().
Add gen_random_uuid() to contrib/pgcrypto.
Add functions for dealing with PGP armor header lines to pgcrypto.
Update pgcrypto extension for parallel query.
pgcrypto: Add function to check FIPS mode
Minor fixes in contrib installation scripts.
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Remove unnecessary prototypes
Add some const qualifiers
Use fallthrough attribute instead of comment
Make the order of the header file includes consistent in contrib modules.
Remove custom memory allocation layer in pgcrypto
Add modern SHA-2 based password hashes to pgcrypto.