Commit 4be535e2 authored by Bruce Momjian's avatar Bruce Momjian

9.3 release note adjustments per request from Andres Freund

parent 1f2236ed
...@@ -187,7 +187,8 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment