summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgp-compress.c
AgeCommit message (Expand)Author
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-09-25Remove custom memory allocation layer in pgcryptoMichael Paquier
2020-07-27Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier
2020-07-23Fix ancient violation of zlib's API spec.Tom Lane
2020-07-22Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier
2020-07-22Fix corner case with PGP decompression in pgcryptoMichael Paquier
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-02-13More unconstify usePeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-17pgcrypto: fix memset() calls that might be optimized awayBruce Momjian
2014-01-09pgcrypto: Make header files stand alonePeter Eisentraut
2012-05-08Fix misleading commentsPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-01-14Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.Alvaro Herrera
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-18Small cleanups for pgcrypto. Marko KreenTom Lane
2005-07-18Fix C++-style comments, per Rocco Altier.Tom Lane
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2005-07-10Add missing pgcrypto files from previous commit.Bruce Momjian