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

Hi there, Quick intro - I'm Arthur Bigeard, the creator of [G.V()](https://gdotv.com), a graph database IDE compatible with many many graph databases. Apache AGE support has been a frequent request...

question

The file cypher_gram.c generates cypher_gram_def.h, which is directly necessary for cypher_parser.o and cypher_keywords.o and their respective .bc files. But that direct dependency is not reflected in the Makefile, which only...

master

**Describe the bug** When I execute a cypher statement for querying, an "unhandled function call" issue occurs. However, when I execute it the next time, it displays normally **How are...

bug

### Configuration AGE Version: `apache/age:latest` (pulled 2025-12-07) Operating System: WSL2 – Ubuntu 24.04.1 LTS Installation Method: Docker --- ### Steps to reproduce 1. Start AGE via Docker ``` docker run...

bug

**Describe the bug** Using PostgreSQL version 17.6, the release version of the age extension is PG17 v1.6.0. Calling `select * from coalesce(1, 0);` causes a segmentation fault. The stack trace...

bug

Hey! 👋 Just wondering if there are any plans to support [PostgreSQL 18.](https://www.postgresql.org/docs/release/18.0/) It was recently released and I’m curious if compatibility is on the roadmap or if there’s anything...

question

**Describe the bug** The Docker image `apache/age:release_PG17_1.6.0` contains 4 high security vulnerabilities, which poses a security risk when used in production environments. **How are you accessing AGE (Command line, driver,...

bug

**Describe the bug** In earlier versions, the + operator correctly concatenated data of different types. In v1.6.0 this operator returns an incorrect result. I couldn’t find any information about changes...

bug

**Describe the bug** A clear and concise description of what the bug is. **How are you accessing AGE (Command line, driver, etc.)?** - Python driver **What is the command that...

bug

**Describe the bug** Passing strings containing apostrophes/single quotes (') as parameters throws an error. There is a work around to get this working, however its unsustainable. **How are you accessing...

bug