| Commit message (Expand) | Author | Age | Files | Lines |
| * | Silence compiler warnings about incompatible function pointer types. | Tom Lane | 2006-09-05 | 1 | -2/+4 |
| * | Remove pgcrypto functions that were deprecated and slated for removal. | Tom Lane | 2006-09-05 | 5 | -106/+6 |
| * | Fix references to the Options section in the pgcrypto documentation. | Neil Conway | 2006-08-05 | 1 | -5/+5 |
| * | pgcrypto merge cleanup: | Neil Conway | 2006-07-19 | 3 | -10/+13 |
| * | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 | 2 | -2/+2 |
| * | Fix some pgcrypto portability issues, per Marko Kreen. | Tom Lane | 2006-07-15 | 2 | -22/+11 |
| * | In PGP public key tests, encrypt the secret key with AES not CAST5, | Tom Lane | 2006-07-14 | 2 | -32/+32 |
| * | Fix C++-style comment. | Neil Conway | 2006-07-13 | 1 | -2/+2 |
| * | "Annual" pgcrypto update from Marko Kreen: | Neil Conway | 2006-07-13 | 22 | -374/+4397 |
| * | Allow /contrib include files to compile on their own. | Bruce Momjian | 2006-07-10 | 1 | -1/+3 |
| * | Add missing 3rd argument to open(). | Bruce Momjian | 2006-06-08 | 1 | -3/+3 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -1/+3 |
| * | Re-defines SHA2 symbols so that they would not conflict with certain | Bruce Momjian | 2006-05-30 | 2 | -10/+20 |
| * | Fix errors in fortuna PRNG reseeding logic that could cause a predictable | Tom Lane | 2006-05-21 | 1 | -5/+14 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 4 | -0/+8 |
| * | Update /contrib regression tests for escape_string_warning. | Bruce Momjian | 2006-03-08 | 2 | -6/+6 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -35/+35 |
| * | Patch from Marko Kreen: | Neil Conway | 2006-02-18 | 1 | -32/+70 |
| * | Fix fallout from psql line-wrapping patch. | Tom Lane | 2006-02-10 | 1 | -26/+26 |
| * | There is a signedness bug in Openwall gen_salt code that pgcrypto uses. | Tom Lane | 2006-01-03 | 1 | -9/+9 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 2 | -10/+10 |
| * | pgcrypto documentation polishing from Marko Kreen, and a small amount | Tom Lane | 2005-11-03 | 1 | -25/+29 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 36 | -1211/+1509 |
| * | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 | 1 | -2/+2 |
| * | Suppress signed-vs-unsigned-char warnings in contrib. | Tom Lane | 2005-09-24 | 6 | -48/+61 |
| * | Remove API file. | Bruce Momjian | 2005-08-13 | 1 | -163/+0 |
| * | The large one adds support for RSA keys and reorganizes | Bruce Momjian | 2005-08-13 | 23 | -278/+808 |
| * | pgcrypto documentation update. Marko Kreen | Tom Lane | 2005-07-18 | 1 | -292/+605 |
| * | Fortuna fixes. Marko Kreen | Tom Lane | 2005-07-18 | 5 | -88/+193 |
| * | Small cleanups for pgcrypto. Marko Kreen | Tom Lane | 2005-07-18 | 6 | -14/+29 |
| * | Fix C++-style comments, per Rocco Altier. | Tom Lane | 2005-07-18 | 2 | -4/+4 |
| * | More pgcrypto fixes: handle long messages correctly, suppress | Tom Lane | 2005-07-12 | 12 | -11/+104 |
| * | Further tweaking of Win32-specific random code. Marko Kreen | Tom Lane | 2005-07-11 | 1 | -3/+2 |
| * | I forgot to update win32 code when doing a renaming in random.c. | Tom Lane | 2005-07-11 | 1 | -2/+2 |
| * | Avoid bzero/bxopy in favor of more standard library routines. | Tom Lane | 2005-07-11 | 1 | -32/+27 |
| * | More pgcrypto fixes: avoid bogus alignment assumptions in sha2, | Tom Lane | 2005-07-11 | 29 | -90/+99 |
| * | Add support for AES cipher with older OpenSSL libraries. | Tom Lane | 2005-07-11 | 1 | -14/+41 |
| * | > One more failure: | Bruce Momjian | 2005-07-10 | 1 | -3/+3 |
| * | Suppress compile warning. | Tom Lane | 2005-07-10 | 1 | -2/+3 |
| * | Remove #include <openssl/bn.h> as compile fix. | Bruce Momjian | 2005-07-10 | 1 | -3/+1 |
| * | As Kris Jurka found out, pgcrypto does not work with | Bruce Momjian | 2005-07-10 | 1 | -18/+38 |
| * | Add missing pgcrypto files from previous commit. | Bruce Momjian | 2005-07-10 | 44 | -0/+10539 |
| * | Major pgcrypto changes: | Bruce Momjian | 2005-07-10 | 5 | -17/+408 |
| * | - Add Fortuna PRNG to pgcrypto. | Bruce Momjian | 2005-07-10 | 5 | -77/+284 |
| * | This patch adds implementation of SHA2 to pgcrypto. | Bruce Momjian | 2005-07-10 | 2 | -4/+209 |
| * | This patch updates the DDL for contrib/pgcrypto to create all | Neil Conway | 2005-07-08 | 1 | -14/+14 |
| * | Fix incorrect PG_CPPFLAGS initialization, per Marko. | Tom Lane | 2005-07-06 | 1 | -2/+2 |
| * | Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency | Tom Lane | 2005-07-05 | 1 | -2/+2 |
| * | Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl | Tom Lane | 2005-07-05 | 1 | -54/+26 |
| * | Fix initialization bug in pgcrypto openssl code. Marko Kreen | Tom Lane | 2005-07-05 | 3 | -7/+7 |