summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/int2.sql
AgeCommit message (Expand)Author
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2015-07-03Add documentation and regression tests concerning rounding of numerics.Tom Lane
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
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
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-05-19Updated regression tests.Mason Sharp
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