| Age | Commit message (Expand) | Author |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-05-04 | Use new cstring/text conversion functions in some additional places. | Tom Lane |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-02-17 | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-13 | Fix a few contrib regression test scripts that hadn't gotten the word | Tom Lane |
| 2007-11-13 | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian |
| 2007-11-11 | Make /contrib install/uninstall script consistent: | Bruce Momjian |
| 2007-11-10 | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian |
| 2007-11-10 | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian |
| 2007-09-29 | Defend against openssl libraries that fail on keys longer than 128 bits; | Tom Lane |
| 2007-08-23 | Fix combo_decrypt() to throw an error for zero-length input when using a | Tom Lane |
| 2007-07-15 | Get rid of overly cute, unportable, probably not very efficient substitute | Tom Lane |
| 2007-07-15 | Silence Solaris compiler warning, per buildfarm. | Tom Lane |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-04-06 | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane |
| 2007-03-28 | Replace 4-clause licensed blf.[ch] with blowfish implementation | Neil Conway |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-01-14 | Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core. | Alvaro Herrera |
| 2006-11-10 | Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking | Neil Conway |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-22 | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane |
| 2006-09-05 | Silence compiler warnings about incompatible function pointer types. | Tom Lane |
| 2006-09-05 | Remove pgcrypto functions that were deprecated and slated for removal. | Tom Lane |
| 2006-08-05 | Fix references to the Options section in the pgcrypto documentation. | Neil Conway |
| 2006-07-19 | pgcrypto merge cleanup: | Neil Conway |
| 2006-07-16 | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane |
| 2006-07-15 | Fix some pgcrypto portability issues, per Marko Kreen. | Tom Lane |
| 2006-07-14 | In PGP public key tests, encrypt the secret key with AES not CAST5, | Tom Lane |
| 2006-07-13 | Fix C++-style comment. | Neil Conway |
| 2006-07-13 | "Annual" pgcrypto update from Marko Kreen: | Neil Conway |
| 2006-07-10 | Allow /contrib include files to compile on their own. | Bruce Momjian |
| 2006-06-08 | Add missing 3rd argument to open(). | Bruce Momjian |
| 2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2006-05-30 | Re-defines SHA2 symbols so that they would not conflict with certain | Bruce Momjian |
| 2006-05-21 | Fix errors in fortuna PRNG reseeding logic that could cause a predictable | Tom Lane |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-08 | Update /contrib regression tests for escape_string_warning. | Bruce Momjian |
| 2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
| 2006-02-18 | Patch from Marko Kreen: | Neil Conway |
| 2006-02-10 | Fix fallout from psql line-wrapping patch. | Tom Lane |
| 2006-01-03 | There is a signedness bug in Openwall gen_salt code that pgcrypto uses. | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-03 | pgcrypto documentation polishing from Marko Kreen, and a small amount | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-27 | PGXS should be set with := not =, as specified in the documentation, | Tom Lane |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings in contrib. | Tom Lane |
| 2005-08-13 | Remove API file. | Bruce Momjian |
| 2005-08-13 | The large one adds support for RSA keys and reorganizes | Bruce Momjian |
| 2005-07-18 | pgcrypto documentation update. Marko Kreen | Tom Lane |