summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/int2.sql
AgeCommit message (Expand)Author
2015-07-03Add documentation and regression tests concerning rounding of numerics.Tom Lane
2015-03-25Upgrade src/port/rint.c to be POSIX-compliant.Tom Lane
2012-11-19Improve handling of INT_MIN / -1 and related cases.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-20Assorted further cleanup for integer-conversion patch.Tom Lane
2010-11-20Attempt to fix breakage caused by signed integer conversion patch.Robert Haas
2010-11-20Speed up conversion of signed integers to C strings.Robert Haas
2010-11-15Remove outdated comments from the regression test files.Robert Haas
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2004-10-04Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane
2004-03-11Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway
2000-01-04Clean up syntax to use SQL92-ish type coersionThomas G. Lockhart
1997-05-11Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart
1997-04-27Make these self-contained tests...they are testing types, so the tablesMarc G. Fournier
1997-04-05Again, add more testsMarc G. Fournier