Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add functions to generate random numbers in a specified range. | Dean Rasheed | 2024-03-27 |
* | Update copyright for 2024 | Bruce Momjian | 2024-01-03 |
* | Invent random_normal() to provide normally-distributed random numbers. | Tom Lane | 2023-01-09 |
* | Update copyright for 2023 | Bruce Momjian | 2023-01-02 |
* | Update copyright for 2022 | Bruce Momjian | 2022-01-07 |
* | Simplify declaring variables exported from libpgcommon and libpgport. | Tom Lane | 2021-11-29 |
* | Portability hack for pg_global_prng_state. | Tom Lane | 2021-11-29 |
* | Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. | Tom Lane | 2021-11-28 |