From 864ec2f0cd5dd2ba5a7b40cc150cecb3010f739c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 21 Apr 2013 09:05:16 -0400 Subject: [PATCH] Adjust 9.3 release notes per request from Simon --- doc/src/sgml/release-9.3.sgml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 76ba128f5b..bc14e59536 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -182,7 +182,7 @@ - Improve memory usage for in-memory sorts (Jeff Janes) + "Allow in-memory sorts to use their full memory allocation (Jeff Janes) @@ -401,7 +401,8 @@ - This improves the usefulness of commit_delay. + This improves the usefulness and behavior of commit_delay. + BACKWARD COMPATIBILITY @@ -462,7 +463,8 @@ - Improve performance of streaming replication log shipping (Andres Freund) + Improve performance of streaming replication log shipping and + standby promotion (Andres Freund, Simon Riggs) @@ -526,17 +528,10 @@ - - - Allow recovery.conf to be relocated using configuration variable - recovery_config_directory (Simon Riggs) - - - - WAL + Write-Ahead Log (WAL) @@ -597,7 +592,7 @@ - Only CREATE SCHEMA IF NOT EXISTS? If so, remove it. + Only CREATE SCHEMA ... IF NOT EXISTS? If so, remove it. @@ -635,7 +630,7 @@ - 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) @@ -683,13 +678,12 @@ - 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) - Previously, CREATE TABLE IF EXIST threw an error if the schema was - nonexistent. + Previously, it threw an error if the schema did not exist. @@ -967,7 +961,8 @@ - Previously functions already run in the current session ignored changes + Previously functions already run in the current session ignored + search_path changes. (Bruce Momjian) @@ -1393,6 +1388,12 @@ + + + Add isolation tests for CREATE INDEX CONCURRENTLY (Abhijit Menon-Sen) + + + Remove typedefs for int2/int4 as they are better represented as int16/int32 (Peter Eisentraut) -- 2.40.0