aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/int8.sql
Commit message (Expand)AuthorAge
* Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane2024-09-26
* Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed2023-11-09
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-28
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-04
* Non-decimal integer literalsPeter Eisentraut2022-12-14
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-09
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-08
* Clean up ancient test stylePeter Eisentraut2020-12-15
* Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed2020-01-25
* Add documentation and regression tests concerning rounding of numerics.Tom Lane2015-07-03
* Upgrade src/port/rint.c to be POSIX-compliant.Tom Lane2015-03-25
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-19
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Attempt to fix breakage caused by signed integer conversion patch.Robert Haas2010-11-20
* Speed up conversion of signed integers to C strings.Robert Haas2010-11-19
* Remove some unportable testsPeter Eisentraut2008-10-05
* Additional test coverage for int8 type (int8.c)Peter Eisentraut2008-10-05
* Add regression test to see if the min/max values of int8 convert correctly.Tom Lane2005-12-05
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-04
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-11
* Change float8-to-int8 conversion to round to nearest, rather thanTom Lane2001-01-26
* Update create_rule manual page.Bruce Momjian2000-04-07
* Hi,Bruce Momjian2000-03-08
* Clean up syntax to use SQL92-ish type coersionThomas G. Lockhart2000-01-04
* Include tests for new 8-byte integer.Thomas G. Lockhart1998-07-08