mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Copy editing of release notes for couple of my items.
This commit is contained in:
parent
055c352abb
commit
a6e1d7b5fb
1 changed files with 7 additions and 8 deletions
|
|
@ -461,13 +461,6 @@
|
|||
</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
|
||||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue