Re: Row pattern recognition
Tatsuo Ishii <ishii@sraoss.co.jp>
From: Tatsuo Ishii <ishii@sraoss.co.jp>
To: pgsql-hackers@postgresql.org
Cc: champion.p@gmail.com, er@xs4all.nl, vik@postgresfriends.org,
chen@sraoss.co.jp
Date: 2024-01-22T10:26:18Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add temporal FOREIGN KEY contraints
- 89f908a6d0ac 18.0 cited
-
Remove obsolete executor cleanup code
- d060e921ea5a 17.0 cited
Attachments
- v13-0001-Row-pattern-recognition-patch-for-raw-parser.patch (text/x-patch)
Attached is the v13 patch. Below are the summary of the changes from previous version (besides rebase). 0001-Row-pattern-recognition-patch-for-raw-parser.patch - Fix raw paser per Peter Eisentraut's review. Remove the new node types and use existing ones. Also remove %nonassoc so that MEASURES etc. have the same precedence as IDENT etc. Peter's comment: > It is usually not the style to add an entry for every node type to the > %union. Otherwise, we'd have hundreds of entries in there. > It was recently discussed that these %nonassoc should ideally all have > the same precedence. Did you consider that here? 0002-Row-pattern-recognition-patch-parse-analysis.patch - Fix transformRPR so that SKIP variable name in the AFTER MATCH SKIP TO clause is tracked. This is added by Ningwei Chen. 0003-Row-pattern-recognition-patch-rewriter.patch This is a new patch for rewriter. Contributed by Ningwei Chen. Chen's comment: > After applying the v12-patches, I noticed an issue that > the rpr related parts in window clauses were not displayed in the > view definitions (the definition column of pg_views). 0004-Row-pattern-recognition-patch-planner.patch - same as before (previously it was 0003-Row-pattern-recognition-patch-planner.patch) 0005-Row-pattern-recognition-patch-executor.patch - same as before (previously it was 0004-Row-pattern-recognition-patch-executor.patch) 0006-Row-pattern-recognition-patch-docs.patch - Same as before. (previously it was 0005-Row-pattern-recognition-patch-docs.patch) 0007-Row-pattern-recognition-patch-tests.patch - Same as before. (previously it was 0006-Row-pattern-recognition-patch-tests.patch) 0008-Allow-to-print-raw-parse-tree.patch - Same as before. (previously it was 0007-Allow-to-print-raw-parse-tree.patch). Note that patch is not intended to be incorporated into main tree. This is just for debugging purpose. With this patch, raw parse tree is printed if debug_print_parse is enabled. Best reagards, -- Tatsuo Ishii SRA OSS LLC English: http://www.sraoss.co.jp/index_en/ Japanese:http://www.sraoss.co.jp