summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/int2.sql
AgeCommit message (Expand)Author
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Non-decimal integer literalsPeter Eisentraut
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2022-05-18Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2020-12-15Clean up ancient test stylePeter Eisentraut
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