aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
Commit message (Expand)AuthorAge
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-10
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Remove redundant memset call following palloc0Daniel Gustafsson2022-10-13
* meson: Add support for building with precompiled headersAndres Freund2022-10-06
* meson: Add windows resource filesAndres Freund2022-10-05
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* pgcrypto: Remove unused codeDaniel Gustafsson2022-09-14
* Tidy up claimed supported CPUs and OSes.Thomas Munro2022-07-11
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* pgcrypto: remove questionmark from error messageDaniel Gustafsson2022-05-06
* pgcrypto: report init errors as PXE_CIPHER_INITDaniel Gustafsson2022-05-06
* pgcrypto: Remove internal padding implementationPeter Eisentraut2022-03-22
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* pgcrypto: Remove unused error codePeter Eisentraut2022-02-21
* pgcrypto: Remove unused error codePeter Eisentraut2022-02-21
* pgcrypto: Remove explicit hex encoding/decoding from testsPeter Eisentraut2021-12-08
* pgcrypto: Remove non-OpenSSL supportPeter Eisentraut2021-11-05
* Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson2021-08-10
* Disable OpenSSL EVP digest padding in pgcryptoDaniel Gustafsson2021-08-10
* pgcrypto: Check for error return of px_cipher_decrypt()Peter Eisentraut2021-03-23
* Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier2021-02-15
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-23
* Fix and simplify some code related to cryptohashesMichael Paquier2021-01-08
* Update copyright for 2021Bruce Momjian2021-01-02
* Refactor logic to check for ASCII-only characters in stringMichael Paquier2020-12-21
* Improve some code around cryptohash functionsMichael Paquier2020-12-14
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-10
* pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier2020-12-08
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* Add error code for encryption failure in pgcryptoMichael Paquier2020-11-01
* Fix potential memory leak in pgcryptoMichael Paquier2020-10-19
* Add missing error check in pgcrypto/crypt-md5.c.Tom Lane2020-10-16
* Remove custom memory allocation layer in pgcryptoMichael Paquier2020-09-25
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier2020-07-27
* Fix ancient violation of zlib's API spec.Tom Lane2020-07-23
* Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier2020-07-23
* Fix corner case with PGP decompression in pgcryptoMichael Paquier2020-07-22
* Clear some style deviations.Noah Misch2020-05-21
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Fix stragglerAlvaro Herrera2020-05-12
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-19
* Mark some contrib modules as "trusted".Tom Lane2020-02-13