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

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


    from eb1bf6fb Fix build warnings (#709)
     add 5ee637d4 Issue #388 - Fix python driver build from source (#389)
     add 8b8ad5fe Updated files for PG12 AGE release to 1.1.1
     add 2f85a37f Updated and added files for PG12 AGE release to 1.1.1
     add 7da8a0e7 Update README.md (#565)
     add 005eb05c Implement CALL ...[YIELD] for cypher functions. (#630)
     add fd49347a Graph names with empty string '' are no more allowed. (#251)
     add 99afc886 Updated drivers, minor docs fixes
     add 3c65ec81 Fix Bug with CALL... YIELD clause ignores WHERE
     add 100bbc19 Fix EXPLAIN to allow for nested cypher commands
     add d91a6325 Fix delete_global_graphs
     add 423ce19b add regression tests for delete_global_graphs (#336)
     add 1a50dedf Invalid labels now return NULL
     add 2d875a8a Update CONTRIBUTING.md (#348)
     add b533a1c8 Add license header
     add 0f3fd0c9 Fix null pointer on name compare (#376)
     add 7d3b89ae Fix Travis CI warning message
     add 20ffc26c Fix Travis CI warning message
     add 1cb098c7 Regression tests for age_global_graph (#341)
     add 5c1e483b Readme Added for AGE-JDBC-Driver (#383)
     add b2d695c2 Changed volatility category of functions age_atan2, 
age_degrees, age_radians from STABLE to IMMUTABLE (#412)
     add 991f5282 Changed age_split, age_replace, age_sin from STABLE TO 
IMMUTABLE (#402)
     add 0c4a50ea Modified the Volatility Category of functions age_asin and 
age_acos from STABLE TO IMMUTABLE (#404)
     add cbd84c35 Changed age_head, age_last and age_properties to IMMUTABLE 
(#406)
     add ab44d0c1 Changed age_id, age_start_id and age_end_id function 
signatures to IMMUTABLE (#405)
     add ab370c64 Changed age_sqrt & age_floor volatility to IMMUTABLE (#411)
     add 98818375 Changed volatility types of age_substring, age_left and 
age_right to IMMUTABLE from STABLE (#408)
     add 436e2bef Changed age_cos, age_tan and age_cot to Immutable from Stable 
(#409)
     add bf2fd10d agtype_typecast funcs changed to immutable (#407)
     add c7ef62e9 Changed volatility category of age_rtrim,age_ltrim,age_trim 
(#410)
     add 53190afa Changed the definition of graphid_eq, graphid_ne, and 
graphid_lt from Stable to Immutable (#415)
     add f4d61c9e Fix function signature (age_length, age_toboolean, 
age_tofloat) from stable to immutable (#416)
     add 835e439a Changed Volatility of agtype_typecase_path (#417)
     add 59dfcbdb string reverse change Stable to immutable (#419)
     add e04ba685 Changed the volatility of String function age_toupper() : 
from STABLE to IMMUTABLE (#420)
     add a1729e0b Changed the volatility of String function age_tolower() (#421)
     add d3d81357 typecast_vertex and typecast_edge functions volatility 
changed from STABLE to IMMUTABLE (#425)
     add 7d44cbf2 Update age_log10, age_e, age_exp  VOLATILITY Classes (#427)
     add d9908358 Modified the volatility of functions age_atan, age_round and 
age_ceil to IMMUTABLE (#424)
     add acecd5b3 Change volatility category of range(), unnest(). (#418)
     add 4b5df4f8 Updated volatility information of function 
age_tointeger(),age_tostring(),age_size() (#434)
     add f4be1bab Fix bug #339 - entities in WHERE clause have wrong Expr (#391)
     add d0738b0e create complete graph function (#342) (#662)
     add f77e9f00 Issue 317: Graph naming convention (#349)
     add bdb7f177 Fixed typos at multiple locations (#470)
     add 46566204 Update SET clause to support assigning a map to a variable 
(#468)
     add bf512f7f Patch to address PR 203 that appears to be inactive. (#671)
     add f73b16f4 Added some comments for create_graph function (#582)
     add 8956e65b Optimize age_exists function (#586)
     add 8351fdae Implement plus-equal operator in SET clause (#638)
     add bc9eb17f Implement CI test for python driver (#587)
     add 0652ac1f Update readme (#649)
     add 08dc623f Update Readme (#650)
     add 05039fe3 Add video links (#634)
     add b24cd9a5 Update README.md (#651)
     add 26105795 Move from travis CI to github actions for build (#673)
     add 64ab297e Update python driver CI to run on every PR/commit (#686)
     add e7bd40b8 Update go driver CI to run on every PR/commit (#685)
     add c042b320 Update README.md (#705)
     add 888d0fa8 Updated Readme for drivers folder (#642)
     add f6fccd8c Removed async from function definitions (#680)
     add a9099c9b Barbell graph generation (#648)
     add 30d20c4a UPDATED Python Driver ANTLR 4.9.3 -> 4.11.1 (#706)
     add ceebd754 Fix WITH ignoring WHERE clause (#646)
     add fb954724 Implement isEmpty() predicate function (#710)
     add 0631b5a9 Barbell regress tests (#708)
     add eda403d6 Fix cypher function input argument checks (issue #718)
     add 0f9c8958 Fix Issue #693 - server termination from return exists(path) 
(#721)
     add 1123878a Update regression tests for cypher_with (#725)
     add 9fefd365 Fix issue #733 - create_complete_graph() terminates the 
server (#734)
     add 8102847d Prevent MATCH from following OPTIONAL MATCH (#740)
     add 87a7d109 Fix property constraints against resolved variables in 
concurrent MATCH clauses(#701) (#747)
     add e7e8c98d Fix property constraints against resolved variables (#724) 
(#751)
     add 15ea6787 Include invalid labels in reused variables. (#751) (#762)
     new 126d3b0c Merge branch 'PG12' into PG13

The 1 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:
 .github/workflows/go-driver.yml          |   6 +-
 .github/workflows/installcheck.yml       |   2 +-
 .github/workflows/python-driver.yaml     |   6 +-
 .gitignore                               |   2 +
 README.md                                | 270 ++++++++++++--
 age--1.1.1.sql                           |  21 ++
 drivers/README                           |   5 +
 drivers/nodejs/README.md                 |   4 +
 drivers/nodejs/test/Agtype.test.ts       |   8 +-
 drivers/python/age/gen/AgtypeLexer.py    | 153 ++++----
 drivers/python/age/gen/AgtypeListener.py |   3 +-
 drivers/python/age/gen/AgtypeParser.py   | 100 +++--
 drivers/python/age/gen/AgtypeVisitor.py  |   3 +-
 drivers/python/antlr/README.md           |  14 +-
 drivers/python/setup.py                  |   2 +-
 regress/expected/analyze.out             |   5 +
 regress/expected/catalog.out             |   2 +-
 regress/expected/cypher_match.out        | 616 ++++++++++++++++++++++++++++++-
 regress/expected/cypher_merge.out        |  40 +-
 regress/expected/cypher_with.out         | 317 +++++++++++++++-
 regress/expected/graph_generation.out    | 119 ++++++
 regress/sql/analyze.sql                  |   4 +
 regress/sql/cypher_match.sql             | 240 +++++++++++-
 regress/sql/cypher_with.sql              | 204 +++++++++-
 regress/sql/graph_generation.sql         |  35 ++
 src/backend/catalog/ag_label.c           |  15 +
 src/backend/parser/cypher_analyze.c      |   9 +
 src/backend/parser/cypher_clause.c       | 335 ++++++++++++-----
 src/backend/parser/cypher_expr.c         |  16 +-
 src/backend/utils/adt/agtype.c           |  81 ++++
 src/backend/utils/graph_generation.c     | 179 ++++++++-
 src/backend/utils/load/age_load.c        |  15 +-
 src/include/catalog/ag_label.h           |   2 +
 33 files changed, 2509 insertions(+), 324 deletions(-)

Reply via email to