aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
Commit message (Expand)AuthorAge
* Fix typoPeter Eisentraut2016-08-09
* Minor fixes in contrib installation scripts.Tom Lane2016-06-14
* pgindent run for 9.6Robert Haas2016-06-09
* Update pgcrypto extension for parallel query.Robert Haas2016-06-09
* Fix typos.Robert Haas2016-03-15
* pgcrypto: support changing S2K iteration countAlvaro Herrera2016-03-09
* Fix typos in commentsMagnus Hagander2016-02-01
* Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()Alvaro Herrera2015-12-27
* Avoid scan-build warning about uninitialized htonl() arguments.Noah Misch2015-10-11
* pgcrypto: Detect and report too-short crypt() salts.Noah Misch2015-10-05
* pgindent run for 9.5Bruce Momjian2015-05-23
* pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch2015-05-18
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* pgcrypto: Code cleanup for decrypt_internal.Robert Haas2015-02-04
* Prevent Valgrind Memcheck errors around px_acquire_system_randomness().Noah Misch2015-02-02
* Cherry-pick security-relevant fixes from upstream imath library.Noah Misch2015-02-02
* Fix buffer overrun after incomplete read in pullf_read_max().Noah Misch2015-02-02
* Fix Coverity warning about contrib/pgcrypto's mdc_finish().Tom Lane2015-01-30
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Loop when necessary in contrib/pgcrypto's pktreader_pull().Tom Lane2014-11-11
* Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane2014-11-03
* Remove dead-since-introduction pgcrypto code.Noah Misch2014-11-02
* Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql.Tom Lane2014-10-20
* 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
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-25
* Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander2014-07-15
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* 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
* Fix typos in comments.Fujii Masao2014-03-17
* Add gen_random_uuid() to contrib/pgcrypto.Tom Lane2014-01-17
* pgcrypto: Make header files stand alonePeter Eisentraut2014-01-09
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane2013-05-10
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix incorrect password transformation in contrib/pgcrypto's DES crypt().Tom Lane2012-05-30
* Fix misleading commentsPeter Eisentraut2012-05-08
* Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut2012-05-02
* Lots of doc corrections.Robert Haas2012-04-23
* Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane2012-01-27
* pgcrypto: Remove inappropriate const qualifierPeter Eisentraut2012-01-15
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Don't quote language nameAlvaro Herrera2011-11-17
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Add missing format attributesPeter Eisentraut2011-09-10