summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/boolean.sql
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
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
2000-01-04Clean up syntax to use SQL92-ish type coersionThomas G. Lockhart
1997-12-01Adjust tests to reflect removal of time travel.Thomas G. Lockhart
1997-10-25Modify to reflect changes in boolean input behavior (rejects bad inputThomas G. Lockhart
1997-05-09From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1997-04-27Make these self-contained tests...they are testing types, so the tablesMarc G. Fournier
1997-04-05There are the broken out 'sql' queries from queries.sourceMarc G. Fournier