summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/expressions.sql
AgeCommit message (Expand)Author
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2022-12-30Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2021-12-16Ensure casting to typmod -1 generates a RelabelType.Tom Lane
2021-08-06Don't elide casting to typmod -1.Tom Lane
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
2019-07-06Add some test cases to improve test coverage of parse_expr.c.Tom Lane
2017-03-11Improve expression evaluation test coverage.Andres Freund