summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/int4.sql
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix breakage caused by signed integer conversion patch.Robert Haas2010-11-201-3/+3
* 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
* 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/+18
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-8/+12
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-7/+0
* Clean up syntax to use SQL92-ish type coersionThomas G. Lockhart2000-01-041-30/+30
* Add a few tests for unary minus syntax.Thomas G. Lockhart1997-09-131-1/+10
* 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/+105