9.3 release note adjustments per request from Andres Freund

This commit is contained in:
Bruce Momjian 2013-04-21 10:08:58 -04:00
parent 1f2236edd1
commit 4be535e2e4

View File

@ -187,7 +187,8 @@
<listitem> <listitem>
<para> <para>
Use a binary heap for Merge-Append operations (Abhijit Menon-Sen) Implement a generic binary heap and use it for Merge-Append
operations (Abhijit Menon-Sen)
</para> </para>
</listitem> </listitem>
@ -537,7 +538,7 @@
<listitem> <listitem>
<para> <para>
Store WAL in a continuous stream, rather than skipping the last Store WAL in a continuous stream, rather than skipping the last
16MB segment every 4GB (Heikki Linnakangas) 16MB segment every 4GB (Heikki Linnakangas) BACKWARD COMPATIBLE BREAK
</para> </para>
</listitem> </listitem>
@ -622,7 +623,8 @@
<listitem> <listitem>
<para> <para>
Add CREATE SCHEMA ... IF NOT EXIST clause (Fabrízio de Royes Mello) Add CREATE SCHEMA ... IF NOT EXIST clause (Fabr&iacute;zio de
Royes Mello)
</para> </para>
</listitem> </listitem>
@ -1253,7 +1255,8 @@
<listitem> <listitem>
<para> <para>
Add pg_dump --jobs to dump in parallel (Joachim Wieland) Add pg_dump --jobs to dump in parallel when using directory
output format (Joachim Wieland)
</para> </para>
</listitem> </listitem>
@ -1497,8 +1500,8 @@
<listitem> <listitem>
<para> <para>
Split out WAL reading as an independent facility (Andres Freund, Heikki Split out WAL reading as an independent facility (Heikki
Linnakangas) Linnakangas, Andres Freund)
</para> </para>
</listitem> </listitem>