postgresql/src/bin
Peter Eisentraut 2f094e7ac6 SQL Property Graph Queries (SQL/PGQ)
Implementation of SQL property graph queries, according to SQL/PGQ
standard (ISO/IEC 9075-16:2023).

This adds:

- GRAPH_TABLE table function for graph pattern matching
- DDL commands CREATE/ALTER/DROP PROPERTY GRAPH
- several new system catalogs and information schema views
- psql \dG command
- pg_get_propgraphdef() function for pg_dump and psql

A property graph is a relation with a new relkind RELKIND_PROPGRAPH.
It acts like a view in many ways.  It is rewritten to a standard
relational query in the rewriter.  Access privileges act similar to a
security invoker view.  (The security definer variant is not currently
implemented.)

Starting documentation can be found in doc/src/sgml/ddl.sgml and
doc/src/sgml/queries.sgml.

Author: Peter Eisentraut <peter@eisentraut.org>
Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Reviewed-by: Junwang Zhao <zhjwpku@gmail.com>
Reviewed-by: Ajay Pal <ajay.pal.k@gmail.com>
Reviewed-by: Henson Choi <assam258@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/a855795d-e697-4fa5-8698-d20122126567@eisentraut.org
2026-03-16 10:14:18 +01:00
..
initdb Be more wary of false matches in initdb's replace_token(). 2026-03-05 17:22:31 -05:00
pg_amcheck Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_archivecleanup Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_basebackup Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_checksums Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_combinebackup Prevent restore of incremental backup from bloating VM fork. 2026-03-09 06:45:32 -04:00
pg_config Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_controldata Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_ctl Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_dump SQL Property Graph Queries (SQL/PGQ) 2026-03-16 10:14:18 +01:00
pg_resetwal Fix variety of typos and grammar mistakes 2026-02-24 13:26:37 +09:00
pg_rewind Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_test_fsync Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_test_timing Update copyright for 2026 2026-01-01 13:24:10 -05:00
pg_upgrade Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_verifybackup Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pg_waldump pg_waldump: Remove file-level global WalSegSz. 2026-01-27 08:33:20 -05:00
pg_walsummary Fix accidentally cast away qualifiers 2026-01-26 16:02:31 +01:00
pgbench Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
pgevent Update copyright for 2026 2026-01-01 13:24:10 -05:00
psql SQL Property Graph Queries (SQL/PGQ) 2026-03-16 10:14:18 +01:00
scripts Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2026-02-27 18:59:41 +09:00
Makefile Update copyright for 2026 2026-01-01 13:24:10 -05:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00