index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgcrypto
Age
Commit message (
Expand
)
Author
2022-03-22
pgcrypto: Remove internal padding implementation
Peter Eisentraut
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-02-21
pgcrypto: Remove unused error code
Peter Eisentraut
2022-02-21
pgcrypto: Remove unused error code
Peter Eisentraut
2021-12-08
pgcrypto: Remove explicit hex encoding/decoding from tests
Peter Eisentraut
2021-11-05
pgcrypto: Remove non-OpenSSL support
Peter Eisentraut
2021-08-10
Add alternative output for OpenSSL 3 without legacy loaded
Daniel Gustafsson
2021-08-10
Disable OpenSSL EVP digest padding in pgcrypto
Daniel Gustafsson
2021-03-23
pgcrypto: Check for error return of px_cipher_decrypt()
Peter Eisentraut
2021-02-15
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-01
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-01-23
Introduce SHA1 implementations in the cryptohash infrastructure
Michael Paquier
2021-01-08
Fix and simplify some code related to cryptohashes
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-21
Refactor logic to check for ASCII-only characters in string
Michael Paquier
2020-12-14
Improve some code around cryptohash functions
Michael Paquier
2020-12-10
Refactor MD5 implementations according to new cryptohash infrastructure
Michael Paquier
2020-12-08
pgcrypto: Detect errors with EVP calls from OpenSSL
Michael Paquier
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-01
Add error code for encryption failure in pgcrypto
Michael Paquier
2020-10-19
Fix potential memory leak in pgcrypto
Michael Paquier
2020-10-16
Add missing error check in pgcrypto/crypt-md5.c.
Tom Lane
2020-09-25
Remove custom memory allocation layer in pgcrypto
Michael Paquier
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-07-27
Fix corner case with 16kB-long decompression in pgcrypto, take 2
Michael Paquier
2020-07-23
Fix ancient violation of zlib's API spec.
Tom Lane
2020-07-22
Revert "Fix corner case with PGP decompression in pgcrypto"
Michael Paquier
2020-07-22
Fix corner case with PGP decompression in pgcrypto
Michael Paquier
2020-05-21
Clear some style deviations.
Noah Misch
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Fix straggler
Alvaro Herrera
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-02-19
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-13
Mark some contrib modules as "trusted".
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-10-30
Fix typos in the code
Michael Paquier
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-19
Fix most -Wundef warnings
Peter Eisentraut
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-31
Remove orphaned structure member in pgcrypto
Michael Paquier
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-14
Add gen_random_uuid function
Peter Eisentraut
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-05-28
Fix typos in SQL scripts of pgcrypto
Michael Paquier
[next]