Add semi-join pushdown to postgres_fdw

Edit
ID 3838
Title Add semi-join pushdown to postgres_fdw
Topic Performance
Created 2022-08-24 07:36:37
Last modified 2023-12-27 11:02:21 (10 months, 3 weeks ago)
Latest email 2023-12-05 10:29:47 (11 months, 2 weeks ago)
Status
2024-01: Committed
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
2022-09: Moved to next CF
Target version 17
Authors Alexander Pyhalov (a.pyhalov)
Reviewers Yuki Fujii (fujiiyuki)Become reviewer
Committer Alexander Korotkov (smagen)
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/3838
git checkout commitfest/cf/3838
Emails
Add semi-join pushdown to postgres_fdw
First at 2022-08-24 07:25:46 by Alexander Pyhalov <a.pyhalov at postgrespro.ru>
Latest at 2023-12-05 10:29:47 by Alexander Pyhalov <a.pyhalov at postgrespro.ru>
Latest attachment (0001-Add-support-for-deparsing-semi-joins-to-contrib-p-v8.patch) at 2023-12-03 20:52:30 from Alexander Korotkov <aekorotkov at gmail.com>
    Attachment (0001-Add-support-for-deparsing-semi-joins-to-contrib-p-v8.patch) at 2023-12-03 20:52:30 from Alexander Korotkov <aekorotkov at gmail.com> (Patch: Yes)
    Attachment (v7-0001-postgres_fdw-add-support-for-deparsing-semi-joins.patch) at 2023-11-27 15:11:56 from Alexander Pyhalov <a.pyhalov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-postgres_fdw-add-support-for-deparsing-semi-joins-v6.patch) at 2023-11-27 00:49:25 from Alexander Korotkov <aekorotkov at gmail.com> (Patch: Yes)
    Attachment (v5-0001-postgres_fdw-add-support-for-deparsing-semi-joins.patch) at 2023-10-31 11:07:56 from Alexander Pyhalov <a.pyhalov at postgrespro.ru> (Patch: Yes)
    Attachment (v4-0001-postgres_fdw-add-support-for-deparsing-semi-joins.patch) at 2023-01-20 09:00:04 from Alexander Pyhalov <a.pyhalov at postgrespro.ru> (Patch: Yes)
    Attachment (v3-0001-postgres_fdw-add-support-for-deparsing-semi-joins.patch) at 2022-12-06 09:28:43 from Alexander Pyhalov <a.pyhalov at postgrespro.ru> (Patch: Yes)
    Attachment (v2-0001-postgres_fdw-add-support-for-deparsing-semi-joins.patch) at 2022-11-07 07:52:43 from Alexander Pyhalov <a.pyhalov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-postgres_fdw-add-support-for-deparsing-semi-joins.patch) at 2022-08-24 07:25:46 from Alexander Pyhalov <a.pyhalov at postgrespro.ru> (Patch: Yes)
History
When Who What
2023-12-27 11:02:21 Alexander Korotkov (smagen) Changed targetversion to 17
2023-12-27 11:02:10 Alexander Korotkov (smagen) Closed in commitfest 2024-01 with status: Committed
2023-12-27 11:02:10 Alexander Korotkov (smagen) Changed committer to smagen
2023-12-04 09:17:38 John Naylor (john.naylor) Closed in commitfest 2023-11 with status: Moved to next CF
2023-10-02 11:05:41 Peter Eisentraut (petere) Closed in commitfest 2023-09 with status: Moved to next CF
2023-08-01 18:36:52 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2023-07 with status: Moved to next CF
2023-04-09 03:21:49 Greg Stark (stark) Changed targetversion to None
2023-04-09 02:30:25 Greg Stark (stark) Closed in commitfest 2023-03 with status: Moved to next CF
2023-01-31 16:16:40 vigneshwaran C (vignesh.postgres) Closed in commitfest 2023-01 with status: Moved to next CF
2022-12-13 23:45:03 Ian Barwick (barwick) Closed in commitfest 2022-11 with status: Moved to next CF
2022-12-01 10:44:47 Yuki Fujii (fujiiyuki) Added fujiiyuki as reviewer
2022-11-07 07:53:17 Alexander Pyhalov (a.pyhalov) New status: Needs review
2022-11-03 23:19:47 Ian Barwick (barwick) New status: Waiting on Author
2022-10-12 06:57:25 Michael Paquier (michael-kun) Closed in commitfest 2022-09 with status: Moved to next CF
2022-08-24 07:37:15 Alexander Pyhalov (a.pyhalov) Changed authors to Alexander Pyhalov (a.pyhalov)
2022-08-24 07:37:15 Alexander Pyhalov (a.pyhalov) Changed targetversion to 16
2022-08-24 07:36:37 Alexander Pyhalov (a.pyhalov) Attached mail thread c9e2a757cf3ac2333714eaf83a9cc184@postgrespro.ru
2022-08-24 07:36:37 Alexander Pyhalov (a.pyhalov) Created patch record
Edit