summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/float4.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-4/+4
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-091-0/+25
* Clean up ancient test stylePeter Eisentraut2020-12-151-94/+94
* Remove underflow error in float division with infinite divisor.Tom Lane2020-11-041-0/+6
* Make floating-point "NaN / 0" return NaN instead of raising an error.Tom Lane2020-07-201-0/+6
* Improve coverage of utils/float.hMichael Paquier2019-08-281-0/+8
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-241-3/+6
* Remove a stray subnormal value from float tests.Andrew Gierth2019-02-131-3/+1
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-76/+580
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-131-4/+132
* Fix float-to-integer coercions to handle edge cases correctly.Tom Lane2018-11-231-0/+49
* Revert "Test conversion of NaN between float4 and float8."Tom Lane2018-05-051-12/+0
* Test conversion of NaN between float4 and float8.Tom Lane2018-04-201-0/+12
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane2010-02-271-0/+6
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+30
* Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is aBruce Momjian2007-01-021-9/+13
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-3/+3
* Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway2005-02-111-0/+2
* Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway2004-03-121-0/+30
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-3/+40
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-4/+4
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-4/+4
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-111-1/+1
* Match results with format from new psql.Thomas G. Lockhart2000-01-041-105/+111
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Make tests match with modified error messages.Thomas G. Lockhart1997-09-131-9/+5
* Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart1997-05-111-1/+0
* Alot of regression test fixes, mainly to compensate for movingMarc G. Fournier1997-04-271-0/+1
* Add more expected.out resultsMarc G. Fournier1997-04-051-0/+148