Fix inadequate executor locking of indexes

Edit
ID 1983
Title Fix inadequate executor locking of indexes
Topic Bug Fixes
Created 2019-02-05 04:17:11
Last modified 2019-04-04 19:13:49 (5 years, 7 months ago)
Latest email 2019-04-04 22:02:05 (5 years, 7 months ago)
Status
2019-03: Committed
Target version
Authors David Rowley (davidrowley)
Reviewers Julien Rouhaud (rjuju)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/1983
git checkout commitfest/cf/1983
Emails
Inadequate executor locking of indexes
First at 2018-11-08 00:13:56 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2019-04-04 22:02:05 by David Rowley <david.rowley at 2ndquadrant.com>
Latest attachment (use_rellockmode_for_indexes_too_v3.patch) at 2019-04-04 13:25:21 from David Rowley <david.rowley at 2ndquadrant.com>
    Attachment (use_rellockmode_for_indexes_too_v3.patch) at 2019-04-04 13:25:21 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (use_rellockmode_for_indexes_too_v2.patch) at 2019-04-04 13:22:42 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (use_rellockmode_for_indexes_too.patch) at 2019-04-04 00:14:07 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (idxlockmode_and_lock_upgrade_fix_v3.patch) at 2019-03-13 01:38:08 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (idxlockmode_and_lock_upgrade_fix_v2.patch) at 2019-02-05 04:15:54 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (wip_idxlockmode_and_lock_upgrade_fix.patch) at 2018-11-27 12:55:13 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (ExecRelationIsTargetRelation-compare-OID.patch) at 2018-11-26 04:37:13 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
History
When Who What
2019-04-04 19:13:49 Tom Lane (tgl) Closed in commitfest 2019-03 with status: Committed
2019-04-04 19:01:21 Tom Lane (tgl) Added tgl as committer
2019-03-13 02:24:22 David Rowley (davidrowley) New status: Needs review
2019-03-04 18:24:06 Julien Rouhaud (rjuju) New status: Waiting on Author
2019-02-10 11:11:33 Julien Rouhaud (rjuju) Added rjuju as reviewer
2019-02-05 04:17:27 David Rowley (davidrowley) Changed authors to David Rowley (davidrowley)
2019-02-05 04:17:11 David Rowley (davidrowley) Attached mail thread 19465.1541636036@sss.pgh.pa.us
2019-02-05 04:17:11 David Rowley (davidrowley) Created patch record
Edit