Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-11-29 | Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. | Tom Lane | 15.0 |
| 2018-12-28 | Marginal performance hacking in erand48.c. | Tom Lane | 12.0 |
| 2018-12-28 | Fix latent problem with pg_jrand48(). | Tom Lane | 12.0 |
| 2018-12-28 | Fix latent problem with pg_jrand48(). | Tom Lane | 10.7 |
| 2018-12-28 | Fix latent problem with pg_jrand48(). | Tom Lane | 11.2 |
| 2015-07-25 | Redesign tablesample method API, and do extensive code review. | Tom Lane | 9.6.0 |
| 2015-07-25 | Redesign tablesample method API, and do extensive code review. | Tom Lane | 9.5.0 |
| 2011-09-03 | Fix typo in pg_srand48 (srand48 in older branches). | Tom Lane | 9.0.5 |
| 2011-09-03 | Fix typo in pg_srand48 (srand48 in older branches). | Tom Lane | 9.1.0 |
| 2011-09-03 | Fix typo in pg_srand48 (srand48 in older branches). | Tom Lane | 9.2.0 |
| 2009-07-16 | Add erand48() to the set of functions supported by our src/port/ library, | Tom Lane | 9.0.0 |