This is an automated email from the ASF dual-hosted git repository.
jgemignani pushed a change to branch PG16
in repository https://gitbox.apache.org/repos/asf/age.git
from b2d616dc Fix issue 1393 - previous clause variables not seen with
EXISTS (#1426)
add c1595842 Add support for chained expressions in CASE (#1431)
add a26d6a61 Fix issue 1219 - MERGE not seeing previous clause var (#1441)
No new revisions were added by this update.
Summary of changes:
regress/expected/cypher_merge.out | 110 ++++++++++++++++++
regress/expected/expr.out | 185 ++++++++++++++++++++++++++++++
regress/sql/cypher_merge.sql | 30 +++++
regress/sql/expr.sql | 95 +++++++++++++++
src/backend/nodes/cypher_outfuncs.c | 4 +
src/backend/optimizer/cypher_createplan.c | 10 +-
src/backend/optimizer/cypher_pathnode.c | 2 +-
src/backend/parser/cypher_clause.c | 68 ++++++++++-
src/backend/parser/cypher_expr.c | 23 ++++
src/backend/parser/cypher_gram.y | 5 +
src/include/nodes/cypher_nodes.h | 3 +
11 files changed, 525 insertions(+), 10 deletions(-)