summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/case.out
AgeCommit message (Expand)Author
2025-09-23Keep track of what RTIs a Result node is scanning.Robert Haas
2024-11-25Fix NULLIF()'s handling of read-write expanded objects.Tom Lane
2021-04-02Add support for NullIfExpr in eval_const_expressionsPeter Eisentraut
2020-12-15Clean up ancient test stylePeter Eisentraut
2018-10-30Fix interaction of CASE and ArrayCoerceExpr.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-11Improve expression evaluation test coverage.Andres Freund
2016-12-22Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane
2016-08-25Fix instability in parallel regression tests.Tom Lane
2016-08-08Fix two errors with nested CASE/WHEN constructs.Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2005-02-02Adjust constant-folding of CASE expressions so that the simple comparisonTom Lane
2005-01-17This trivial patch adds a regression test for CASE expressions that useNeil Conway
2004-12-01Change planner to use the current true disk file size as its estimate ofTom Lane
2003-02-16COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-01-06Update for new psql formatting.Thomas G. Lockhart
1999-05-06Update regress test for CASE to enable tests involving joins.Tom Lane
1999-02-23Add many new test cases.Thomas G. Lockhart
1998-12-04Include test for CASE expression.Thomas G. Lockhart