From c008ca6015732da09416381710066540cbfa735b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 4 May 2013 10:44:49 -0400 Subject: [PATCH] 9.3 release notes: adjustments Fixes from Peter Geoghegan, Ian Lawrence Barwick, Marti Raudsepp --- doc/src/sgml/release-9.3.sgml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index f15f5ec17f..94db2f771d 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -60,22 +60,21 @@ - Improve grouping of sessions waiting for commit_delay - (Peter Geoghegan) + because it can now potentially delay other sessions (Simon Riggs) + + - This improves the usefulness and behavior of - commit_delay. + Allow in-memory sorts to use their full memory allocation (Jeff Janes) - - - Require superuser privileges to set commit_delay - because it can now potentially delay other sessions (Simon Riggs) + Users who have set work_mem based on the + previous behavior should revisit that setting. @@ -83,7 +82,7 @@ Have session id (%c) in log_line_prefix - always output four hex digits after the period (Bruce Momjian) + always output at least four hex digits after the period (Bruce Momjian) @@ -287,13 +286,14 @@ - Allow in-memory sorts to use their full memory allocation (Jeff Janes) + Improve grouping of sessions waiting for commit_delay + (Peter Geoghegan) - Users who have set work_mem based on the - previous behavior should revisit that setting. + This improves the usefulness and behavior of + commit_delay. @@ -446,7 +446,7 @@ Dramatically reduce System V shared - memory usage (Robert Haas) + memory requirements (Robert Haas) @@ -746,7 +746,7 @@ - Allow CREATE TABLE IF NOT EXISTS to succeed for a + Allow DROP TABLE IF NOT EXISTS to succeed for a non-existent schema (Bruce Momjian) -- 2.40.0