pgsql: doc: PG 14 relnotes, mention CONCURRENTLY improvements

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: PG 14 relnotes, mention CONCURRENTLY improvements
Date: 2021-07-02 18:47:02
Message-ID: E1lzOBq-00059u-Bf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: PG 14 relnotes, mention CONCURRENTLY improvements

Add items for vacuum not having to wait for CONCURRENTLY, and
CONCURRENTLY not having to wait for other CONCURRENTLY operations.

Reported-by: Simon Riggs

Discussion: https://postgr.es/m/CANbhV-EMM4nf7Ys-Yae_kY25dXT_3eiOXke2+yw44jgy+4jNsA@mail.gmail.com

Backpatch-through: 14 only

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/56d467a07de1c203cfe78fea69cd8326fa297e23

Modified Files
--------------
doc/src/sgml/release-14.sgml | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-07-02 20:05:33 pgsql: Don't try to print data type names in slot_store_error_callback(
Previous Message Peter Eisentraut 2021-07-02 10:06:23 pgsql: Use InvalidBucket instead of -1 where appropriate