]> granicus.if.org Git - postgresql/commitdiff
docs: PG 12 docs, clarify btree index changes
authorBruce Momjian <bruce@momjian.us>
Sat, 11 May 2019 01:03:31 +0000 (21:03 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 11 May 2019 01:03:31 +0000 (21:03 -0400)
Reported-by: Peter Geoghegan
Discussion: https://postgr.es/m/CAH2-WzkSYOM1GJVGtAbRW-OqymoCD=QWYG6ro+GaoOW-jPRuDQ@mail.gmail.com

doc/src/sgml/release-12.sgml

index 91f914eccebfba16b085a86aa473f45b0d9d7ae6..f9d27fe4fed9f21f924dc9cb3fe9b2643f3249b1 100644 (file)
@@ -570,7 +570,9 @@ Improve speed of btree index insertions (Alexander Korotkov, Peter Geoghegan)
 </para>
 
 <para>
- LOOKUP, INDEX CLEANUP IMPROVEMENTS?
+The new code improves the space-efficiency of page splits, reduces locking
+overhead, and gives better performance for <command>UPDATE</command>s
+and <command>DELETE</command>s on indexes with many duplicates.
 </para>
 </listitem>