mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
9.3 release notes: adjustments
Fixes from Peter Geoghegan, Ian Lawrence Barwick, Marti Raudsepp
This commit is contained in:
parent
2497dc0867
commit
c008ca6015
@ -58,19 +58,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Improve grouping of sessions waiting for <link
|
|
||||||
linkend="guc-commit-delay"><varname>commit_delay</></link>
|
|
||||||
(Peter Geoghegan)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
This improves the usefulness and behavior of
|
|
||||||
<varname>commit_delay</>.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Require superuser privileges to set <link
|
Require superuser privileges to set <link
|
||||||
@ -79,11 +66,23 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Allow in-memory sorts to use their full memory allocation (Jeff Janes)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Users who have set <link
|
||||||
|
linkend="guc-work-mem"><varname>work_mem</></link> based on the
|
||||||
|
previous behavior should revisit that setting.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Have <quote>session id</> (<literal>%c</>) in <link
|
Have <quote>session id</> (<literal>%c</>) in <link
|
||||||
linkend="guc-log-line-prefix"><varname>log_line_prefix</></link>
|
linkend="guc-log-line-prefix"><varname>log_line_prefix</></link>
|
||||||
always output four hex digits after the period (Bruce Momjian)
|
always output at least four hex digits after the period (Bruce Momjian)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -287,13 +286,14 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow in-memory sorts to use their full memory allocation (Jeff Janes)
|
Improve grouping of sessions waiting for <link
|
||||||
|
linkend="guc-commit-delay"><varname>commit_delay</></link>
|
||||||
|
(Peter Geoghegan)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Users who have set <link
|
This improves the usefulness and behavior of
|
||||||
linkend="guc-work-mem"><varname>work_mem</></link> based on the
|
<varname>commit_delay</>.
|
||||||
previous behavior should revisit that setting.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -446,7 +446,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Dramatically reduce System V <link linkend="sysvipc">shared
|
Dramatically reduce System V <link linkend="sysvipc">shared
|
||||||
memory</link> usage (Robert Haas)
|
memory</link> requirements (Robert Haas)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -746,7 +746,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow <command>CREATE TABLE IF NOT EXISTS</> to succeed for a
|
Allow <command>DROP TABLE IF NOT EXISTS</> to succeed for a
|
||||||
non-existent schema (Bruce Momjian)
|
non-existent schema (Bruce Momjian)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user