summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2016-03-15Fix typos.Robert Haas
2016-03-09pgcrypto: support changing S2K iteration countAlvaro Herrera
2016-02-01Fix typos in commentsMagnus Hagander
2015-12-27Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()Alvaro Herrera
2015-10-12Avoid scan-build warning about uninitialized htonl() arguments.Noah Misch
2015-10-05pgcrypto: Detect and report too-short crypt() salts.Noah Misch
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-18pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-04pgcrypto: Code cleanup for decrypt_internal.Robert Haas
2015-02-02Prevent Valgrind Memcheck errors around px_acquire_system_randomness().Noah Misch
2015-02-02Cherry-pick security-relevant fixes from upstream imath library.Noah Misch
2015-02-02Fix buffer overrun after incomplete read in pullf_read_max().Noah Misch
2015-01-30Fix Coverity warning about contrib/pgcrypto's mdc_finish().Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2014-11-11Loop when necessary in contrib/pgcrypto's pktreader_pull().Tom Lane
2014-11-03Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane
2014-11-03Remove dead-since-introduction pgcrypto code.Noah Misch
2014-10-20Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql.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-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-15Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
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
2014-03-17Fix typos in comments.Fujii Masao
2014-01-17Add gen_random_uuid() to contrib/pgcrypto.Tom Lane
2014-01-09pgcrypto: Make header files stand alonePeter Eisentraut
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-10Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-30Fix incorrect password transformation in contrib/pgcrypto's DES crypt().Tom Lane
2012-05-08Fix misleading commentsPeter Eisentraut
2012-05-02Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-01-28Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane
2012-01-15pgcrypto: Remove inappropriate const qualifierPeter Eisentraut
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-11-17Don't quote language nameAlvaro Herrera
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-10Add missing format attributesPeter Eisentraut
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-06-21Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane
2011-04-25Support "make check" in contribPeter Eisentraut
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut