summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
Commit message (Expand)AuthorAgeFilesLines
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Remove redundant memset call following palloc0Daniel Gustafsson2022-10-131-1/+0
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-225-30/+31
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+100
* pgcrypto: Remove unused codeDaniel Gustafsson2022-09-144-26/+0
* Tidy up claimed supported CPUs and OSes.Thomas Munro2022-07-111-1/+1
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-7/+2
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+4
* pgcrypto: remove questionmark from error messageDaniel Gustafsson2022-05-064-35/+35
* pgcrypto: report init errors as PXE_CIPHER_INITDaniel Gustafsson2022-05-063-4/+3
* pgcrypto: Remove internal padding implementationPeter Eisentraut2022-03-226-134/+52
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-031-1/+1
* pgcrypto: Remove unused error codePeter Eisentraut2022-02-212-2/+2
* pgcrypto: Remove unused error codePeter Eisentraut2022-02-212-2/+1
* pgcrypto: Remove explicit hex encoding/decoding from testsPeter Eisentraut2021-12-0834-1055/+820
* pgcrypto: Remove non-OpenSSL supportPeter Eisentraut2021-11-0511-7593/+27
* Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson2021-08-105-0/+1247
* Disable OpenSSL EVP digest padding in pgcryptoDaniel Gustafsson2021-08-101-0/+4
* pgcrypto: Check for error return of px_cipher_decrypt()Peter Eisentraut2021-03-231-1/+4
* Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier2021-02-152-3/+3
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-011-2/+2
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-234-427/+15
* Fix and simplify some code related to cryptohashesMichael Paquier2021-01-081-3/+6
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Refactor logic to check for ASCII-only characters in stringMichael Paquier2020-12-211-15/+3
* Improve some code around cryptohash functionsMichael Paquier2020-12-141-4/+0
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-104-489/+14
* pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier2020-12-081-5/+16
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-021-147/+41
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-021-1/+1
* Add error code for encryption failure in pgcryptoMichael Paquier2020-11-013-1/+3
* Fix potential memory leak in pgcryptoMichael Paquier2020-10-191-0/+1
* Add missing error check in pgcrypto/crypt-md5.c.Tom Lane2020-10-161-1/+7
* Remove custom memory allocation layer in pgcryptoMichael Paquier2020-09-2517-143/+106
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-101-1/+1
* Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier2020-07-273-0/+72
* Fix ancient violation of zlib's API spec.Tom Lane2020-07-231-5/+5
* Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier2020-07-233-62/+11
* Fix corner case with PGP decompression in pgcryptoMichael Paquier2020-07-223-11/+62
* Clear some style deviations.Noah Misch2020-05-211-1/+1
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-1/+1
* Fix stragglerAlvaro Herrera2020-05-121-1/+1
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-011-5/+7
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-2/+2
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-39/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1