| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Bruce, please apply this additional patch, that fixes the | Bruce Momjian | 2005-07-04 | 1 | -3/+4 |
| * | This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8 | Bruce Momjian | 2005-07-03 | 1 | -1/+4 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 3 | -63/+63 |
| * | Fix typos in documentation. | Neil Conway | 2005-05-03 | 1 | -5/+5 |
| * | pgcrypto update: | Neil Conway | 2005-03-21 | 13 | -1/+418 |
| * | pgcrypto update: | Neil Conway | 2005-03-21 | 4 | -16/+48 |
| * | pgcrypto update: | Neil Conway | 2005-03-21 | 2 | -4/+235 |
| * | pgcrypto update: | Neil Conway | 2005-03-21 | 9 | -66/+122 |
| * | * construct "struct {} list [] = {}" confuses pgindent - split those. | Neil Conway | 2005-03-21 | 7 | -148/+74 |
| * | Remove support for libmhash/libmcrypt. | Neil Conway | 2005-03-21 | 3 | -375/+2 |
| * | Some builds (depends on crypto engine support?) of OpenSSL | Neil Conway | 2005-03-12 | 1 | -1/+8 |
| * | Prevent pgcrypto from successfully compiling if no valid random source | Neil Conway | 2004-11-23 | 1 | -7/+7 |
| * | Fix a bunch of 'old-style parameter declaration' warnings induced by | Tom Lane | 2004-10-25 | 2 | -6/+6 |
| * | Pickup fix from upstream OpenBSD sources: mark a read-only local array as | Neil Conway | 2004-10-05 | 1 | -1/+1 |