BRIN Sort - sorting using BRIN indexes

Edit
ID 3949
Title BRIN Sort - sorting using BRIN indexes
Topic Performance
Created 2022-10-15 12:35:22
Last modified 2024-02-01 18:47:00 (9 months, 2 weeks ago)
Latest email 2024-02-01 18:47:02 (9 months, 2 weeks ago)
Status
2024-01: Returned with feedback
2023-11: Moved to next CF
2023-09: Moved to next CF
2023-07: Moved to next CF
2023-03: Moved to next CF
2023-01: Moved to next CF
2022-11: Moved to next CF
Target version
Authors Tomas Vondra (fuzzycz)
Reviewers Greg Stark (stark), Matthias van de Meent (mmeent)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/3949
git checkout commitfest/cf/3949
Emails
PATCH: Using BRIN indexes for sorted output
First at 2022-10-15 12:33:50 by Tomas Vondra <tomas.vondra at enterprisedb.com>
Latest at 2024-02-01 18:47:02 by vignesh C <vignesh21 at gmail.com>
Latest attachment (wip-add-docs-fix-typos-20230802.patch) at 2023-08-02 15:25:20 from Sergey Dudoladov <sergey.dudoladov at gmail.com>
    Attachment (wip-add-docs-fix-typos-20230802.patch) at 2023-08-02 15:25:20 from Sergey Dudoladov <sergey.dudoladov at gmail.com> (Patch: Yes)
    Attachment (0001-Allow-index-AMs-to-build-and-use-custom-sta-20230710.patch) at 2023-07-10 15:09:44 from Tomas Vondra <tomas.vondra at enterprisedb.com> (Patch: Yes)
    Attachment (0001-Allow-index-AMs-to-build-and-use-custom-sta-20230225.patch) at 2023-02-25 11:34:20 from Tomas Vondra <tomas.vondra at enterprisedb.com> (Patch: Yes)
    Attachment (0001-Allow-index-AMs-to-build-and-use-custom-s-20230218-2.patch) at 2023-02-18 15:54:57 from Tomas Vondra <tomas.vondra at enterprisedb.com> (Patch: Yes)
    Attachment (0001-Allow-index-AMs-to-build-and-use-custom-sta-20230218.patch) at 2023-02-18 12:19:49 from Tomas Vondra <tomas.vondra at enterprisedb.com> (Patch: Yes)
    Attachment (0001-Allow-index-AMs-to-build-and-use-custom-sta-20230216.patch) at 2023-02-16 14:07:59 from Tomas Vondra <tomas.vondra at enterprisedb.com> (Patch: Yes)
    Attachment (brinsort-filtered-data.gif) at 2023-02-07 20:44:02 from Tomas Vondra <tomas.vondra at enterprisedb.com> (Patch: No)
    Attachment (0001-Allow-index-AMs-to-build-and-use-custom-statistics.patch) at 2022-10-24 04:32:37 from Justin Pryzby <pryzby at telsasoft.com> (Patch: Yes)
    Attachment (0001-Allow-index-AMs-to-build-and-use-custom-sta-20221022.patch) at 2022-10-22 23:17:55 from Tomas Vondra <tomas.vondra at enterprisedb.com> (Patch: Yes)
    Attachment (0001-Allow-BRIN-indexes-to-produce-sorted-output-20221015.patch) at 2022-10-15 12:33:50 from Tomas Vondra <tomas.vondra at enterprisedb.com> (Patch: Yes)
History
When Who What
2024-02-01 18:47:00 vigneshwaran C (vignesh.postgres) Closed in commitfest 2024-01 with status: Returned with feedback
2023-12-04 09:17:47 John Naylor (john.naylor) Closed in commitfest 2023-11 with status: Moved to next CF
2023-10-02 10:56:29 Peter Eisentraut (petere) Closed in commitfest 2023-09 with status: Moved to next CF
2023-08-03 08:09:33 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2023-07 with status: Moved to next CF
2023-07-05 16:18:59 Matthias van de Meent (mmeent) New status: Waiting on Author
2023-04-09 02:30:19 Greg Stark (stark) Closed in commitfest 2023-03 with status: Moved to next CF
2023-02-23 14:18:15 Matthias van de Meent (mmeent) Added mmeent as reviewer
2023-02-18 16:17:54 Justin Pryzby (justinpryzby) New status: Needs review
2023-01-31 16:47:04 vigneshwaran C (vignesh.postgres) Closed in commitfest 2023-01 with status: Moved to next CF
2022-12-08 14:01:51 Ian Barwick (barwick) Closed in commitfest 2022-11 with status: Moved to next CF
2022-12-07 18:27:29 Andres Freund (andresfreund) New status: Waiting on Author
2022-11-16 21:52:54 Greg Stark (stark) Added stark as reviewer
2022-10-15 12:35:49 Tomas Vondra (fuzzycz) Changed name to BRIN Sort - sorting using BRIN indexes
2022-10-15 12:35:34 Tomas Vondra (fuzzycz) Changed authors to Tomas Vondra (fuzzycz)
2022-10-15 12:35:22 Tomas Vondra (fuzzycz) Attached mail thread e70fa091-e338-1598-9de4-6d0ef6b693e2@enterprisedb.com
2022-10-15 12:35:22 Tomas Vondra (fuzzycz) Created patch record
Edit