Commits

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

DateSubjectAuthorReleases
2025-06-21 Doc: improve documentation about width_bucket(). Tom Lane 14.19
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 14.13
2023-02-03 Make int64_div_fast_to_numeric() more robust. Dean Rasheed 14.7
2022-03-03 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 14.3
2021-10-06 Fix corner-case loss of precision in numeric_power(). Dean Rasheed 14.1
2021-08-06 Adjust the integer overflow tests in the numeric code. Dean Rasheed 14.0
2021-08-05 Fix division-by-zero error in to_char() with 'EEEE' format. Dean Rasheed 14.0
2021-07-31 Fix corner-case errors and loss of precision in numeric_power(). Dean Rasheed 14.0
2021-07-10 Fix numeric_mul() overflow due to too many digits after decimal point. Dean Rasheed 14.0
2021-06-27 Error message refactoring Peter Eisentraut 14.0
2021-04-06 Change return type of EXTRACT to numeric Peter Eisentraut 14.0
2021-01-05 Add an explicit cast to double when using fabs(). Dean Rasheed 14.0
2021-01-05 Fix numeric_power() when the exponent is INT_MIN. Dean Rasheed 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
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-09 Expose internal function for converting int64 to numeric Peter Eisentraut 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-30 Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators. Fujii Masao 14.0
2020-06-18 Disallow factorial of negative numbers Peter Eisentraut 14.0
2020-06-13 Sync behavior of var_samp and stddev_samp for single NaN inputs. Tom Lane 14.0
2020-06-11 Fix mishandling of NaN counts in numeric_[avg_]combine. Tom Lane 14.0