summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/boolean.out
AgeCommit message (Expand)Author
2024-01-31Add tests for int4_bool() in int.cMichael Paquier
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2020-12-15Clean up ancient test stylePeter Eisentraut
2018-03-13Expand AND/OR regression tests around NULL handling.Andres Freund
2017-03-11Improve expression evaluation test coverage.Andres Freund
2013-04-20Clean up references to SQL92Peter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2009-03-09Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut
2008-10-05Additional test coverage for boolean type (bool.c)Peter Eisentraut
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-06-01Allow leading and trailing whitespace in the input to the booleanNeil Conway
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2000-01-04Match results with format from new psql.Thomas G. Lockhart
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-12-01Adjust output to reflect changes in tests.Thomas G. Lockhart
1997-11-07Change error message for rejected input.Thomas G. Lockhart
1997-10-25Modify to reflect changes in boolean input behavior (rejects bad inputThomas G. Lockhart
1997-05-09From: Keith Parks <[email protected]>Marc G. Fournier
1997-04-27Alot of regression test fixes, mainly to compensate for movingMarc G. Fournier
1997-04-27Massive regression test patches from Thomas *woo hoo!*Marc G. Fournier
1997-04-05These are the broken down 'expected.output' files created so farMarc G. Fournier