master
SQL Property Graph Queries (SQL/PGQ)
Fix format truncation issue from ECPG test
Make some ecpg test cases more robust against unexpected errors that happen during development. Test cases themselves should not hang or segfault.
ecpg: Fix out-of-bound writes due to processing of invalid bytea data
Prevent -Wstrict-prototypes and -Wold-style-definition warnings
Sync ECPG's CREATE TABLE AS statement with backend's.
Fix assorted bugs in ecpg's macro mechanism.
Always use the same way to addres a descriptor in ecpg's regression tests.
Remove unnecessary parentheses in return statements
Remove useless whitespace at end of lines
Add documentation and tests for quote marks in ECPG literal queries.
Implement PREPARE AS statement for ECPG.
Fix printf format string warning on MinGW.
Fix for loop variables
Make two-phase tests of ECPG and main suite more concurrent-proof