summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/int4.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-4/+4
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-041-0/+44
* Non-decimal integer literalsPeter Eisentraut2022-12-141-0/+92
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-091-0/+25
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-8/+2
* Clean up ancient test stylePeter Eisentraut2020-12-151-146/+146
* Expand tests for factorialPeter Eisentraut2020-06-181-12/+0
* Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed2020-01-251-0/+46
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-221-7/+7
* Add documentation and regression tests concerning rounding of numerics.Tom Lane2015-07-031-0/+20
* Upgrade src/port/rint.c to be POSIX-compliant.Tom Lane2015-03-251-0/+20
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-191-0/+21
* Attempt to fix breakage caused by signed integer conversion patch.Robert Haas2010-11-201-7/+7
* Speed up conversion of signed integers to C strings.Robert Haas2010-11-191-0/+13
* Remove outdated comments from the regression test files.Robert Haas2010-11-151-2/+0
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+16
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-1/+1
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-041-36/+46
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-7/+17
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-1/+1
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-3/+3
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-18/+0
* Match results with format from new psql.Thomas G. Lockhart2000-01-041-220/+233
* Fix error message to match that returned by new regression test referenceThomas G. Lockhart1999-04-151-1/+1
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* Add tests for unary minus.Thomas G. Lockhart1997-09-131-0/+24
* Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart1997-05-111-1/+0
* Added initial set of expected outputs for new regression testing.Thomas G. Lockhart1997-04-291-1/+1
* Alot of regression test fixes, mainly to compensate for movingMarc G. Fournier1997-04-271-1/+2
* Massive regression test patches from Thomas *woo hoo!*Marc G. Fournier1997-04-271-1/+1
* Add more expected.out resultsMarc G. Fournier1997-04-051-0/+278