aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgp-pgsql.c
Commit message (Expand)AuthorAge
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* pgcrypto: support changing S2K iteration countAlvaro Herrera2016-03-09
* pgindent run for 9.5Bruce Momjian2015-05-23
* pgcrypto: Code cleanup for decrypt_internal.Robert Haas2015-02-04
* Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane2014-11-03
* Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas2014-10-01
* Refactor space allocation for base64 encoding/decoding in pgcrypto.Heikki Linnakangas2014-09-25
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* pgcrypto: fix memset() calls that might be optimized awayBruce Momjian2014-04-17
* Lots of doc corrections.Robert Haas2012-04-23
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Use new cstring/text conversion functions in some additional places.Tom Lane2008-05-04
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Minor code cleanup for pgcrypto: for UDFs declared to be strict, checkingNeil Conway2006-11-10
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-24
* The large one adds support for RSA keys and reorganizesBruce Momjian2005-08-13
* Fortuna fixes. Marko KreenTom Lane2005-07-18
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-11
* Add missing pgcrypto files from previous commit.Bruce Momjian2005-07-10