| Age | Commit message (Expand) | Author |
| 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 |
| 2005-07-05 | Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl | Tom Lane |
| 2005-07-05 | Fix initialization bug in pgcrypto openssl code. Marko Kreen | Tom Lane |
| 2005-07-04 | Bruce, please apply this additional patch, that fixes the | Bruce Momjian |
| 2005-07-03 | This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8 | Bruce Momjian |
| 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 |