Commits

DateSubjectAuthorReleases
2025-08-13 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. Tom Lane 19 (unreleased)
2025-08-13 Grab the low-hanging fruit from forcing sizeof(Datum) to 8. 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-03-31 Further tweaking of width_bucket() edge cases. Tom Lane 16.0
2022-12-09 Convert a few datatype input functions to use "soft" error reporting. Tom Lane 16.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-03-03 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 12.11
2022-03-03 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 11.16
2022-03-03 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 10.21
2022-03-03 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 14.3
2022-03-03 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 15.0
2022-03-03 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 13.7
2020-10-08 Avoid gratuitous inaccuracy in numeric width_bucket(). Tom Lane 14.0
2020-10-08 Fix numeric width_bucket() to allow its first argument to be infinite. Tom Lane 14.0
2020-09-08 Use plain memset() in numeric.c, not MemSet and friends. Tom Lane 14.0
2020-09-07 Frob numeric.c loop so that clang will auto-vectorize it too. Tom Lane 14.0
2020-09-07 Apply auto-vectorization to the inner loop of numeric multiplication. Tom Lane 14.0
2020-07-22 Support infinity and -infinity in the numeric data type. Tom Lane 14.0
2020-06-13 Sync behavior of var_samp and stddev_samp for single NaN inputs. Tom Lane 14.0