Re: Resetting snapshots during the first phase of [CREATE |RE]INDEX CONCURRENTLY

From: Mihail Nikalayeu <mihailnikalayeu(at)gmail(dot)com>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Antonin Houska <ah(at)cybertec(dot)at>, Sergey Sargsyan <sergey(dot)sargsyan(dot)2001(at)gmail(dot)com>, Hannu Krosing <hannuk(at)google(dot)com>
Subject: Re: Resetting snapshots during the first phase of [CREATE |RE]INDEX CONCURRENTLY
Date: 2026-04-06 17:55:00
Message-ID: CADzfLwVaRXmX08ADSP517gw_sVF8vUJx3M7EpmT=mDxPY+rDjg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

0) Rebased
1) Added REPEATABLE READ isolation level
2) Some GUGs for developers
3) Some small refactorings

Attachment Content-Type Size
v5-0001-Add-stress-tests-for-concurrent-index-builds.patch application/octet-stream 12.5 KB
v5-0004-Support-snapshot-resets-in-concurrent-builds-of-u.patch application/octet-stream 37.7 KB
v5-0003-Support-snapshot-resets-in-parallel-concurrent-in.patch application/octet-stream 38.9 KB
v5-0002-Reset-snapshots-periodically-in-non-unique-non-pa.patch application/octet-stream 52.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2026-04-06 17:57:22 Re: DEREF_AFTER_NULL: src/common/jsonapi.c:2529
Previous Message Haibo Yan 2026-04-06 17:51:43 Re: Extract numeric filed in JSONB more effectively