index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
expressions.out
Age
Commit message (
Expand
)
Author
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
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
2020-09-10
Add more tests for EXTRACT of date type
Peter Eisentraut
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