summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/float8.out
Commit message (Expand)AuthorAgeFilesLines
* Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane2005-06-081-2/+2
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-4/+4
* Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway2005-02-111-0/+2
* Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway2004-04-231-1/+18
* Update the float8 regression tests: they should now pass on FreeBSD 4.xNeil Conway2004-03-241-5/+5
* 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/+49
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-7/+7
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-9/+9
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-111-1/+1
* This patch adds some missing functions for float8 math operations,Bruce Momjian2002-10-191-1/+34
* Convert float8 regress test to use exp() and ln() instead of ':' andTom Lane2000-03-201-4/+4
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+19
* Match results with format from new psql.Thomas G. Lockhart2000-01-041-164/+176
* Improper addition of NaN/Infinity recognition to float8in()Tom Lane1999-01-241-4/+4
* Change exp() behavior to generate error on underflow ratherTom Lane1998-11-291-9/+1
* Here are some patches to fix up the regression tests so that the unionBruce Momjian1998-09-221-8/+24
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-9/+9
* Make tests match with modified error messages.Thomas G. Lockhart1997-09-131-14/+8
* Use error message syntax consistant with other messages from the sameThomas G. Lockhart1997-06-031-1/+1
* Changed 1943 to 1947 to fix, other cleanups.Bruce Momjian1997-06-011-1/+8
* 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/+225