=== Applying patches on top of PostgreSQL commit ID 18954ce7f69b0a4725b1cf1845ed5fd3874e2a92 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./0001-WIP-SQL-Property-Graph-Queries-SQL-PGQ-20241122.patch patching file doc/src/sgml/catalogs.sgml patching file doc/src/sgml/ddl.sgml patching file doc/src/sgml/features.sgml patching file doc/src/sgml/func.sgml Hunk #1 succeeded at 26032 (offset -8 lines). patching file doc/src/sgml/information_schema.sgml patching file doc/src/sgml/keywords/sql2023-16-nonreserved.txt patching file doc/src/sgml/keywords/sql2023-16-reserved.txt patching file doc/src/sgml/queries.sgml patching file doc/src/sgml/ref/allfiles.sgml patching file doc/src/sgml/ref/alter_extension.sgml patching file doc/src/sgml/ref/alter_property_graph.sgml patching file doc/src/sgml/ref/comment.sgml patching file doc/src/sgml/ref/create_property_graph.sgml patching file doc/src/sgml/ref/drop_property_graph.sgml patching file doc/src/sgml/ref/grant.sgml patching file doc/src/sgml/ref/psql-ref.sgml patching file doc/src/sgml/ref/revoke.sgml patching file doc/src/sgml/ref/security_label.sgml patching file doc/src/sgml/ref/select.sgml patching file doc/src/sgml/reference.sgml patching file src/backend/catalog/aclchk.c patching file src/backend/catalog/dependency.c patching file src/backend/catalog/information_schema.sql patching file src/backend/catalog/objectaddress.c patching file src/backend/catalog/pg_class.c patching file src/backend/catalog/sql_features.txt patching file src/backend/commands/Makefile patching file src/backend/commands/alter.c patching file src/backend/commands/dropcmds.c patching file src/backend/commands/event_trigger.c patching file src/backend/commands/meson.build patching file src/backend/commands/propgraphcmds.c patching file src/backend/commands/seclabel.c patching file src/backend/commands/tablecmds.c patching file src/backend/executor/execMain.c patching file src/backend/nodes/nodeFuncs.c patching file src/backend/nodes/outfuncs.c patching file src/backend/nodes/readfuncs.c patching file src/backend/optimizer/path/allpaths.c patching file src/backend/optimizer/prep/prepjointree.c patching file src/backend/parser/Makefile patching file src/backend/parser/analyze.c patching file src/backend/parser/gram.y patching file src/backend/parser/meson.build patching file src/backend/parser/parse_agg.c patching file src/backend/parser/parse_clause.c patching file src/backend/parser/parse_collate.c patching file src/backend/parser/parse_expr.c patching file src/backend/parser/parse_func.c patching file src/backend/parser/parse_graphtable.c patching file src/backend/parser/parse_relation.c patching file src/backend/parser/parse_target.c patching file src/backend/parser/scan.l patching file src/backend/rewrite/Makefile patching file src/backend/rewrite/meson.build patching file src/backend/rewrite/rewriteGraphTable.c patching file src/backend/rewrite/rewriteHandler.c Hunk #2 succeeded at 2042 (offset -1 lines). patching file src/backend/tcop/utility.c patching file src/backend/utils/adt/ruleutils.c patching file src/backend/utils/cache/lsyscache.c patching file src/bin/pg_dump/common.c patching file src/bin/pg_dump/pg_backup_archiver.c Hunk #1 succeeded at 3645 (offset 4 lines). patching file src/bin/pg_dump/pg_dump.c Hunk #1 succeeded at 1699 (offset 6 lines). Hunk #2 succeeded at 2869 (offset 6 lines). Hunk #3 succeeded at 6993 (offset 6 lines). Hunk #4 succeeded at 15980 (offset 6 lines). Hunk #5 succeeded at 16005 (offset 6 lines). Hunk #6 succeeded at 16121 (offset 6 lines). Hunk #7 succeeded at 16854 (offset 6 lines). Hunk #8 succeeded at 18795 (offset 6 lines). patching file src/bin/pg_dump/t/002_pg_dump.pl patching file src/bin/psql/command.c patching file src/bin/psql/describe.c Hunk #1 succeeded at 1050 (offset 22 lines). Hunk #2 succeeded at 1061 (offset 22 lines). Hunk #3 succeeded at 1153 (offset 22 lines). Hunk #4 succeeded at 2033 (offset 22 lines). Hunk #5 succeeded at 3136 (offset 30 lines). Hunk #6 succeeded at 4015 (offset 32 lines). Hunk #7 succeeded at 4027 (offset 32 lines). Hunk #8 succeeded at 4036 (offset 32 lines). Hunk #9 succeeded at 4054 (offset 32 lines). Hunk #10 succeeded at 4068 (offset 32 lines). Hunk #11 succeeded at 4156 (offset 36 lines). patching file src/bin/psql/help.c patching file src/bin/psql/tab-complete.in.c patching file src/fe_utils/psqlscan.l patching file src/include/catalog/Makefile patching file src/include/catalog/meson.build patching file src/include/catalog/pg_class.h patching file src/include/catalog/pg_proc.dat patching file src/include/catalog/pg_propgraph_element.h patching file src/include/catalog/pg_propgraph_element_label.h patching file src/include/catalog/pg_propgraph_label.h patching file src/include/catalog/pg_propgraph_label_property.h patching file src/include/catalog/pg_propgraph_property.h patching file src/include/commands/propgraphcmds.h patching file src/include/nodes/parsenodes.h patching file src/include/nodes/primnodes.h patching file src/include/parser/analyze.h patching file src/include/parser/kwlist.h patching file src/include/parser/parse_graphtable.h patching file src/include/parser/parse_node.h patching file src/include/parser/parse_relation.h patching file src/include/rewrite/rewriteGraphTable.h patching file src/include/tcop/cmdtaglist.h patching file src/include/utils/acl.h patching file src/include/utils/lsyscache.h patching file src/interfaces/ecpg/preproc/parse.pl patching file src/interfaces/ecpg/preproc/pgc.l patching file src/pl/plpgsql/src/pl_gram.y patching file src/test/regress/expected/alter_generic.out patching file src/test/regress/expected/create_property_graph.out patching file src/test/regress/expected/graph_table.out patching file src/test/regress/expected/object_address.out patching file src/test/regress/expected/oidjoins.out patching file src/test/regress/parallel_schedule patching file src/test/regress/sql/alter_generic.sql patching file src/test/regress/sql/create_property_graph.sql patching file src/test/regress/sql/graph_table.sql patching file src/test/regress/sql/object_address.sql patching file src/tools/pgindent/typedefs.list Hunk #1 succeeded at 4188 (offset 1 line). [cf/4904 e77d37fdf4] WIP: SQL Property Graph Queries (SQL/PGQ) Author: Peter Eisentraut Date: Thu Jun 27 14:10:44 2024 +0200 104 files changed, 10917 insertions(+), 202 deletions(-) create mode 100644 doc/src/sgml/keywords/sql2023-16-nonreserved.txt create mode 100644 doc/src/sgml/keywords/sql2023-16-reserved.txt create mode 100644 doc/src/sgml/ref/alter_property_graph.sgml create mode 100644 doc/src/sgml/ref/create_property_graph.sgml create mode 100644 doc/src/sgml/ref/drop_property_graph.sgml create mode 100644 src/backend/commands/propgraphcmds.c create mode 100644 src/backend/parser/parse_graphtable.c create mode 100644 src/backend/rewrite/rewriteGraphTable.c create mode 100644 src/include/catalog/pg_propgraph_element.h create mode 100644 src/include/catalog/pg_propgraph_element_label.h create mode 100644 src/include/catalog/pg_propgraph_label.h create mode 100644 src/include/catalog/pg_propgraph_label_property.h create mode 100644 src/include/catalog/pg_propgraph_property.h create mode 100644 src/include/commands/propgraphcmds.h create mode 100644 src/include/parser/parse_graphtable.h create mode 100644 src/include/rewrite/rewriteGraphTable.h create mode 100644 src/test/regress/expected/create_property_graph.out create mode 100644 src/test/regress/expected/graph_table.out create mode 100644 src/test/regress/sql/create_property_graph.sql create mode 100644 src/test/regress/sql/graph_table.sql === applying patch ./0002-support-WHERE-clause-in-graph-pattern-20241122.patch patching file src/backend/rewrite/rewriteGraphTable.c patching file src/test/regress/expected/graph_table.out patching file src/test/regress/sql/graph_table.sql [cf/4904 0509eb403e] support WHERE clause in graph pattern Author: Ashutosh Bapat Date: Mon Jul 8 11:53:25 2024 +0530 3 files changed, 51 insertions(+), 5 deletions(-) === applying patch ./0003-Support-cyclic-path-pattern-20241122.patch patching file src/backend/rewrite/rewriteGraphTable.c patching file src/test/regress/expected/graph_table.out patching file src/test/regress/sql/graph_table.sql [cf/4904 39fea40d15] Support cyclic path pattern. Author: Ashutosh Bapat Date: Thu Aug 1 10:52:35 2024 +0530 3 files changed, 407 insertions(+), 154 deletions(-) === applying patch ./0004-Fixes-following-issues-20241122.patch patching file src/backend/parser/parse_clause.c patching file src/backend/parser/parse_expr.c patching file src/backend/parser/parse_graphtable.c patching file src/backend/parser/parse_relation.c patching file src/backend/rewrite/rewriteGraphTable.c patching file src/include/nodes/parsenodes.h patching file src/include/parser/parse_graphtable.h patching file src/include/parser/parse_node.h patching file src/test/regress/expected/graph_table.out patching file src/test/regress/sql/graph_table.sql [cf/4904 c957c431c8] Fixes following issues Author: Ashutosh Bapat Date: Wed Aug 21 19:41:48 2024 +0530 10 files changed, 277 insertions(+), 98 deletions(-) === applying patch ./0005-Access-permissions-on-property-graph-20241122.patch patching file doc/src/sgml/ref/create_property_graph.sgml patching file src/backend/rewrite/rewriteGraphTable.c patching file src/test/regress/expected/privileges.out patching file src/test/regress/sql/privileges.sql [cf/4904 bbdffb86c3] Access permissions on property graph Author: Ashutosh Bapat Date: Thu Oct 17 14:59:26 2024 +0530 4 files changed, 175 insertions(+) === applying patch ./0006-Property-collation-and-edge-vertex-link-sup-20241122.patch patching file src/backend/catalog/information_schema.sql patching file src/backend/commands/propgraphcmds.c patching file src/backend/nodes/nodeFuncs.c patching file src/backend/parser/parse_collate.c patching file src/backend/parser/parse_graphtable.c patching file src/backend/rewrite/rewriteGraphTable.c patching file src/include/catalog/pg_propgraph_property.h patching file src/include/nodes/primnodes.h patching file src/test/regress/expected/create_property_graph.out patching file src/test/regress/expected/graph_table.out patching file src/test/regress/expected/oidjoins.out patching file src/test/regress/sql/create_property_graph.sql patching file src/test/regress/sql/graph_table.sql [cf/4904 4314b81eee] Property collation and edge-vertex link support Author: Ashutosh Bapat Date: Mon Oct 28 16:36:27 2024 +0530 13 files changed, 633 insertions(+), 110 deletions(-) === applying patch ./0007-RLS-tests-20241122.patch patching file src/test/regress/expected/rowsecurity.out Hunk #119 succeeded at 6421 with fuzz 2 (offset 7 lines). Hunk #120 succeeded at 6602 (offset 7 lines). patching file src/test/regress/sql/rowsecurity.sql Hunk #58 FAILED at 2477. 1 out of 58 hunks FAILED -- saving rejects to file src/test/regress/sql/rowsecurity.sql.rej