summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/internal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs after spaces in C commentsBruce Momjian2014-05-061-1/+1
* pgcrypto: fix memset() calls that might be optimized awayBruce Momjian2014-04-171-5/+5
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-37/+37
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-171-2/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Replace 4-clause licensed blf.[ch] with blowfish implementationNeil Conway2007-03-281-11/+13
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-131-217/+9
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-37/+38
* Fortuna fixes. Marko KreenTom Lane2005-07-181-6/+39
* Small cleanups for pgcrypto. Marko KreenTom Lane2005-07-181-1/+12
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-111-3/+2
* Suppress compile warning.Tom Lane2005-07-101-2/+3
* - Add Fortuna PRNG to pgcrypto.Bruce Momjian2005-07-101-1/+64
* This patch adds implementation of SHA2 to pgcrypto.Bruce Momjian2005-07-101-1/+205
* pgcrypto update:Neil Conway2005-03-211-10/+10
* * construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway2005-03-211-33/+19
* Fix a bunch of 'old-style parameter declaration' warnings induced byTom Lane2004-10-251-5/+5
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* > > On Fri, Dec 21, 2001 at 11:43:21AM +0800, Christopher Kings-LynneBruce Momjian2002-01-031-5/+5
* Duh, my regexp's missed bunch of them. Here's next batch, thisBruce Momjian2001-11-201-11/+11
* pgcrypto uses non-standard type uint, which causes compileBruce Momjian2001-11-201-10/+10
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-115/+165
* Fix some portability problems (get it to compile, at least, on HP's cc)Tom Lane2001-10-151-2/+2
* /contrib/pgcrypto:Bruce Momjian2001-08-211-39/+471
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-26/+26
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Hashing functions from Marko Kreen <marko@l-t.ee>Peter Eisentraut2000-10-311-0/+114