summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/float8.sql
Commit message (Expand)AuthorAgeFilesLines
* Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway2005-02-111-0/+1
* Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway2004-04-231-1/+5
* 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/+8
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-7/+24
* This patch adds some missing functions for float8 math operations,Bruce Momjian2002-10-191-1/+10
* 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/+7
* Clean up syntax to use SQL92-ish type coersionThomas G. Lockhart2000-01-041-1/+3
* Here are some patches to fix up the regression tests so that the unionBruce Momjian1998-09-221-9/+26
* Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart1997-05-111-1/+0
* Make these self-contained tests...they are testing types, so the tablesMarc G. Fournier1997-04-271-1/+1
* Again, add more testsMarc G. Fournier1997-04-051-0/+104