summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/float4.out
Commit message (Expand)AuthorAgeFilesLines
* 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