| Age | Commit message (Expand) | Author |
| 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 |
| 2005-07-18 | Fortuna fixes. Marko Kreen | Tom Lane |
| 2005-07-18 | Small cleanups for pgcrypto. Marko Kreen | Tom Lane |
| 2005-07-18 | Fix C++-style comments, per Rocco Altier. | Tom Lane |
| 2005-07-12 | More pgcrypto fixes: handle long messages correctly, suppress | Tom Lane |
| 2005-07-11 | Further tweaking of Win32-specific random code. Marko Kreen | Tom Lane |
| 2005-07-11 | I forgot to update win32 code when doing a renaming in random.c. | Tom Lane |
| 2005-07-11 | Avoid bzero/bxopy in favor of more standard library routines. | Tom Lane |
| 2005-07-11 | More pgcrypto fixes: avoid bogus alignment assumptions in sha2, | Tom Lane |
| 2005-07-11 | Add support for AES cipher with older OpenSSL libraries. | Tom Lane |
| 2005-07-10 | > One more failure: | Bruce Momjian |
| 2005-07-10 | Suppress compile warning. | Tom Lane |
| 2005-07-10 | Remove #include <openssl/bn.h> as compile fix. | Bruce Momjian |
| 2005-07-10 | As Kris Jurka found out, pgcrypto does not work with | Bruce Momjian |
| 2005-07-10 | Add missing pgcrypto files from previous commit. | Bruce Momjian |
| 2005-07-10 | Major pgcrypto changes: | Bruce Momjian |
| 2005-07-10 | - Add Fortuna PRNG to pgcrypto. | Bruce Momjian |
| 2005-07-10 | This patch adds implementation of SHA2 to pgcrypto. | Bruce Momjian |
| 2005-07-08 | This patch updates the DDL for contrib/pgcrypto to create all | Neil Conway |
| 2005-07-06 | Fix incorrect PG_CPPFLAGS initialization, per Marko. | Tom Lane |
| 2005-07-05 | Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency | Tom Lane |