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

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


    from 005eb05  Implement CALL ...[YIELD] for cypher functions. (#630)
     new fd49347  Graph names with empty string '' are no more allowed. (#251)
     new 99afc88  Updated drivers, minor docs fixes
     new 3c65ec8  Fix Bug with CALL... YIELD clause ignores WHERE
     new 100bbc1  Fix EXPLAIN to allow for nested cypher commands
     new d91a632  Fix delete_global_graphs
     new 423ce19  add regression tests for delete_global_graphs (#336)
     new 1a50ded  Invalid labels now return NULL
     new 2d875a8  Update CONTRIBUTING.md (#348)
     new b533a1c  Add license header
     new 0f3fd0c  Fix null pointer on name compare (#376)
     new 7d3b89a  Fix Travis CI warning message
     new 20ffc26  Fix Travis CI warning message
     new 1cb098c  Regression tests for age_global_graph (#341)
     new 5c1e483  Readme Added for AGE-JDBC-Driver (#383)

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTING.md                                |  32 ++-
 Makefile                                       |   1 +
 README.md                                      |  17 +-
 drivers/jdbc/README.md                         |  98 ++++++++++
 regress/expected/age_global_graph.out          | 258 +++++++++++++++++++++++++
 regress/expected/age_load.out                  |  18 ++
 regress/expected/catalog.out                   |   6 +-
 regress/expected/cypher_call.out               |  51 +++++
 regress/expected/cypher_match.out              |  48 +++--
 regress/expected/index.out                     |  18 ++
 regress/sql/age_global_graph.sql               | 102 ++++++++++
 regress/sql/age_load.sql                       |  19 ++
 regress/sql/catalog.sql                        |   2 +-
 regress/sql/cypher_call.sql                    |  10 +
 regress/sql/cypher_match.sql                   |   8 +
 regress/sql/index.sql                          |  19 ++
 regress/sql/{cypher_with.sql => issue_369.sql} |  17 +-
 src/backend/commands/graph_commands.c          |  11 +-
 src/backend/parser/cypher_analyze.c            | 117 +++++++----
 src/backend/parser/cypher_clause.c             | 230 +++++++++++++++++-----
 src/backend/parser/cypher_transform_entity.c   |   9 +-
 src/backend/utils/adt/age_global_graph.c       |   3 +-
 src/backend/utils/adt/age_vle.c                |   7 +-
 23 files changed, 975 insertions(+), 126 deletions(-)
 create mode 100644 drivers/jdbc/README.md
 create mode 100644 regress/expected/age_global_graph.out
 create mode 100644 regress/sql/age_global_graph.sql
 copy regress/sql/{cypher_with.sql => issue_369.sql} (62%)

Reply via email to