]> granicus.if.org Git - postgresql/commitdiff
Copy editing of release notes for couple of my items.
authorSimon Riggs <simon@2ndQuadrant.com>
Fri, 1 Jun 2012 10:33:16 +0000 (11:33 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Fri, 1 Jun 2012 10:33:16 +0000 (11:33 +0100)
doc/src/sgml/release-9.2.sgml

index e4152e73979ad210a2d34c5be627ec863c6c9ef0..a842d448e9ebe510e17f20af2f6492c592633408 100644 (file)
        </para>
       </listitem>
 
-      <listitem>
-       <para>
-        Improve performance of transactions using many savepoints (Simon
-        Riggs)  PARTIALLY REVERTED.  KEEP?
-       </para>
-      </listitem>
-
       <listitem>
        <para>
         Improve <command>COPY</command> performance by adding tuples to
 
       <listitem>
        <para>
-        Improve locking performance during group commit (Peter Geoghegan)
+        Allow group commit to work effectively under heavy load (Peter
+        Geoghegan, Simon Riggs)
+       </para>
+
+       <para>
+        Previously, batching of commits became ineffective as the write
+        workload increased because of internal lock contention.
        </para>
       </listitem>