| Age | Commit message (Expand) | Author |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-05-03 | Fix typos in documentation. | Neil Conway |
| 2005-03-21 | pgcrypto update: | Neil Conway |
| 2005-03-21 | pgcrypto update: | Neil Conway |
| 2005-03-21 | pgcrypto update: | Neil Conway |
| 2005-03-21 | pgcrypto update: | Neil Conway |
| 2005-03-21 | * construct "struct {} list [] = {}" confuses pgindent - split those. | Neil Conway |
| 2005-03-21 | Remove support for libmhash/libmcrypt. | Neil Conway |
| 2005-03-12 | Some builds (depends on crypto engine support?) of OpenSSL | Neil Conway |
| 2004-11-23 | Prevent pgcrypto from successfully compiling if no valid random source | Neil Conway |
| 2004-10-25 | Fix a bunch of 'old-style parameter declaration' warnings induced by | Tom Lane |
| 2004-10-05 | Pickup fix from upstream OpenBSD sources: mark a read-only local array as | Neil Conway |
| 2004-09-14 | Win32 compile fixes for pgbench, pgcrypto, and tsearch. | Tom Lane |
| 2004-08-29 | Replace bcopy by memmove for more portability. | Tom Lane |
| 2004-08-20 | > Please find enclose a submission to fix these problems. | Bruce Momjian |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
| 2003-05-14 | Fix various recent build and regression-test problems in contrib/. | Tom Lane |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2002-11-15 | OpenSSL 0.9.6g in Debian/unstable stopped working with pgcrypto. This | Bruce Momjian |
| 2002-10-21 | Need sys/param.h for endianness macros. | Peter Eisentraut |
| 2002-10-21 | SET autocommit no longer needed in /contrib because pg_regress.sh does | Bruce Momjian |
| 2002-10-18 | Update /contrib for "autocommit TO 'on'". | Bruce Momjian |
| 2002-09-05 | Fix unsafe macro definitions (which were producing incorrect code, | Tom Lane |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-01-29 | Remove gratuitous redefinition of inline, which should already have been | Tom Lane |
| 2002-01-07 | Add 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-Lynne | Bruce Momjian |
| 2001-12-30 | Make sure that all <ctype.h> routines are called with unsigned char | Tom Lane |
| 2001-11-30 | * include <endian.h> is not enough, include sys/types.h too | Bruce Momjian |
| 2001-11-29 | * When postgres.h does not define BYTE_ENDIAN pgcrypto | Bruce Momjian |
| 2001-11-20 | Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h | Bruce Momjian |
| 2001-11-20 | Duh, my regexp's missed bunch of them. Here's next batch, this | Bruce Momjian |
| 2001-11-20 | pgcrypto uses non-standard type uint, which causes compile | Bruce Momjian |
| 2001-11-08 | When given oversized key, encrypt/decrypt corrupted | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-30 | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-25 | Add do { ... } while (0) to more bad macros. | Bruce Momjian |
| 2001-10-25 | Add more missing 'do { ... } while (0)' in missing macros. Without it, | Bruce Momjian |
| 2001-10-15 | Fix some portability problems (get it to compile, at least, on HP's cc) | Tom Lane |
| 2001-10-01 | Add missing pgcrypto files. | Bruce Momjian |
| 2001-09-30 | * regression tests | Bruce Momjian |
| 2001-09-29 | Found type mismatch in random.c. Please apply this also. | Bruce Momjian |
| 2001-09-29 | I noticed that the contrib Makefiles were reorganized. | Bruce Momjian |