aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/sql
Commit message (Expand)AuthorAge
* pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas2018-01-31
* pgcrypto: Detect and report too-short crypt() salts.Noah Misch2015-10-05
* pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch2015-05-18
* Fix buffer overrun after incomplete read in pullf_read_max().Noah Misch2015-02-02
* Loop when necessary in contrib/pgcrypto's pktreader_pull().Tom Lane2014-11-11
* Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas2014-10-01
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane2013-05-10
* Convert contrib modules to use the extension facility.Tom Lane2011-02-13
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Fix some more regression tests (missed these because they're onlyTom Lane2009-08-04
* Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane2009-08-04
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-13
* In PGP public key tests, encrypt the secret key with AES not CAST5,Tom Lane2006-07-14
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-13
* Update /contrib regression tests for escape_string_warning.Bruce Momjian2006-03-08
* The large one adds support for RSA keys and reorganizesBruce Momjian2005-08-13
* More pgcrypto fixes: handle long messages correctly, suppressTom Lane2005-07-12
* Add missing pgcrypto files from previous commit.Bruce Momjian2005-07-10
* Fix initialization bug in pgcrypto openssl code. Marko KreenTom Lane2005-07-05
* pgcrypto update:Neil Conway2005-03-21
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-21
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-18
* Add missing pgcrypto files.Bruce Momjian2001-10-01