summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/expressions.sql
Commit message (Expand)AuthorAgeFilesLines
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-1/+1
* Fix typos in comments, code and documentationMichael Paquier2023-01-031-1/+1
* Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier2022-12-301-1/+6
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-1/+1
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-30/+1
* Fix failure to validate the result of select_common_type().Tom Lane2022-01-291-0/+16
* Ensure casting to typmod -1 generates a RelabelType.Tom Lane2021-12-161-0/+16
* Don't elide casting to typmod -1.Tom Lane2021-08-061-0/+21
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-071-0/+30
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-081-0/+85
* Add some test cases to improve test coverage of parse_expr.c.Tom Lane2019-07-051-1/+32
* Improve expression evaluation test coverage.Andres Freund2017-03-111-0/+36