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** load_labels_from_file produced duplicated graphId **How are you accessing AGE (Command line, driver, etc.)?** - psql **What data setup do we need to do?** ```pgsql SELECT * FROM...

bug
Stale

Added EmitWarningsOnPlaceholders("age") to warn when an undefined GUC parameter is set for a placeholder named "age". Warnings are issued when PostgreSQL starts and when SET statements are executed. When PostgreSQL...

PG14
Stale

Added EmitWarningsOnPlaceholders("age") to warn when an undefined GUC parameter is set for a placeholder named "age". Warnings are issued when PostgreSQL starts and when SET statements are executed. When PostgreSQL...

PG13
Stale

**Describe the bug** A clear and concise description of what the bug is. Code bug. Different declaration and definition of the function return parameter type **How are you accessing AGE...

bug

I came across some commands that throw errors in cypher.sql and I am not sure whether this is expected behavior or not. I am unsure whether this is okay because...

question

I have a AGE DB populated with the below vertex and edges, however age viewer takes several hours to load this. How to tune viewer to load this faster. nspdb=#...

question

**Describe the bug** I have a label "Game" on a node, I wanna change it to "game", but I tried REMOVE, I got an error: ```syntax error at or near...

bug

**Describe the bug** List comprehension in a WHERE clause causes server process to terminate with "signal 11: Segmentation fault" **How are you accessing AGE (Command line, driver, etc.)?** - Node.js/DBeaver/psql...

bug

Hello Age developers. I have a question regarding GraphQL service, that I could setup for our enterprise, to service Age Graph database via GraphQL front-end. Any suggestions or experience setting...

question

For all currently maintained branches and postgres / age versions, the behavior of the request ``` SELECT * FROM cypher('test_graph', $$ MATCH (v) WITH label(v) as vlabel RETURN vlabel $$)...

enhancement