age icon indicating copy to clipboard operation
age copied to clipboard

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.

Results 445 age issues
Sort by recently updated
recently updated
newest added

I created a point `SELECT * FROM ag_catalog.cypher('zjdata_graph', $$ CREATE (a:a {id:1,map:{name:'a'}}) RETURN id(a), properties(a) $$) as (id ag_catalog.agtype,properties ag_catalog.agtype)` results are as follows ![image](https://user-images.githubusercontent.com/69672009/178097627-e5741bb9-1c91-4185-8d18-d423ea2ccf4b.png) I modify the map property...

question

**Describe the bug** Can you confirm AGE is compliant with [opencypher spec v9](https://s3.amazonaws.com/artifacts.opencypher.org/openCypher9.pdf) ? CREATE (:Label1:Label2) not working **How are you accessing AGE (Command line, driver, etc.)?** - [e.g. JDBC]...

bug

In Travis CI, the test of the build with `gnu89` format was impossible, so we modify it.

When `WAGT_END_ARRAY` state, All elements within array already processed. so, `r` variable is not array anymore and `r->val.array` is uninitialized value. Therefore, this condition passes or fails randomly depending on...

Does Apache Age support cluster & distribution ?

question

You said that you will support pg13 in 2022 Q1,but now the Q1 is over and I can't see the support.

question

Fix and extend index tests as mentioned in https://github.com/apache/incubator-age/issues/45#issuecomment-1121484835

**Is your feature request related to a problem? Please describe.** I find it is difficult when I try to query a link list. I searched and found some useful cypher...

enhancement