summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/int2.sql
Commit message (Expand)AuthorAgeFilesLines
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Assorted further cleanup for integer-conversion patch.Tom Lane2010-11-201-1/+1
* Attempt to fix breakage caused by signed integer conversion patch.Robert Haas2010-11-201-2/+2
* Speed up conversion of signed integers to C strings.Robert Haas2010-11-191-0/+4
* Remove outdated comments from the regression test files.Robert Haas2010-11-151-2/+0
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-1/+1
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-041-0/+9
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-6/+10
* Clean up syntax to use SQL92-ish type coersionThomas G. Lockhart2000-01-041-23/+23
* 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-2/+1
* Again, add more testsMarc G. Fournier1997-04-051-0/+77