summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/oid.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-16/+16
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-141-0/+62
* Clean up ancient test stylePeter Eisentraut2020-12-151-53/+53
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+20
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-1/+1
* Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway2005-02-111-2/+4
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-4/+34
* Emit a warning when an empty string is input to the oid, float4, andNeil Conway2004-03-041-9/+4
* Improve the consistency of the error message emitted when rejectingNeil Conway2004-02-181-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-2/+2
* Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane2000-11-211-44/+51
* Match results with format from new psql.Thomas G. Lockhart2000-01-041-49/+53
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-1/+1
* Alot of regression test fixes, mainly to compensate for movingMarc G. Fournier1997-04-271-0/+1
* Add more expected.out resultsMarc G. Fournier1997-04-051-0/+63