| Commit message (Expand) | Author | Age | Files | Lines |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -37/+38 |
| * | Fortuna fixes. Marko Kreen | Tom Lane | 2005-07-18 | 1 | -6/+39 |
| * | Small cleanups for pgcrypto. Marko Kreen | Tom Lane | 2005-07-18 | 1 | -1/+12 |
| * | More pgcrypto fixes: avoid bogus alignment assumptions in sha2, | Tom Lane | 2005-07-11 | 1 | -3/+2 |
| * | Suppress compile warning. | Tom Lane | 2005-07-10 | 1 | -2/+3 |
| * | - Add Fortuna PRNG to pgcrypto. | Bruce Momjian | 2005-07-10 | 1 | -1/+64 |
| * | This patch adds implementation of SHA2 to pgcrypto. | Bruce Momjian | 2005-07-10 | 1 | -1/+205 |
| * | pgcrypto update: | Neil Conway | 2005-03-21 | 1 | -10/+10 |
| * | * construct "struct {} list [] = {}" confuses pgindent - split those. | Neil Conway | 2005-03-21 | 1 | -33/+19 |
| * | Fix a bunch of 'old-style parameter declaration' warnings induced by | Tom Lane | 2004-10-25 | 1 | -5/+5 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -2/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | > > On Fri, Dec 21, 2001 at 11:43:21AM +0800, Christopher Kings-Lynne | Bruce Momjian | 2002-01-03 | 1 | -5/+5 |
| * | Duh, my regexp's missed bunch of them. Here's next batch, this | Bruce Momjian | 2001-11-20 | 1 | -11/+11 |
| * | pgcrypto uses non-standard type uint, which causes compile | Bruce Momjian | 2001-11-20 | 1 | -10/+10 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -3/+3 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -115/+165 |
| * | Fix some portability problems (get it to compile, at least, on HP's cc) | Tom Lane | 2001-10-15 | 1 | -2/+2 |
| * | /contrib/pgcrypto: | Bruce Momjian | 2001-08-21 | 1 | -39/+471 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -26/+26 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+2 |
| * | Hashing functions from Marko Kreen <marko@l-t.ee> | Peter Eisentraut | 2000-10-31 | 1 | -0/+114 |