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 | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index f15f5ec17f7..94db2f771db 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -58,19 +58,6 @@ - - - Improve grouping of sessions waiting for commit_delay - (Peter Geoghegan) - - - - This improves the usefulness and behavior of - commit_delay. - - - Require superuser privileges to set + + + Allow in-memory sorts to use their full memory allocation (Jeff Janes) + + + + Users who have set work_mem based on the + previous behavior should revisit that setting. + + + 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)