Commits

DateSubjectAuthorReleases
2025-07-02 Allow width_bucket()'s "operand" input to be NaN. Tom Lane 19 (unreleased)
2025-01-22 Support RN (roman-numeral format) in to_number(). Tom Lane 18.0
2024-10-04 Speed up numeric division by always using the "fast" algorithm. Dean Rasheed 18.0
2024-09-26 Modernize to_char's Roman-numeral code, fixing overflow problems. Tom Lane 18.0
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 12.20
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 13.16
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 14.13
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 15.8
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 16.4
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 17.0
2024-07-08 Fix scale clamping in numeric round() and trunc(). Dean Rasheed 18.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-03-14 Fix corner case bug in numeric to_char() some more. Tom Lane 16.0
2023-03-14 Fix corner case bug in numeric to_char() some more. Tom Lane 15.3
2023-03-14 Fix corner case bug in numeric to_char() some more. Tom Lane 11.20
2023-03-14 Fix corner case bug in numeric to_char() some more. Tom Lane 14.8
2023-03-14 Fix corner case bug in numeric to_char() some more. Tom Lane 12.15
2023-03-14 Fix corner case bug in numeric to_char() some more. Tom Lane 13.11
2023-02-27 Rework pg_input_error_message(), now renamed pg_input_error_info() Michael Paquier 16.0
2023-02-04 Allow underscores in integer and numeric constants. Dean Rasheed 16.0
2023-01-23 Add non-decimal integer support to type numeric. Dean Rasheed 16.0
2022-12-09 Convert a few datatype input functions to use "soft" error reporting. Tom Lane 16.0
2022-10-20 Improve the accuracy of numeric power() for integer exponents. Dean Rasheed 16.0
2021-10-06 Fix corner-case loss of precision in numeric_power(). Dean Rasheed 9.6.24