summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgp-decrypt.c
AgeCommit message (Expand)Author
2024-01-30pgcrypto: Fix check for buffer sizeDaniel Gustafsson
2020-09-25Remove custom memory allocation layer in pgcryptoMichael Paquier
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2016-03-09pgcrypto: support changing S2K iteration countAlvaro Herrera
2015-05-18pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch
2015-01-30Fix Coverity warning about contrib/pgcrypto's mdc_finish().Tom Lane
2014-11-11Loop when necessary in contrib/pgcrypto's pktreader_pull().Tom Lane
2014-11-03Remove dead-since-introduction pgcrypto code.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-17pgcrypto: fix memset() calls that might be optimized awayBruce Momjian
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
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
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