]> granicus.if.org Git - postgresql/history - contrib/pgcrypto
Fix up pg_dump to emit shell-type definitions at the proper time, to
[postgresql] / contrib / pgcrypto /
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...
2002-03-06 Bruce MomjianChange made to elog:
2002-01-29 Tom LaneRemove gratuitous redefinition of inline, which should...
2002-01-07 Tom LaneAdd variants of digest() and hmac() that accept text...
2002-01-03 Bruce Momjian> > On Fri, Dec 21, 2001 at 11:43:21AM +0800, Christoph...
2001-12-30 Tom LaneMake sure that all <ctype.h> routines are called with...
2001-11-30 Bruce Momjian* include <endian.h> is not enough, include sys/types...
2001-11-29 Bruce Momjian* When postgres.h does not define BYTE_ENDIAN pgcrypto
2001-11-20 Bruce MomjianInclude sys/types.h in crypt-des.c. FreeBSD netinet...
2001-11-20 Bruce MomjianDuh, my regexp's missed bunch of them. Here's next...
2001-11-20 Bruce Momjianpgcrypto uses non-standard type uint, which causes...
2001-11-08 Bruce MomjianWhen given oversized key, encrypt/decrypt corrupted
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-30 Bruce MomjianFix small problem Tom Lane found with pgindent run.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-25 Bruce MomjianAdd do { ... } while (0) to more bad macros.
2001-10-25 Bruce MomjianAdd more missing 'do { ... } while (0)' in missing...
2001-10-15 Tom LaneFix some portability problems (get it to compile, at...
2001-10-01 Bruce MomjianAdd missing pgcrypto files.
2001-09-30 Bruce Momjian* regression tests
2001-09-29 Bruce MomjianFound type mismatch in random.c. Please apply this...
2001-09-29 Bruce MomjianI noticed that the contrib Makefiles were reorganized.
2001-09-23 Bruce MomjianNo, file not needed.
2001-09-23 Bruce MomjianAdd new file.
2001-09-23 Bruce MomjianBig thanks to Solar Designer who pointed out a bug...
2001-09-16 Peter EisentrautInstall dynamically loadable modules into a private...
2001-09-06 Bruce MomjianThis makes encrypt() parser more strict.
2001-08-22 Tom LanePersuade new pgcrypto stuff to compile.
2001-08-21 Bruce MomjianRemove krb.c.
2001-08-21 Bruce MomjianRemove encode.*. Not needed anymore.
2001-08-21 Bruce MomjianRemove object file.
2001-08-21 Bruce MomjianAdd missing pgcrypto file.
2001-08-21 Bruce Momjian/contrib/pgcrypto:
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-05-15 Bruce MomjianWell, the correct code - that corresponds to current
2001-05-13 Bruce Momjian> I've been experimenting with pgcrypto 0.3 (distribute...
next