aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/random.c
Commit message (Expand)AuthorAge
* Prevent Valgrind Memcheck errors around px_acquire_system_randomness().Noah Misch2015-02-02
* pgindent run for 9.4Bruce Momjian2014-05-06
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add missing 3rd argument to open().Bruce Momjian2006-06-08
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Small cleanups for pgcrypto. Marko KreenTom Lane2005-07-18
* Further tweaking of Win32-specific random code. Marko KreenTom Lane2005-07-11
* I forgot to update win32 code when doing a renaming in random.c.Tom Lane2005-07-11
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-11
* - Add Fortuna PRNG to pgcrypto.Bruce Momjian2005-07-10
* pgcrypto update:Neil Conway2005-03-21
* pgcrypto update:Neil Conway2005-03-21
* Prevent pgcrypto from successfully compiling if no valid random sourceNeil Conway2004-11-23
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Found type mismatch in random.c. Please apply this also.Bruce Momjian2001-09-29
* Big thanks to Solar Designer who pointed out a bug in bcryptBruce Momjian2001-09-23