summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/int8.sql
Commit message (Expand)AuthorAgeFilesLines
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-11/+11
* 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 some unportable testsPeter Eisentraut2008-10-051-5/+0
* Additional test coverage for int8 type (int8.c)Peter Eisentraut2008-10-051-4/+130
* Add regression test to see if the min/max values of int8 convert correctly.Tom Lane2005-12-051-0/+6
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-1/+1
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-041-0/+1
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-2/+11
* Change float8-to-int8 conversion to round to nearest, rather thanTom Lane2001-01-261-1/+0
* Update create_rule manual page.Bruce Momjian2000-04-071-1/+1
* Hi,Bruce Momjian2000-03-081-0/+28
* Clean up syntax to use SQL92-ish type coersionThomas G. Lockhart2000-01-041-0/+1
* Include tests for new 8-byte integer.Thomas G. Lockhart1998-07-081-0/+27