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