index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgcrypto
Commit message (
Expand
)
Author
Age
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Remove redundant memset call following palloc0
Daniel Gustafsson
2022-10-13
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-22
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
pgcrypto: Remove unused code
Daniel Gustafsson
2022-09-14
*
Tidy up claimed supported CPUs and OSes.
Thomas Munro
2022-07-11
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
pgcrypto: remove questionmark from error message
Daniel Gustafsson
2022-05-06
*
pgcrypto: report init errors as PXE_CIPHER_INIT
Daniel Gustafsson
2022-05-06
*
pgcrypto: Remove internal padding implementation
Peter Eisentraut
2022-03-22
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
pgcrypto: Remove unused error code
Peter Eisentraut
2022-02-21
*
pgcrypto: Remove unused error code
Peter Eisentraut
2022-02-21
*
pgcrypto: Remove explicit hex encoding/decoding from tests
Peter Eisentraut
2021-12-08
*
pgcrypto: Remove non-OpenSSL support
Peter Eisentraut
2021-11-05
*
Add alternative output for OpenSSL 3 without legacy loaded
Daniel Gustafsson
2021-08-10
*
Disable OpenSSL EVP digest padding in pgcrypto
Daniel Gustafsson
2021-08-10
*
pgcrypto: Check for error return of px_cipher_decrypt()
Peter Eisentraut
2021-03-23
*
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-15
*
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
*
Introduce SHA1 implementations in the cryptohash infrastructure
Michael Paquier
2021-01-23
*
Fix and simplify some code related to cryptohashes
Michael Paquier
2021-01-08
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-21
*
Improve some code around cryptohash functions
Michael Paquier
2020-12-14
*
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
2020-12-10
*
pgcrypto: Detect errors with EVP calls from OpenSSL
Michael Paquier
2020-12-08
*
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-02
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Add error code for encryption failure in pgcrypto
Michael Paquier
2020-11-01
*
Fix potential memory leak in pgcrypto
Michael Paquier
2020-10-19
*
Add missing error check in pgcrypto/crypt-md5.c.
Tom Lane
2020-10-16
*
Remove custom memory allocation layer in pgcrypto
Michael Paquier
2020-09-25
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Fix corner case with 16kB-long decompression in pgcrypto, take 2
Michael Paquier
2020-07-27
*
Fix ancient violation of zlib's API spec.
Tom Lane
2020-07-23
*
Revert "Fix corner case with PGP decompression in pgcrypto"
Michael Paquier
2020-07-23
*
Fix corner case with PGP decompression in pgcrypto
Michael Paquier
2020-07-22
*
Clear some style deviations.
Noah Misch
2020-05-21
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Fix straggler
Alvaro Herrera
2020-05-12
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
*
Mark some contrib modules as "trusted".
Tom Lane
2020-02-13
[next]