@@ -744,6 +744,28 @@ Author: Peter Geoghegan <pg@bowt.ie>
744
744
745
745
<listitem>
746
746
<!--
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
+ <!--
747
769
Author: Fujii Masao <fujii@postgresql.org>
748
770
2020-12-08 [e2ac3fed3] Speed up rechecking if relation needs to be vacuumed or
749
771
-->
@@ -2283,6 +2305,23 @@ Author: Michael Paquier <michael@paquier.xyz>
2283
2305
</para>
2284
2306
</listitem>
2285
2307
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
+
2286
2325
<listitem>
2287
2326
<!--
2288
2327
Author: Tom Lane <tgl@sss.pgh.pa.us>
0 commit comments