Re: Tepid: selective index updates for heap relations

From: "Greg Burd" <greg(at)burd(dot)me>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Tepid: selective index updates for heap relations
Date: 2026-07-03 10:54:37
Message-ID: 264c0f83-708d-4ac2-88fa-a5d6d73200d3@app.fastmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rebased onto 617c7574055 and removed the changed catversion bump.

-greg

Attachment Content-Type Size
v51-0001-Add-tests-to-cover-a-variety-of-heap-HOT-update-.patch text/x-patch 45.4 KB
v51-0002-Identify-modified-indexed-attributes-in-the-exec.patch text/x-patch 62.2 KB
v51-0003-Add-the-HOT-indexed-on-disk-format-inline-attr-b.patch text/x-patch 12.8 KB
v51-0004-Add-HOT-indexed-updates-selective-index-maintena.patch text/x-patch 228.7 KB
v51-0005-Collapse-dead-HOT-indexed-chains-to-xid-free-stu.patch text/x-patch 53.2 KB
v51-0006-Teach-amcheck-to-recognize-HOT-indexed-chains-an.patch text/x-patch 17.7 KB
v51-0007-Add-HOT-indexed-statistics-and-the-comprehensive.patch text/x-patch 165.5 KB
v51-0008-Gate-HOT-indexed-updates-on-the-logical-replicat.patch text/x-patch 116.4 KB
v51-0009-DO-NOT-MERGE-Add-a-HOT-SIU-benchmark-harness.patch text/x-patch 33.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Roman Khapov 2026-07-03 11:04:41 Re: DROP INVALID INDEXES command
Previous Message Andrei Lepikhov 2026-07-03 10:53:11 Re: Do not scan index in right table if condition for left join evaluates to false using columns in left table