summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorSimon Riggs2012-06-01 10:33:16 +0000
committerSimon Riggs2012-06-01 10:33:16 +0000
commita6e1d7b5fb2ac117acd83aa690767410521cb46b (patch)
treeb299a90744bf64c332de46674e63c3c6fb839281 /doc/src
parent055c352abbf764a08496e94054137da9e26dac04 (diff)
Copy editing of release notes for couple of my items.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-9.2.sgml15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index e4152e73979..a842d448e9e 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -463,13 +463,6 @@
<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
the heap in batches (Heikki Linnakangas)
</para>
@@ -549,7 +542,13 @@
<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>