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-09-26 Modernize to_char's Roman-numeral code, fixing overflow problems. Tom Lane 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
2022-12-09 Convert a few datatype input functions to use "soft" error reporting. Tom Lane 16.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-17 Remove factorial operators, leaving only the factorial() function. Tom Lane 14.0
2020-07-22 Support infinity and -infinity in the numeric data type. Tom Lane 14.0
2020-01-06 Add functions min_scale(numeric) and trim_scale(numeric). Tom Lane 13.0
2018-05-17 Make numeric power() handle NaNs according to the modern POSIX spec. Tom Lane 11.0
2017-11-18 Fix quoted-substring handling in format parsing for to_char/to_number/etc. Tom Lane 11.0
2017-11-17 Prevent to_number() from losing data when template doesn't match exactly. Tom Lane 11.0
2017-09-27 Fix behavior when converting a float infinity to numeric. Tom Lane 9.2.24
2017-09-27 Fix behavior when converting a float infinity to numeric. Tom Lane 9.3.20
2017-09-27 Fix behavior when converting a float infinity to numeric. Tom Lane 9.6.6
2017-09-27 Fix behavior when converting a float infinity to numeric. Tom Lane 9.4.15
2017-09-27 Fix behavior when converting a float infinity to numeric. Tom Lane 9.5.10