From: Bruce Momjian Date: Sat, 11 May 2019 01:03:31 +0000 (-0400) Subject: docs: PG 12 docs, clarify btree index changes X-Git-Tag: REL_12_BETA1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=809e248299894b02e8f4eb3ee17829b2ae14ce9d;p=postgresql docs: PG 12 docs, clarify btree index changes Reported-by: Peter Geoghegan Discussion: https://postgr.es/m/CAH2-WzkSYOM1GJVGtAbRW-OqymoCD=QWYG6ro+GaoOW-jPRuDQ@mail.gmail.com --- diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 91f914ecce..f9d27fe4fe 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -570,7 +570,9 @@ Improve speed of btree index insertions (Alexander Korotkov, Peter Geoghegan) - LOOKUP, INDEX CLEANUP IMPROVEMENTS? +The new code improves the space-efficiency of page splits, reduces locking +overhead, and gives better performance for UPDATEs +and DELETEs on indexes with many duplicates.