@@ -744,6 +744,28 @@ Author: Peter Geoghegan <pg@bowt.ie>
744744
745745 <listitem>
746746<!--
747+ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
748+ 2020-11-25 [c98763bf5] Avoid spurious waits in concurrent indexing
749+ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
750+ 2021-01-15 [f9900df5f] Avoid spurious wait in concurrent reindex
751+ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
752+ 2021-02-23 [d9d076222] VACUUM: ignore indexing operations with CONCURRENTLY
753+ -->
754+
755+ <para>
756+ Allow vacuum to be more aggressive in removing dead rows during
757+ minimal-locking index operations (Álvaro Herrera)
758+ </para>
759+
760+ <para>
761+ Specifically, <command>CREATE INDEX CONCURRENTLY</command> and
762+ <command>REINDEX CONCURRENTLY</command> no longer limit the dead
763+ row removal of other relations.
764+ </para>
765+ </listitem>
766+
767+ <listitem>
768+ <!--
747769Author: Fujii Masao <fujii@postgresql.org>
7487702020-12-08 [e2ac3fed3] Speed up rechecking if relation needs to be vacuumed or
749771-->
@@ -2283,6 +2305,23 @@ Author: Michael Paquier <michael@paquier.xyz>
22832305 </para>
22842306 </listitem>
22852307
2308+ <listitem>
2309+ <!--
2310+ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
2311+ 2020-11-25 [c98763bf5] Avoid spurious waits in concurrent indexing
2312+ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
2313+ 2021-01-15 [f9900df5f] Avoid spurious wait in concurrent reindex
2314+ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
2315+ 2021-02-23 [d9d076222] VACUUM: ignore indexing operations with CONCURRENTLY
2316+ -->
2317+
2318+ <para>
2319+ Allow index commands using <command>CONCURRENTLY</command> to
2320+ avoid waiting for the completion of other operations using
2321+ <command>CONCURRENTLY</command> (Álvaro Herrera)
2322+ </para>
2323+ </listitem>
2324+
22862325 <listitem>
22872326<!--
22882327Author: Tom Lane <tgl@sss.pgh.pa.us>
0 commit comments