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 533 age issues
Sort by recently updated
recently updated
newest added

The driver seems to use newer psycopg instead of old psycopg2. And, found non-quoted parameters in the sample, age.connect()

master

**Is your feature request related to a problem? Please describe.** Is there any chance that FreeBSD will ever be supported? **Describe the solution you'd like** I tried building it on...

enhancement

There's a lot of (excellent looking!) unreleased work on master but the last release was back in Jan, is there plans for a new release anytime soon?

question

"where is not null" statement in this query causes postgres to crash with the following error: "server process (PID 327) was terminated by signal 11: Segmentation fault" ``` SELECT *...

bug
override-stale

i am trying to use the pipe operator similarly to: https://neo4j.com/docs/cypher-manual/current/clauses/match/#match-on-multiple-rel-types MATCH (wallstreet {title: 'Wall Street'})

bug

**Is your feature request related to a problem? Please describe.** Different companies have rules and standards about where they install extensions. As a result, most extensions support `CREATE EXTENSION SCHEMA...

enhancement

### 🔍 Performance Optimization for Multi-Hop Traversal in Apache AGE Context: We are currently using Apache AGE and have the following graph structure: ``` (:A)-[:HAS_Y]->(:Y) (:A)-[:HAS_Z]->(:Z) (:A)-[:HAS_D]->(:D) ``` (similar for...

question

Fixes #2164 1. In PostgreSQL 18, TupleDescAttr is now used to access ScanTuple->tts_tupleDescriptor->attrs since attrs is now replaced by compact_attrs to save on memory in PostgreSQL 18. In PostgreSQL 16,...

master

When merging nodes or edges concurrently, there is label with the same name created by different session. However, checking whether the label exists cannot be guaranteed consistency. This commit add...

master