Commit 864ec2f0 authored by Bruce Momjian's avatar Bruce Momjian

Adjust 9.3 release notes per request from Simon

parent ef3defcf
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
<listitem> <listitem>
<para> <para>
Improve memory usage for in-memory sorts (Jeff Janes) "Allow in-memory sorts to use their full memory allocation (Jeff Janes)
</para> </para>
<para> <para>
...@@ -401,7 +401,8 @@ ...@@ -401,7 +401,8 @@
</para> </para>
<para> <para>
This improves the usefulness of commit_delay. This improves the usefulness and behavior of commit_delay.
BACKWARD COMPATIBILITY
</para> </para>
</listitem> </listitem>
...@@ -462,7 +463,8 @@ ...@@ -462,7 +463,8 @@
<listitem> <listitem>
<para> <para>
Improve performance of streaming replication log shipping (Andres Freund) Improve performance of streaming replication log shipping and
standby promotion (Andres Freund, Simon Riggs)
</para> </para>
</listitem> </listitem>
...@@ -526,17 +528,10 @@ ...@@ -526,17 +528,10 @@
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Allow recovery.conf to be relocated using configuration variable
recovery_config_directory (Simon Riggs)
</para>
</listitem>
</itemizedlist> </itemizedlist>
<sect4> <sect4>
<title>WAL</title> <title>Write-Ahead Log (WAL)</title>
<itemizedlist> <itemizedlist>
...@@ -597,7 +592,7 @@ ...@@ -597,7 +592,7 @@
</para> </para>
<para> <para>
Only CREATE SCHEMA IF NOT EXISTS? If so, remove it. Only CREATE SCHEMA ... IF NOT EXISTS? If so, remove it.
</para> </para>
</listitem> </listitem>
...@@ -635,7 +630,7 @@ ...@@ -635,7 +630,7 @@
<listitem> <listitem>
<para> <para>
Add IF NOT EXISTS clause to CREATE SCHEMA (Fabrízio de Royes Mello) Add CREATE SCHEMA ... IF NOT EXIST clause (Fabrízio de Royes Mello)
</para> </para>
</listitem> </listitem>
...@@ -683,13 +678,12 @@ ...@@ -683,13 +678,12 @@
<listitem> <listitem>
<para> <para>
Allow CREATE TABLE to succeed for a non-existent schema Allow CREATE TABLE IF NOT EXIST to succeed for a non-existent schema
(Bruce Momjian) (Bruce Momjian)
</para> </para>
<para> <para>
Previously, CREATE TABLE IF EXIST threw an error if the schema was Previously, it threw an error if the schema did not exist.
nonexistent.
</para> </para>
</listitem> </listitem>
...@@ -967,7 +961,8 @@ ...@@ -967,7 +961,8 @@
</para> </para>
<para> <para>
Previously functions already run in the current session ignored changes Previously functions already run in the current session ignored
search_path changes.
(Bruce Momjian) (Bruce Momjian)
</para> </para>
</listitem> </listitem>
...@@ -1393,6 +1388,12 @@ ...@@ -1393,6 +1388,12 @@
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Add isolation tests for CREATE INDEX CONCURRENTLY (Abhijit Menon-Sen)
</para>
</listitem>
<listitem> <listitem>
<para> <para>
Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut) Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut)
......
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