summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/expressions.out
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-12/+12
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-12/+12
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-12/+12
* 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/+30
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-1/+1
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-72/+1
* Fix failure to validate the result of select_common_type().Tom Lane2022-01-291-0/+30
* Ensure casting to typmod -1 generates a RelabelType.Tom Lane2021-12-161-0/+36
* Don't elide casting to typmod -1.Tom Lane2021-08-061-0/+37
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-071-0/+84
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-081-0/+118
* Add more tests for EXTRACT of date typePeter Eisentraut2020-09-101-2/+2
* Add some test cases to improve test coverage of parse_expr.c.Tom Lane2019-07-051-1/+84
* Improve expression evaluation test coverage.Andres Freund2017-03-111-0/+77