Commits

Showing commits that first shipped in 13 (backpatches included). Clear

DateSubjectAuthorReleases
2025-06-21 Doc: improve documentation about width_bucket(). Tom Lane 13.22
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 13.16
2022-03-03 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 13.7
2021-10-06 Fix corner-case loss of precision in numeric_power(). Dean Rasheed 13.5
2021-08-06 Adjust the integer overflow tests in the numeric code. Dean Rasheed 13.4
2021-08-05 Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 13.4
2021-07-31 Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 13.4
2021-07-10 Fix numeric_mul() overflow due to too many digits after decimal point. Dean Rasheed 13.4
2021-01-05 Add an explicit cast to double when using fabs(). Dean Rasheed 13.2
2021-01-05 Fix numeric_power() when the exponent is INT_MIN. Dean Rasheed 13.2
2020-06-11 Fix mishandling of NaN counts in numeric_[avg_]combine. Tom Lane 13.0
2020-05-16 Run pgindent with new pg_bsd_indent version 2.1.1. Tom Lane 13.0
2020-03-28 Improve the performance and accuracy of numeric sqrt() and ln(). Dean Rasheed 13.0
2020-03-01 Fix corner-case loss of precision in numeric ln(). Dean Rasheed 13.0
2020-02-27 Move src/backend/utils/hash/hashfn.c to src/common Robert Haas 13.0
2020-01-25 Add functions gcd() and lcm() for integer and numeric types. Dean Rasheed 13.0
2020-01-06 Add functions min_scale(numeric) and trim_scale(numeric). Tom Lane 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-08-05 Add safeguards in LSN, numeric and float calculation for custom errors Michael Paquier 13.0