Convert Lists into arrays

Edit
ID 2019
Title Convert Lists into arrays
Topic Performance
Created 2019-02-24 02:37:40
Last modified 2019-07-15 17:46:27 (5 years, 4 months ago)
Latest email 2019-08-01 01:15:11 (5 years, 3 months ago)
Status
2019-07: Committed
2019-03: Moved to next CF
Target version 13
Authors Tom Lane (tgl)
Reviewers David Rowley (davidrowley), Jesper Pedersen (jpedersen)Become reviewer
Committer Tom Lane (tgl)
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/2019
git checkout commitfest/cf/2019
Emails
POC: converting Lists into arrays
First at 2019-02-24 02:24:40 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2019-08-01 01:15:11 by Andres Freund <andres at anarazel.de>
Latest attachment (rationalize-list-concat-and-copy-operations-1.patch) at 2019-07-21 20:01:45 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (rationalize-list-concat-and-copy-operations-1.patch) at 2019-07-21 20:01:45 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (list_fixups_list_nth.patch) at 2019-07-21 13:32:00 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (fetch_search_path_listcopy.diff) at 2019-07-17 14:12:28 from Daniel Gustafsson <daniel at yesql.se> (Patch: Yes)
    Attachment (0001-safe-lcons-changes.patch) at 2019-07-16 23:06:51 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (simplify-creating-sorted-OID-lists.patch) at 2019-07-15 22:10:00 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (list_qsort-API-change.patch) at 2019-07-15 19:49:50 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (reimplement-List-as-array-8.patch.gz) at 2019-07-03 18:15:22 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: No)
    Attachment (benchmark_list.txt) at 2019-07-03 06:56:25 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (reimplement-List-as-array-7.patch.gz) at 2019-07-01 23:27:21 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: No)
    Attachment (reimplement-List-as-array-6.patch.gz) at 2019-07-01 18:44:45 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: No)
    Attachment (reimplement-List-as-array-5.patch.gz) at 2019-05-25 15:48:47 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: No)
    Attachment (reimplement-List-as-array-4.patch.gz) at 2019-05-25 00:53:47 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: No)
    Attachment (poc_exploit_fast_list_nth_a_bit.patch.txt) at 2019-03-04 01:18:38 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (reimplement-List-as-array-3.patch.gz) at 2019-03-02 23:11:43 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: No)
    Attachment (reimplement-List-as-array-2.patch.gz) at 2019-02-28 21:49:31 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: No)
    Attachment (list_hacks.patch) at 2019-02-28 04:41:39 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (0001-use-forboth-etc-in-more-places.patch) at 2019-02-27 20:26:46 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (plannertime.txt) at 2019-02-26 02:53:26 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (reimplement-List-as-array-1.patch.gz) at 2019-02-24 02:24:40 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: No)
History
When Who What
2019-07-15 17:46:27 Tom Lane (tgl) Closed in commitfest 2019-07 with status: Committed
2019-07-15 17:46:27 Tom Lane (tgl) Changed committer to tgl
2019-07-03 22:25:54 David Rowley (davidrowley) New status: Ready for Committer
2019-07-03 18:17:05 Tom Lane (tgl) New status: Needs review
2019-07-03 06:57:01 David Rowley (davidrowley) New status: Waiting on Author
2019-07-01 18:48:41 Tom Lane (tgl) New status: Needs review
2019-07-01 16:58:37 Jesper Pedersen (jpedersen) New status: Waiting on Author
2019-07-01 16:58:33 Jesper Pedersen (jpedersen) Added jpedersen as reviewer
2019-06-13 23:20:26 David Rowley (davidrowley) Added davidrowley as reviewer
2019-04-06 20:38:51 David Steele (dsteele) Closed in commitfest 2019-03 with status: Moved to next CF
2019-02-24 02:38:10 Tom Lane (tgl) Changed targetversion to 13
2019-02-24 02:38:10 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2019-02-24 02:37:40 Tom Lane (tgl) Attached mail thread 11587.1550975080@sss.pgh.pa.us
2019-02-24 02:37:40 Tom Lane (tgl) Created patch record
Edit