Commits

DateSubjectAuthorReleases
2025-04-22 Avoid depending on post-UPDATE row order in float4/float8 tests. Tom Lane 18.0
2024-10-31 Add a parse location field to struct FunctionParameter. Tom Lane 18.0
2023-02-27 Rework pg_input_error_message(), now renamed pg_input_error_info() Michael Paquier 16.0
2022-12-09 Convert a few datatype input functions to use "soft" error reporting. Tom Lane 16.0
2020-12-15 Clean up ancient test style Peter Eisentraut 14.0
2020-11-04 Remove underflow error in float division with infinite divisor. Tom Lane 14.0
2020-07-20 Make floating-point "NaN / 0" return NaN instead of raising an error. Tom Lane 14.0
2019-08-28 Improve coverage of utils/float.h Michael Paquier 13.0
2019-03-24 Un-hide most cascaded-drop details in regression test results. Tom Lane 12.0
2019-02-13 Remove a stray subnormal value from float tests. Andrew Gierth 12.0
2019-02-13 Change floating-point output format for improved performance. Andrew Gierth 12.0
2019-02-13 Use strtof() and not strtod() for float4 input. Andrew Gierth 12.0
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 9.4.21
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 9.6.12
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 9.5.16
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 11.2
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 10.7
2018-11-24 Fix float-to-integer coercions to handle edge cases correctly. Tom Lane 12.0
2018-05-05 Revert "Test conversion of NaN between float4 and float8." Tom Lane 11.0
2018-04-20 Test conversion of NaN between float4 and float8. Tom Lane 11.0
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 9.1.0
2010-02-27 Insert a hack into get_float8_nan (both core and ecpg copies) to deal with Tom Lane 9.0.0
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0
2007-01-02 Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a Bruce Momjian 8.3.0
2005-04-07 Add a "USING" clause to DELETE, which is equivalent to the FROM clause Neil Conway 8.1.0