Allow partition-wise join when whole row var is needed

Edit
ID 5128
Title Allow partition-wise join when whole row var is needed
Topic Performance
Created 2024-07-17 11:46:08
Last modified 2024-10-08 02:01:21 (2 weeks ago)
Latest email 2024-10-08 06:24:15 (2 weeks ago)
Status
2024-11: Waiting on Author
2024-09: Moved to next CF
Target version 18
Authors Ashutosh Bapat (ashutoshbapat), Alexander Pyhalov (a.pyhalov)
Reviewers 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/5128
git checkout commitfest/cf/5128
Emails
Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled.
First at 2018-02-12 12:30:24 by Rajkumar Raghuwanshi <rajkumar.raghuwanshi at enterprisedb.com>
Latest at 2024-10-08 06:24:15 by Alexander Pyhalov <a.pyhalov at postgrespro.ru>
Latest attachment (v2-0006-postgres_fdw-fix-partition-wise-DML.patch) at 2024-10-08 06:24:15 from Alexander Pyhalov <a.pyhalov at postgrespro.ru>
    Attachment (v2-0006-postgres_fdw-fix-partition-wise-DML.patch) at 2024-10-08 06:24:15 from Alexander Pyhalov <a.pyhalov at postgrespro.ru> (Patch: Yes)
    Attachment (0006-postgres_fdw-fix-partition-wise-DML.patch) at 2024-07-12 11:39:13 from Alexander Pyhalov <a.pyhalov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-Disable-support-for-partitionwise-joins-in-problemat.patch) at 2018-08-22 11:08:57 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (refuse-pwj-when-wrvs-involved-3.patch) at 2018-08-13 12:32:59 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (refuse-pwj-when-wrvs-involved-2.patch) at 2018-08-06 12:30:24 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (refuse-pwj-when-wrvs-involved.patch) at 2018-08-03 13:18:34 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (redesign-pwj-child-tlist-handling-3.patch) at 2018-08-01 11:44:35 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (redesign-pwj-child-tlist-handling-2.patch) at 2018-07-18 12:00:41 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (redesign-pwj-child-tlist-handling-1.patch) at 2018-06-19 12:46:17 from Etsuro Fujita <fujita.etsuro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (expr_ref_error_pwj_v9.tar.gz) at 2018-05-17 14:19:03 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v8.tar.gz) at 2018-05-16 13:49:05 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v7.tar.gz) at 2018-05-14 06:34:04 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v6.tar.gz) at 2018-05-11 07:17:55 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v5.tar.gz) at 2018-05-08 07:20:48 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v4.tar.gz) at 2018-04-27 05:40:45 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v3.tar.gz) at 2018-04-25 09:51:48 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj_v2.tar.gz) at 2018-04-17 09:43:51 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (expr_ref_error_pwj.tar.gz) at 2018-02-20 09:13:02 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: No)
    Attachment (postgres_fdw_pwj_error.patch) at 2018-02-12 12:30:24 from Rajkumar Raghuwanshi <rajkumar.raghuwanshi at enterprisedb.com> (Patch: Yes)
History
When Who What
2024-10-08 02:01:21 Michael Paquier (michael-kun) Closed in commitfest 2024-09 with status: Moved to next CF
2024-10-08 02:00:01 Michael Paquier (michael-kun) New status: Waiting on Author
2024-07-17 11:47:05 Alexander Pyhalov (a.pyhalov) Changed authors to Ashutosh Bapat (ashutoshbapat), Alexander Pyhalov (a.pyhalov)
2024-07-17 11:47:05 Alexander Pyhalov (a.pyhalov) Changed targetversion to 18
2024-07-17 11:46:08 Alexander Pyhalov (a.pyhalov) Attached mail thread CAKcux6ktu-8tefLWtQuuZBYFaZA83vUzuRd7c1YHC-yEWyYFpg@mail.gmail.com
2024-07-17 11:46:08 Alexander Pyhalov (a.pyhalov) Created patch record
Edit