diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-04-21 09:05:16 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-04-21 09:05:16 -0400 |
commit | 864ec2f0cd5dd2ba5a7b40cc150cecb3010f739c (patch) | |
tree | 3913f1d10a2e3064fc25b49e43258aac6262663b /doc/src | |
parent | ef3defcf0d507abb75d9e9696f11b44f4fc09291 (diff) | |
download | postgresql-864ec2f0cd5dd2ba5a7b40cc150cecb3010f739c.tar.gz postgresql-864ec2f0cd5dd2ba5a7b40cc150cecb3010f739c.zip |
Adjust 9.3 release notes per request from Simon
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-9.3.sgml | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 76ba128f5b0..bc14e595360 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -182,7 +182,7 @@ <listitem> <para> - Improve memory usage for in-memory sorts (Jeff Janes) + "Allow in-memory sorts to use their full memory allocation (Jeff Janes) </para> <para> @@ -401,7 +401,8 @@ </para> <para> - This improves the usefulness of commit_delay. + This improves the usefulness and behavior of commit_delay. + BACKWARD COMPATIBILITY </para> </listitem> @@ -462,7 +463,8 @@ <listitem> <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> </listitem> @@ -526,17 +528,10 @@ </para> </listitem> - <listitem> - <para> - Allow recovery.conf to be relocated using configuration variable - recovery_config_directory (Simon Riggs) - </para> - </listitem> - </itemizedlist> <sect4> - <title>WAL</title> + <title>Write-Ahead Log (WAL)</title> <itemizedlist> @@ -597,7 +592,7 @@ </para> <para> - Only CREATE SCHEMA IF NOT EXISTS? If so, remove it. + Only CREATE SCHEMA ... IF NOT EXISTS? If so, remove it. </para> </listitem> @@ -635,7 +630,7 @@ <listitem> <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> </listitem> @@ -683,13 +678,12 @@ <listitem> <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) </para> <para> - Previously, CREATE TABLE IF EXIST threw an error if the schema was - nonexistent. + Previously, it threw an error if the schema did not exist. </para> </listitem> @@ -967,7 +961,8 @@ </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) </para> </listitem> @@ -1395,6 +1390,12 @@ <listitem> <para> + Add isolation tests for CREATE INDEX CONCURRENTLY (Abhijit Menon-Sen) + </para> + </listitem> + + <listitem> + <para> Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut) </para> </listitem> |