summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-05-14Fix various recent build and regression-test problems in contrib/.Tom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2002-11-15OpenSSL 0.9.6g in Debian/unstable stopped working with pgcrypto. ThisBruce Momjian
2002-10-21Need sys/param.h for endianness macros.Peter Eisentraut
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-09-05Fix unsafe macro definitions (which were producing incorrect code,Tom Lane
2002-03-06Change made to elog:Bruce Momjian
2002-01-29Remove gratuitous redefinition of inline, which should already have beenTom Lane
2002-01-07Add variants of digest() and hmac() that accept text inputs.Tom Lane
2002-01-03> > On Fri, Dec 21, 2001 at 11:43:21AM +0800, Christopher Kings-LynneBruce Momjian
2001-12-30Make sure that all <ctype.h> routines are called with unsigned charTom Lane
2001-11-30* include <endian.h> is not enough, include sys/types.h tooBruce Momjian
2001-11-29* When postgres.h does not define BYTE_ENDIAN pgcryptoBruce Momjian
2001-11-20Include sys/types.h in crypt-des.c. FreeBSD netinet/in.hBruce Momjian
2001-11-20Duh, my regexp's missed bunch of them. Here's next batch, thisBruce Momjian
2001-11-20pgcrypto uses non-standard type uint, which causes compileBruce Momjian
2001-11-08When given oversized key, encrypt/decrypt corruptedBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-30Fix small problem Tom Lane found with pgindent run.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Add do { ... } while (0) to more bad macros.Bruce Momjian
2001-10-25Add more missing 'do { ... } while (0)' in missing macros. Without it,Bruce Momjian
2001-10-15Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane
2001-10-01Add missing pgcrypto files.Bruce Momjian
2001-09-30* regression testsBruce Momjian
2001-09-29Found type mismatch in random.c. Please apply this also.Bruce Momjian
2001-09-29I noticed that the contrib Makefiles were reorganized.Bruce Momjian
2001-09-23No, file not needed.Bruce Momjian
2001-09-23Add new file.Bruce Momjian
2001-09-23Big thanks to Solar Designer who pointed out a bug in bcryptBruce Momjian
2001-09-16Install dynamically loadable modules into a private subdirectoryPeter Eisentraut
2001-09-06This makes encrypt() parser more strict.Bruce Momjian
2001-08-22Persuade new pgcrypto stuff to compile.Tom Lane
2001-08-21Remove krb.c.Bruce Momjian
2001-08-21Remove encode.*. Not needed anymore.Bruce Momjian
2001-08-21Remove object file.Bruce Momjian
2001-08-21Add missing pgcrypto file.Bruce Momjian
2001-08-21/contrib/pgcrypto:Bruce Momjian
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2001-05-15Well, the correct code - that corresponds to currentBruce Momjian
2001-05-13> I've been experimenting with pgcrypto 0.3 (distributed withBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-16Documentation update from Marko Kreen.Tom Lane