]> granicus.if.org Git - postgresql/history - contrib/pgcrypto
Remove unneed #include now that current_query() has moved to the backend.
[postgresql] / contrib / pgcrypto /
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Tom LaneFix a few contrib regression test scripts that hadn...
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-09-29 Tom LaneDefend against openssl libraries that fail on keys...
2007-08-23 Tom LaneFix combo_decrypt() to throw an error for zero-length...
2007-07-15 Tom LaneGet rid of overly cute, unportable, probably not very...
2007-07-15 Tom LaneSilence Solaris compiler warning, per buildfarm.
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-04-06 Tom LaneNow that core functionality is depending on autoconf...
2007-03-28 Neil ConwayReplace 4-clause licensed blf.[ch] with blowfish implem...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-14 Alvaro HerreraReplace unnecessary DISABLE_ZLIB define in pgcrypto...
2006-11-10 Neil ConwayMinor code cleanup for pgcrypto: for UDFs declared...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-05 Tom LaneSilence compiler warnings about incompatible function...
2006-09-05 Tom LaneRemove pgcrypto functions that were deprecated and...
2006-08-05 Neil ConwayFix references to the Options section in the pgcrypto...
2006-07-19 Neil Conwaypgcrypto merge cleanup:
2006-07-16 Tom LaneFix a few places where $Id$ and $Header$ CVS tags had...
2006-07-15 Tom LaneFix some pgcrypto portability issues, per Marko Kreen.
2006-07-14 Tom LaneIn PGP public key tests, encrypt the secret key with...
2006-07-13 Neil ConwayFix C++-style comment.
2006-07-13 Neil Conway"Annual" pgcrypto update from Marko Kreen:
2006-07-10 Bruce MomjianAllow /contrib include files to compile on their own.
2006-06-08 Bruce MomjianAdd missing 3rd argument to open().
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-30 Bruce MomjianRe-defines SHA2 symbols so that they would not conflict...
2006-05-21 Tom LaneFix errors in fortuna PRNG reseeding logic that could...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-08 Bruce MomjianUpdate /contrib regression tests for escape_string_warning.
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-18 Neil ConwayPatch from Marko Kreen:
2006-02-10 Tom LaneFix fallout from psql line-wrapping patch.
2006-01-03 Tom LaneThere is a signedness bug in Openwall gen_salt code...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-03 Tom Lanepgcrypto documentation polishing from Marko Kreen,...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings in contrib.
2005-08-13 Bruce MomjianRemove API file.
2005-08-13 Bruce MomjianThe large one adds support for RSA keys and reorganizes
2005-07-18 Tom Lanepgcrypto documentation update. Marko Kreen
2005-07-18 Tom LaneFortuna fixes. Marko Kreen
2005-07-18 Tom LaneSmall cleanups for pgcrypto. Marko Kreen
2005-07-18 Tom LaneFix C++-style comments, per Rocco Altier.
2005-07-12 Tom LaneMore pgcrypto fixes: handle long messages correctly...
2005-07-11 Tom LaneFurther tweaking of Win32-specific random code. Marko...
2005-07-11 Tom LaneI forgot to update win32 code when doing a renaming...
2005-07-11 Tom LaneAvoid bzero/bxopy in favor of more standard library...
2005-07-11 Tom LaneMore pgcrypto fixes: avoid bogus alignment assumptions...
2005-07-11 Tom LaneAdd support for AES cipher with older OpenSSL libraries.
2005-07-10 Bruce Momjian> One more failure:
2005-07-10 Tom LaneSuppress compile warning.
2005-07-10 Bruce MomjianRemove #include <openssl/bn.h> as compile fix.
2005-07-10 Bruce MomjianAs Kris Jurka found out, pgcrypto does not work with
2005-07-10 Bruce MomjianAdd missing pgcrypto files from previous commit.
2005-07-10 Bruce MomjianMajor pgcrypto changes:
2005-07-10 Bruce Momjian- Add Fortuna PRNG to pgcrypto.
2005-07-10 Bruce MomjianThis patch adds implementation of SHA2 to pgcrypto.
2005-07-08 Neil ConwayThis patch updates the DDL for contrib/pgcrypto to...
2005-07-06 Tom LaneFix incorrect PG_CPPFLAGS initialization, per Marko.
2005-07-05 Tom LaneDept of second thoughts: don't expose rijndael.tbl...
2005-07-05 Tom LaneFix contrib/pgcrypto to autoconfigure for OpenSSL when...
2005-07-05 Tom LaneFix initialization bug in pgcrypto openssl code. Marko...
2005-07-04 Bruce MomjianBruce, please apply this additional patch, that fixes the
2005-07-03 Bruce MomjianThis patch allows contrib/pgcrypto to build with OpenSS...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-03 Neil ConwayFix typos in documentation.
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conway* construct "struct {} list [] = {}" confuses pgindent...
2005-03-21 Neil ConwayRemove support for libmhash/libmcrypt.
2005-03-12 Neil ConwaySome builds (depends on crypto engine support?) of...
2004-11-23 Neil ConwayPrevent pgcrypto from successfully compiling if no...
2004-10-25 Tom LaneFix a bunch of 'old-style parameter declaration' warnin...
2004-10-05 Neil ConwayPickup fix from upstream OpenBSD sources: mark a read...
2004-09-14 Tom LaneWin32 compile fixes for pgbench, pgcrypto, and tsearch.
2004-08-29 Tom LaneReplace bcopy by memmove for more portability.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-05-14 Tom LaneFix various recent build and regression-test problems...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-11-15 Bruce MomjianOpenSSL 0.9.6g in Debian/unstable stopped working with...
2002-10-21 Peter EisentrautNeed sys/param.h for endianness macros.
2002-10-21 Bruce MomjianSET autocommit no longer needed in /contrib because...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-05 Tom LaneFix unsafe macro definitions (which were producing...
next