You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On branch master_PG12 modified the following files -
modified: src/backend/executor/cypher_set.c
modified: src/backend/parser/cypher_clause.c
modified: src/backend/utils/adt/agtype.c
modified: src/backend/utils/adt/graphid.c
modified: age--1.3.0.sql
modified: regress/expected/catalog.out
modified: regress/sql/catalog.sql
modified: src/backend/nodes/cypher_readfuncs.c
modified: src/include/nodes/cypher_nodes.h
These files were modified from specifying PG12 to
specifying the master. Mostly related to the CI flow -
modified: .github/workflows/installcheck.yaml
modified: META.json
modified: drivers/docker-compose.yml
modified: drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/BaseDockerizedTest.java
Copy file name to clipboardExpand all lines: META.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
"name": "ApacheAGE",
3
3
"abstract": "Apache AGE is a PostgreSQL Extension that provides graph database functionality",
4
4
"description": "Apache AGE is a PostgreSQL Extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine's fork of PostgreSQL 10, AgensGraph, which is a multi-model database. The goal of the project is to create single storage that can handle both relational and graph model data so that users can use standard ANSI SQL along with openCypher, the Graph query language. A graph consists of a set of vertices (also called nodes) and edges, where each individual vertex and edge possesses a map of properties. A vertex is the basic object of a graph, that can exist independently of everything else in the graph. An edge creates a directed connection between two vertices. A graph database is simply composed of vertices and edges. This type of database is useful when the meaning is in the relationships between the data. Relational databases can easily handle direct relationships, but indirect relationships are more difficult to deal with in relational databases. A graph database stores relationship information as a first-class entity. Apache AGE gives you the best of both worlds, simultaneously.",
5
-
"version": "1.1.0",
5
+
"version": "1.3.0",
6
6
"maintainer": [
7
7
"users@age.apache.org"
8
8
],
9
9
"license": "apache_2_0",
10
10
"provides": {
11
11
"ApacheAGE": {
12
12
"abstract": "Apache AGE is a PostgreSQL Extension that provides graph database functionality",
0 commit comments