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

**Describe the bug** I am trying to create an index on this expression- `agtype_access_operator(VARIADIC ARRAY[properties, '"knownForTitles"'::agtype])` to improve performance of a MATCH query containing `.. WHERE x.knownForTitles = ..`. My...

bug
override-stale

Hello! There's a question on AGE's discord server related to graph changes and how to track them. I wanted you guys opinion first so that I can give the right...

question

Simplify nested function for readability

PG12

Hello all, New to AGE, I've installed the latest AGE version and is working fine on PG15. But, when I try to install the java driver, I get an error....

question

**Describe the bug** AGE relies on implicit casting to smoothly implement PG-type booleans. AG types may be implicitly cast to a boolean type. This has proven to not be an...

bug

**Is your feature request related to a problem? Please describe.** Could be good add more list functions in AGE? **Describe the solution you'd like** there are a lot of functions...

enhancement

**Problem and My comments** - 'agtype' cannot cast to other Data Type 1. 'agtype' cannot cast to string like 'text'. It could only cast to 'varchar' - the error for...

bug

**Describe the bug** RETURN does not return a tuple of paths in its current syntax and form. **How are you accessing AGE (Command line, driver, etc.)?** - AGE ver. 1.4.0...

bug
feature request
override-stale

The latest release for PG15 is named [Release v1.4.0 for PG15](https://github.com/apache/age/releases/tag/PG15%2Fv1.4.0-rc0), but it’s created from the tag [PG15/v1.4.0-**rc0**](https://github.com/apache/age/releases/tag/PG15%2Fv1.4.0-rc0). So, is it an RC (Release Candidate) version or a final (stable)...

question