summaryrefslogtreecommitdiff
path: root/src/port/erand48.c
AgeCommit message (Expand)Author
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-28Marginal performance hacking in erand48.c.Tom Lane
2018-12-28Fix latent problem with pg_jrand48().Tom Lane
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2014-05-06pgindent run for 9.4Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2011-09-03Fix typo in pg_srand48 (srand48 in older branches).Tom Lane
2011-08-03Make pgbench use erand48() rather than random().Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-07-16Add erand48() to the set of functions supported by our src/port/ library,Tom Lane