summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgp-pgsql.c
AgeCommit message (Expand)Author
2016-03-09pgcrypto: support changing S2K iteration countAlvaro Herrera
2015-05-24pgindent run for 9.5Bruce Momjian
2015-02-04pgcrypto: Code cleanup for decrypt_internal.Robert Haas
2014-11-03Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane
2014-10-01Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas
2014-09-25Refactor space allocation for base64 encoding/decoding in pgcrypto.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-17pgcrypto: fix memset() calls that might be optimized awayBruce Momjian
2012-04-24Lots of doc corrections.Robert Haas
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce 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
2008-05-04Use new cstring/text conversion functions in some additional places.Tom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-11-10Minor code cleanup for pgcrypto: for UDFs declared to be strict, checkingNeil Conway
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-08-13The large one adds support for RSA keys and reorganizesBruce Momjian
2005-07-18Fortuna fixes. Marko KreenTom 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