summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/float4.out
AgeCommit message (Expand)Author
2025-04-22Avoid depending on post-UPDATE row order in float4/float8 tests.Tom Lane
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2020-12-15Clean up ancient test stylePeter Eisentraut
2020-11-04Remove underflow error in float division with infinite divisor.Tom Lane
2020-07-20Make floating-point "NaN / 0" return NaN instead of raising an error.Tom Lane
2019-08-28Improve coverage of utils/float.hMichael Paquier
2019-03-24Un-hide most cascaded-drop details in regression test results.Tom Lane
2019-02-13Remove a stray subnormal value from float tests.Andrew Gierth
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2019-02-13Use strtof() and not strtod() for float4 input.Andrew Gierth
2018-11-24Fix float-to-integer coercions to handle edge cases correctly.Tom Lane
2018-05-05Revert "Test conversion of NaN between float4 and float8."Tom Lane
2018-04-20Test conversion of NaN between float4 and float8.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-02-27Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-01-02Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is aBruce Momjian
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2005-02-11Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway
2004-03-12Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway
2004-03-11Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-03-11Add explicit tests for division by zero to all user-accessible integerTom Lane
2000-01-04Match results with format from new psql.Thomas G. Lockhart
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-09-13Make tests match with modified error messages.Thomas G. Lockhart
1997-05-11Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart
1997-04-27Alot of regression test fixes, mainly to compensate for movingMarc G. Fournier
1997-04-05Add more expected.out resultsMarc G. Fournier