Add regexp_positions(string text, pattern text, flags text) → setof record (starts integer[], lengths integer[])

Edit
ID 3027
Title Add regexp_positions(string text, pattern text, flags text) → setof record (starts integer[], lengths integer[])
Topic Server Features
Created 2021-03-01 19:09:01
Last modified 2021-12-03 08:46:05 (2 years, 11 months ago)
Latest email 2021-09-21 17:55:24 (3 years, 1 month ago)
Status
2021-11: Returned with feedback
2021-09: Moved to next CF
2021-07: Moved to next CF
Target version
Authors Joel Jacobson (joeljacobson)
Reviewers Tom Lane (tgl)Become reviewer
Committer
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/3027
git checkout commitfest/cf/3027
Emails
[PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[]
First at 2021-03-01 17:38:18 by "Joel Jacobson" <joel at compiler.org>
Latest at 2021-09-21 17:55:24 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (0005-regexp-positions.patch) at 2021-09-12 13:54:15 from "Joel Jacobson" <joel at compiler.org>
    Attachment (0005-regexp-positions.patch) at 2021-09-12 13:54:15 from "Joel Jacobson" <joel at compiler.org> (Patch: Yes)
    Attachment (0004-regexp-positions.patch) at 2021-03-09 19:30:21 from "Joel Jacobson" <joel at compiler.org> (Patch: Yes)
    Attachment (range.sql) at 2021-03-05 19:46:24 from "Joel Jacobson" <joel at compiler.org> (Patch: No)
    Attachment (0002-regexp-positions.patch) at 2021-03-04 13:21:02 from "Joel Jacobson" <joel at compiler.org> (Patch: Yes)
    Attachment (0001-regexp-positions.patch) at 2021-03-01 17:38:18 from "Joel Jacobson" <joel at compiler.org> (Patch: Yes)
History
When Who What
2021-12-03 08:46:05 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2021-11 with status: Returned with feedback
2021-10-03 16:06:37 Jaime Casanova (jcasanov) New status: Waiting on Author
2021-10-03 16:06:22 Jaime Casanova (jcasanov) Closed in commitfest 2021-09 with status: Moved to next CF
2021-10-03 16:06:18 Jaime Casanova (jcasanov) New status: Needs review
2021-09-21 17:55:32 Tom Lane (tgl) New status: Waiting on Author
2021-09-21 16:57:01 Tom Lane (tgl) Added tgl as reviewer
2021-09-12 19:12:44 Tom Lane (tgl) New status: Needs review
2021-09-01 09:08:25 Daniel Gustafsson (d_gustafsson) New status: Waiting on Author
2021-08-03 02:32:24 Masahiko Sawada (masahikosawada) Closed in commitfest 2021-07 with status: Moved to next CF
2021-03-15 14:34:00 Joel Jacobson (joeljacobson) Changed targetversion to None
2021-03-15 14:33:52 Joel Jacobson (joeljacobson) Changed name to Add regexp_positions(string text, pattern text, flags text) → setof record (starts integer[], lengths integer[])
2021-03-02 13:31:40 Joel Jacobson (joeljacobson) Changed targetversion to 14
2021-03-01 19:12:52 Joel Jacobson (joeljacobson) Changed authors to Joel Jacobson (joeljacobson)
2021-03-01 19:12:52 Joel Jacobson (joeljacobson) Changed targetversion to stable
2021-03-01 19:09:01 Joel Jacobson (joeljacobson) Attached mail thread 9b2fe34e-b666-471d-8297-f0c82b133085@www.fastmail.com
2021-03-01 19:09:01 Joel Jacobson (joeljacobson) Created patch record
Edit