Commits

DateSubjectAuthorReleases
2026-03-15 Move -ffast-math defense to float.c and remove the configure check. Tom Lane 19 (unreleased)
2026-02-23 Work around lgamma(NaN) bug on AIX. Tom Lane 19 (unreleased)
2025-12-06 Handle constant inputs to corr() and related aggregates more precisely. Tom Lane 19 (unreleased)
2025-07-02 Allow width_bucket()'s "operand" input to be NaN. Tom Lane 19 (unreleased)
2025-06-21 Doc: improve documentation about width_bucket(). Tom Lane 18.0
2025-06-21 Doc: improve documentation about width_bucket(). Tom Lane 15.14
2025-06-21 Doc: improve documentation about width_bucket(). Tom Lane 14.19
2025-06-21 Doc: improve documentation about width_bucket(). Tom Lane 17.6
2025-06-21 Doc: improve documentation about width_bucket(). Tom Lane 16.10
2025-06-21 Doc: improve documentation about width_bucket(). Tom Lane 13.22
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-03-31 Further tweaking of width_bucket() edge cases. Tom Lane 16.0
2023-03-30 Avoid overflow in width_bucket_float8(). Tom Lane 16.0
2023-01-09 Invent random_normal() to provide normally-distributed random numbers. Tom Lane 16.0
2022-12-09 Convert a few datatype input functions to use "soft" error reporting. Tom Lane 16.0
2021-11-29 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. Tom Lane 15.0
2020-07-21 Fix some corner cases for window ranges with infinite offsets. Tom Lane 14.0
2020-06-16 In dpow(), remove redundant check for whether y is an integer. Tom Lane 14.0
2020-06-15 Fix power() for large inputs yet more. Tom Lane 14.0
2020-06-15 Fix power() for infinity inputs some more. Tom Lane 14.0
2020-06-14 Fix behavior of exp() and power() for infinity inputs. Tom Lane 14.0
2020-06-13 Fix behavior of float aggregates for single Inf or NaN inputs. Tom Lane 13.0
2020-06-13 Fix behavior of float aggregates for single Inf or NaN inputs. Tom Lane 14.0
2020-06-13 Fix behavior of float aggregates for single Inf or NaN inputs. Tom Lane 12.4
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0