Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-01-09 | Invent random_normal() to provide normally-distributed random numbers. | Tom Lane | 16.0 |
| 2021-11-29 | Simplify declaring variables exported from libpgcommon and libpgport. | Tom Lane | 15.0 |
| 2021-11-29 | Portability hack for pg_global_prng_state. | Tom Lane | 15.0 |
| 2021-11-29 | Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. | Tom Lane | 15.0 |