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

**Is your feature request related to a problem? yes, I want to use the geometry type of postgis directly as a vertex and create an index for it **Describe the...

enhancement

**Describe the bug** While evaluating the inequality between an edge and a path, it appears that the orderability is totally bypassed and true/false is returned based on the sign of...

bug

I found a bug using my cypher fuzzer. When running the following query against an empty database: ``` MERGE n0 = (:A)-[:B{n1:0}]->(x:C)-[:D]->(x)-[:E]->(x)(y:I{n5:0})(x)-[:E]->(x)(y:I{n5:0})

bug

Hello, everyone. I'd like to have an agtype to jsonb conversion, so I would be able to write less complicated sql or use Postgresql drivers. It was mentioned in docs...

enhancement

release
upgrade
postgreSQL
Abondoned

Removed the Inno Installer scripts and assets.

This is a combined PR of @sarthak-19 and @AhmarZaidi for making install builder XML script including pre, build, and post build actions.

Included assets like images, dll, and Readme Instructions for making installer from bitrock XML script

**Describe the bug** CREATE and MERGE functions are throwing exceptions. **How are you accessing AGE (Command line, driver, etc.)?** - DBeaver **What is the command that caused the error?** ```pgsql...

bug

When running the following query: ```cypher MERGE () MERGE n0 = () ``` I encountered the following error: ``` pq: argument 1 must not be null ``` I believe the...

bug