postgraph icon indicating copy to clipboard operation
postgraph copied to clipboard

All in One Graph Extension for Postgres

Results 216 postgraph issues
Sort by recently updated
recently updated
newest added

Create the logic to transform the Match Node with the Mandatory Flag.

enhancement

Create the Custom Execution Node that handles Mandatory Match in the Execution Phase.

enhancement

Add the Madandatory Keyword to the grammar

enhancement

Support the bytea datatype, this type is used in most of the cryptographic functions that we will use.

enhancement
Functionality

PostGraph calls some linuz only functions, need to remove that and create a Windows installer

enhancement

Create the homebrew formula to allow PostGraph to be used on macOS. Need to develop a website first

enhancement

When PostGraph was renamed from AGE, the Docker files were not updated, need to update these and create a docker account to host the docker container

bug
enhancement
maintenance

The Merge node needs to be able to hide what it inserts from previous clauses and see what it inserts itself. To accomplish this we need a second custom execution...

bug

The Merge Clause should only use two command ids per execution node, not incrementing per row.

bug

The Delete clause should only use one Command Id per execution node. Not one command id per row.

bug