Re: Row pattern recognition

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: david(dot)g(dot)johnston(at)gmail(dot)com, vik(at)postgresfriends(dot)org, jacob(dot)champion(at)enterprisedb(dot)com, er(at)xs4all(dot)nl, peter(at)eisentraut(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Row pattern recognition
Date: 2025-03-13 12:51:29
Message-ID: 20250313.215129.1972424540409491296.ishii@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached are the v29 patch sets to implement the subset of row pattern
recognition feature defined in the SQL standard.

In this patch set:

- Adjust 0003 and 0004 to deal with the recent changes made by 8b1b342.

- Add tests to 0007 for CREATE VIEW/pg_get_viewdef.

Best reagards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

Attachment Content-Type Size
v29-0001-Row-pattern-recognition-patch-for-raw-parser.patch application/octet-stream 15.2 KB
v29-0002-Row-pattern-recognition-patch-parse-analysis.patch application/octet-stream 10.8 KB
v29-0003-Row-pattern-recognition-patch-rewriter.patch application/octet-stream 4.3 KB
v29-0004-Row-pattern-recognition-patch-planner.patch application/octet-stream 6.5 KB
v29-0005-Row-pattern-recognition-patch-executor.patch application/octet-stream 59.8 KB
v29-0006-Row-pattern-recognition-patch-docs.patch application/octet-stream 10.5 KB
v29-0007-Row-pattern-recognition-patch-tests.patch application/octet-stream 54.4 KB
v29-0008-Row-pattern-recognition-patch-typedefs.list.patch application/octet-stream 1.2 KB
v29-0009-Allow-to-print-raw-parse-tree.patch application/octet-stream 787 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2025-03-13 13:18:45 Re: Fwd: [BUG]: the walsender does not update its IO statistics until it exits
Previous Message Álvaro Herrera 2025-03-13 12:49:20 Re: Elimination of the repetitive code at the SLRU bootstrap functions.