summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/random.out
AgeCommit message (Expand)Author
2025-09-09Add date and timestamp variants of random(min, max).Dean Rasheed
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2023-03-14Add support for the error functions erf() and erfc().Dean Rasheed
2023-01-10Round off random_normal() test results one more decimal place.Tom Lane
2023-01-10Upgrade the random.sql regression test.Tom Lane
2023-01-09Invent random_normal() to provide normally-distributed random numbers.Tom Lane
2021-01-28Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut
2004-03-15Improve random regression tests to fail less frequently.Bruce Momjian
2003-02-13The "random" regression test uses a function called oidrand(), whichBruce Momjian
2000-01-06Update for new psql formatting.Thomas G. Lockhart
1998-08-17Update the random test so it should succeed most of the time.Thomas G. Lockhart
1997-04-29Added initial set of expected outputs for new regression testing.Thomas G. Lockhart