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

This PR adds additional variables to a node and edge during the transform node/edge phase, provided that a variable was specified for the node or edge. These additional variables are...

master
override-stale

**Is your feature request related to a problem? Please describe.** When using Apache AGE with database clients that do not default to autocommit (e.g., psycopg, JDBC), the extension requires an...

enhancement

**Describe the bug** create … with … The execution plan of match is abnormal. **How are you accessing AGE (Command line, driver, etc.)?** - Command line **What data setup do...

bug