summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/expressions.out
AgeCommit message (Expand)Author
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
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
2020-09-10Add more tests for EXTRACT of date typePeter Eisentraut
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