Re: Row pattern recognition
Chao Li <li.evan.chao@gmail.com>
From: Chao Li <li.evan.chao@gmail.com>
To: Vik Fearing <vik@postgresfriends.org>,
Tatsuo Ishii <ishii@postgresql.org>
Cc: david.g.johnston@gmail.com,
jacob.champion@enterprisedb.com,
er@xs4all.nl,
peter@eisentraut.org,
pgsql-hackers@postgresql.org
Date: 2025-11-25T06:16:10Z
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
> On Nov 24, 2025, at 08:59, Chao Li <li.evan.chao@gmail.com> wrote: > > I will proceed 0007 tomorrow. I just finished reviewing 0007 and 0008. This patch set really demonstrates the full lifecycle of adding a SQL feature, from changing the syntax in gram.y all the way down to the executor, including tests and docs. I learned a lot from it. Thanks! 23 - 0007 As you mentioned earlier, pattern regular expression support *, + and ?, but I don’t see ? is tested. 24 - 0007 I don’t see negative tests for unsupported quantifiers, like PATTERN (A+?). 25 - 0007 ``` +-- basic test with none greedy pattern ``` Typo: “none greedy” -> non-greedy No comment for 0008. Best regards, -- Chao Li (Evan) HighGo Software Co., Ltd. https://www.highgo.com/