]> granicus.if.org Git - postgresql/history - contrib/pgcrypto
pgindent run prior to branching
[postgresql] / contrib / pgcrypto /
2018-06-29 Michael PaquierMake capitalization of term "OpenSSL" more consistent
2018-04-01 Tom LaneFix a boatload of typos in C comments.
2018-03-25 Tom LaneMop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d.
2018-03-22 Tom LaneImprove style guideline compliance of assorted error...
2018-02-28 Tom LaneRename base64 routines to avoid conflict with Solaris...
2018-01-31 Robert Haaspgcrypto's encrypt() supports AES-128, AES-192, and...
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-07-03 Heikki LinnakangasForbid gen_random_uuid() with --disable-strong-random
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-03-07 Heikki LinnakangasRefactor SHA2 functions and move them to src/common/.
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-06 Heikki LinnakangasFix typos in comments.
2016-12-12 Heikki LinnakangasFix pgcrypto compilation with OpenSSL 1.1.0.
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-11-30 Heikki LinnakangasRemove dead stuff from pgcrypto.
2016-10-18 Heikki LinnakangasRevert "Replace PostmasterRandom() with a stronger...
2016-10-17 Heikki LinnakangasUse OpenSSL EVP API for symmetric encryption in pgcrypto.
2016-10-17 Heikki LinnakangasReplace PostmasterRandom() with a stronger way of gener...
2016-09-30 Peter EisentrautRemove unnecessary prototypes
2016-09-15 Heikki LinnakangasFix building with LibreSSL.
2016-09-15 Heikki LinnakangasSupport OpenSSL 1.1.0.
2016-08-29 Heikki LinnakangasRemove support for OpenSSL versions older than 0.9.8.
2016-08-09 Peter EisentrautFix typo
2016-06-14 Tom LaneMinor fixes in contrib installation scripts.
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-09 Robert HaasUpdate pgcrypto extension for parallel query.
2016-03-15 Robert HaasFix typos.
2016-03-09 Alvaro Herrerapgcrypto: support changing S2K iteration count
2016-02-01 Magnus HaganderFix typos in comments
2015-12-27 Alvaro HerreraAdd forgotten CHECK_FOR_INTERRUPT calls in pgcrypto...
2015-10-12 Noah MischAvoid scan-build warning about uninitialized htonl...
2015-10-05 Noah Mischpgcrypto: Detect and report too-short crypt() salts.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-18 Noah Mischpgcrypto: Report errant decryption as "Wrong key or...
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-04 Robert Haaspgcrypto: Code cleanup for decrypt_internal.
2015-02-02 Noah MischPrevent Valgrind Memcheck errors around px_acquire_syst...
2015-02-02 Noah MischCherry-pick security-relevant fixes from upstream imath...
2015-02-02 Noah MischFix buffer overrun after incomplete read in pullf_read_...
2015-01-30 Tom LaneFix Coverity warning about contrib/pgcrypto's mdc_finish().
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2014-11-11 Tom LaneLoop when necessary in contrib/pgcrypto's pktreader_pull().
2014-11-03 Tom LaneDocs: fix incorrect spelling of contrib/pgcrypto option.
2014-11-03 Noah MischRemove dead-since-introduction pgcrypto code.
2014-10-20 Tom LaneFix file-identification comment in contrib/pgcrypto...
2014-10-01 Heikki LinnakangasAdd functions for dealing with PGP armor header lines...
2014-09-25 Heikki LinnakangasRefactor space allocation for base64 encoding/decoding...
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-15 Magnus HaganderRemove dependency on wsock32.lib in favor of ws2_32
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-04-17 Bruce Momjianpgcrypto: fix memset() calls that might be optimized...
2014-03-17 Fujii MasaoFix typos in comments.
2014-01-17 Tom LaneAdd gen_random_uuid() to contrib/pgcrypto.
2014-01-09 Peter Eisentrautpgcrypto: Make header files stand alone
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-10 Tom LaneFix pgp_pub_decrypt() so it works for secret keys with...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-30 Tom LaneFix incorrect password transformation in contrib/pgcryp...
2012-05-08 Peter EisentrautFix misleading comments
2012-05-02 Peter EisentrautEven more duplicate word removal, in the spirit of...
2012-04-24 Robert HaasLots of doc corrections.
2012-01-28 Tom LaneFix error detection in contrib/pgcrypto's encrypt_iv...
2012-01-15 Peter Eisentrautpgcrypto: Remove inappropriate const qualifier
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-11-17 Alvaro HerreraDon't quote language name
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-10 Peter EisentrautAdd missing format attributes
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-21 Tom LaneApply upstream fix for blowfish signed-character bug...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-20 Heikki LinnakangasIf pk is NULL, the backend would segfault when accessin...
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-02 Magnus HaganderUpdate a number of broken links in comments.
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-08-04 Tom LaneFix some more regression tests (missed these because...
2009-08-04 Tom LaneOoops, missed that a couple of contrib modules have...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-15 Magnus HaganderRemove beer-ware license from crypt-md5.c, per
2009-03-25 Tom LaneFix old thinko in pgp.h: the idea is to declare some...
next