summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/random.c
AgeCommit message (Expand)Author
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-10-18Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas
2016-10-17Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas
2015-02-02Prevent Valgrind Memcheck errors around px_acquire_system_randomness().Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2006-06-08Add missing 3rd argument to open().Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-18Small cleanups for pgcrypto. Marko KreenTom Lane
2005-07-11Further tweaking of Win32-specific random code. Marko KreenTom Lane
2005-07-11I forgot to update win32 code when doing a renaming in random.c.Tom Lane
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2005-07-10- Add Fortuna PRNG to pgcrypto.Bruce Momjian
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2004-11-23Prevent pgcrypto from successfully compiling if no valid random sourceNeil Conway
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-29Found type mismatch in random.c. Please apply this also.Bruce Momjian
2001-09-23Big thanks to Solar Designer who pointed out a bug in bcryptBruce Momjian