index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
case.out
Age
Commit message (
Expand
)
Author
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2024-11-25
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2021-04-02
Add support for NullIfExpr in eval_const_expressions
Peter Eisentraut
2020-12-15
Clean up ancient test style
Peter Eisentraut
2018-10-30
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-11
Improve expression evaluation test coverage.
Andres Freund
2016-12-22
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-08-25
Fix instability in parallel regression tests.
Tom Lane
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2005-02-02
Adjust constant-folding of CASE expressions so that the simple comparison
Tom Lane
2005-01-17
This trivial patch adds a regression test for CASE expressions that use
Neil Conway
2004-12-01
Change planner to use the current true disk file size as its estimate of
Tom Lane
2003-02-16
COALESCE() and NULLIF() are now first-class expressions, not macros
Tom Lane
2000-09-12
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-01-06
Update for new psql formatting.
Thomas G. Lockhart
1999-05-06
Update regress test for CASE to enable tests involving joins.
Tom Lane
1999-02-23
Add many new test cases.
Thomas G. Lockhart
1998-12-04
Include test for CASE expression.
Thomas G. Lockhart