This is an automated email from the ASF dual-hosted git repository.

jgemignani pushed a change to branch PG11
in repository https://gitbox.apache.org/repos/asf/age.git


    from 1a703285 Fix property constraints against resolved variables in 
concurrent MATCH clauses(#701) (#747)
     add 69fe2528 Added some comments for create_graph function (#582)
     add 2a233e3e Optimize age_exists function (#586)
     add cbde5802 Implement plus-equal operator in SET clause (#638)
     add 57ee011d Implement CI test for python driver (#587)
     add bc1d15c8 Update readme (#649)
     add 4988b1bf Update Readme (#650)
     add 96226565 Add video links (#634)
     add 47ddb82f Update README.md (#651)
     add 33590ca4 Move from travis CI to github actions for build (#676)
     add 63d5b105 Fix golang driver workflow (#563)
     add e87a8443 Updated Readme for drivers folder (#642)
     add 66c3ca68 Implement CI test for jdbc driver (#665)
     add cf87827e Update Go driver CI to run on every PR/commit (#683)
     add 74eef31c Removed async from function definitions (#680)
     add 1af3f44c Update python driver CI to run on every PR/commit (#684)
     add 7628c85e Barbell graph generation (#648)
     add a4df471c UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
     add 33401707 Modify docker url for JDBC driver tests (#716)
     add 67f519f8 Fix WITH ignoring WHERE clause (#646)
     add 6e8836b1 Implement isEmpty() predicate function (#710)
     add 49ae33ad Barbell regress tests (#708)
     add 7ae6db23 Fix cypher function input argument checks (issue #718)
     add fbed4731 Fix Issue #693 - server termination from return exists(path) 
(#721)
     add b09160fd Implemented CI test for nodejs driver (#720)
     add debe3984 Update regression tests for cypher_with (#725)
     add 377e1d71 Fix issue #733 - create_complete_graph() terminates the 
server (#734)
     add 7a85e832 Prevent MATCH from following OPTIONAL MATCH (#740)
     add 16d9c088 Remove check for scalar agtypes in unwind (#736)
     add c5967574 Fix property constraints against resolved variables in 
concurrent MATCH clauses(#701) (#747)
     add d0c91c64 Merge branch 'master' of https://github.com/apache/age
     add 0ef2dc27 Fix property constraints against resolved variables (#724) 
(#751)
     add b7fc3898 Update CIs to pull age image from corresponding pg version 
tag (#757)
     add 86d3b825 Fix python driver CI (#760)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/go-driver.yml                    |  26 ++++-
 .github/workflows/jdbc-driver.yaml                 |  20 +++-
 .github/workflows/nodejs-driver.yaml               |  20 +++-
 .github/workflows/python-driver.yaml               |  20 +++-
 drivers/docker-compose.yml                         |   2 +-
 .../org/apache/age/jdbc/BaseDockerizedTest.java    |   7 +-
 regress/expected/cypher_match.out                  | 118 +++++++++++++++++++--
 regress/sql/cypher_match.sql                       |  40 +++++--
 src/backend/parser/cypher_clause.c                 |  68 ++++++++----
 9 files changed, 272 insertions(+), 49 deletions(-)

Reply via email to