summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgp-pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* pgcrypto: Code cleanup for decrypt_internal.Robert Haas2015-02-041-20/+10
* Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane2014-11-031-1/+4
* Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas2014-10-011-1/+202
* Refactor space allocation for base64 encoding/decoding in pgcrypto.Heikki Linnakangas2014-09-251-26/+21
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-17/+0
* pgcrypto: fix memset() calls that might be optimized awayBruce Momjian2014-04-171-3/+3
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-6/+6
* Use new cstring/text conversion functions in some additional places.Tom Lane2008-05-041-6/+3
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-7/+7
* Minor code cleanup for pgcrypto: for UDFs declared to be strict, checkingNeil Conway2006-11-101-30/+1
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-88/+111
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-241-12/+19
* The large one adds support for RSA keys and reorganizesBruce Momjian2005-08-131-6/+4
* Fortuna fixes. Marko KreenTom Lane2005-07-181-17/+40
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-111-5/+6
* Add missing pgcrypto files from previous commit.Bruce Momjian2005-07-101-0/+901