age
age copied to clipboard
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
AGE on PostgreSQL Extension Network (PGXN) is outdated. The last release on the website is 1.1.0, and the description (including the README) is stale. Do you think this can be...
unaliased match clause would give incorrect results in count because the node wasn't being added to the join tree. Fixed it by adding unaliased match clauses with valid label names...
### What I did Created a workflow to ensure that any files touched or created by PR or commit is meeting the code formatting standard/rules defined in `.clang-format`. I used...
## Instruction Added - Run docker container - Access CLI for age container - Access Postgres shell ## Removed - Unnecessary new line in previous bash command
Added Cycle Graph Function in the graph_generation.c file.
Added some sample code for the **AGE-JDBC** driver. The sample code includes. * Making a Connection with the PG server * Loading AGE * Creating Graphs * Querying Graphs *...
Refactor code for writing to the "buf" variable, also simplified some "while" loops to "for" loops, and some "if-else" statements were modified to be "conditional expressions" (ternary operator).
Implemented explicit integer conversion to boolean in both toBoolean and toBooleanList functions. Also made corresponding changes to regression tests and broke long lines to adhere to the 79-column line length...
Changes made in order to reduce redundancy on calling `load_edges_from_file` and `load_labels_from_file`, so calling `create_vlabel` and `create_elabel` before loading a csv file is not needed anymore. Updated regression tests. ####...