Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c008ca60
Commit
c008ca60
authored
May 04, 2013
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9.3 release notes: adjustments
Fixes from Peter Geoghegan, Ian Lawrence Barwick, Marti Raudsepp
parent
2497dc08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.3.sgml
+16
-16
No files found.
doc/src/sgml/release-9.3.sgml
View file @
c008ca60
...
@@ -60,22 +60,21 @@
...
@@ -60,22 +60,21 @@
<listitem>
<listitem>
<para>
<para>
Improve grouping of sessions waiting for
<link
Require superuser privileges to set
<link
linkend="guc-commit-delay"><varname>commit_delay</></link>
linkend="guc-commit-delay"><varname>commit_delay</></link>
(Peter Geoghegan
)
because it can now potentially delay other sessions (Simon Riggs
)
</para>
</para>
</listitem>
<listitem>
<para>
<para>
This improves the usefulness and behavior of
Allow in-memory sorts to use their full memory allocation (Jeff Janes)
<varname>commit_delay</>.
</para>
</para>
</listitem>
<listitem>
<para>
<para>
Require superuser privileges to
set <link
Users who have
set <link
linkend="guc-
commit-delay"><varname>commit_delay</></link>
linkend="guc-
work-mem"><varname>work_mem</></link> based on the
because it can now potentially delay other sessions (Simon Riggs)
previous behavior should revisit that setting.
</para>
</para>
</listitem>
</listitem>
...
@@ -83,7 +82,7 @@
...
@@ -83,7 +82,7 @@
<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 @@
...
@@ -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 @@
...
@@ -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 @@
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment