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
ffda90f3
Commit
ffda90f3
authored
May 10, 2012
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9.2 release note updates from Peter Geoghegan
parent
ada8fa08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
23 deletions
+24
-23
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.2.sgml
+24
-23
No files found.
doc/src/sgml/release-9.2.sgml
View file @
ffda90f3
...
...
@@ -72,8 +72,8 @@
<para>
Users should now use hstore(text, text). Since
<productname>PostgreSQL</productname> 9.0,
we have emitted a
warning message
when an operator named => is created because
<productname>PostgreSQL</productname> 9.0,
a warning message is
emitted
when an operator named => is created because
the <acronym>SQL</acronym> standard reserves that token for
another use.
</para>
...
...
@@ -460,17 +460,6 @@
</para>
</listitem>
<listitem>
<para>
Make the visibility map crash-safe (Robert Haas, Noah Misch)
</para>
<para>
This helps vacuum be more efficient, and is necessary for
index-only scans.
</para>
</listitem>
<listitem>
<para>
Improve GiST box and point index performance by producing better
...
...
@@ -545,9 +534,19 @@
<listitem>
<para>
Improve performance of <acronym>WAL</acronym> writes when multiple
transactions commit at the same time (Peter Geoghegan, Simon Riggs,
Heikki Linnakangas)
Improve performance of <acronym>WAL</acronym> writes using group
commit (Peter Geoghegan, Simon Riggs, Heikki Linnakangas)
</para>
</listitem>
<listitem>
<para>
Make the visibility map crash-safe (Robert Haas, Noah Misch)
</para>
<para>
This helps vacuum be more efficient, and is necessary for
index-only scans.
</para>
</listitem>
...
...
@@ -608,14 +607,15 @@
<listitem>
<para>
Allow the <link linkend="pg-stat-bgwriter-view">bgwriter</link>,
<link linkend="guc-wal-writer-delay">walwriter</link>,
and
<link
linkend="monitoring-stats">statistics collector</link>
to sleep
more efficiently during periods of inactivity (Peter Geoghegan,
Heikki Linnakangas, Tom Lane)
<link linkend="guc-wal-writer-delay">walwriter</link>, <link
linkend="monitoring-stats">statistics collector</link>
, archiver,
and checkpointer to sleep more efficiently during periods of
inactivity (Peter Geoghegan,
Heikki Linnakangas, Tom Lane)
</para>
<para>
This reduces <acronym>CPU</acronym> wake-ups.
This reduces <acronym>CPU</acronym> wake-ups, which dramatically
reduces power consumption on idle servers.
</para>
</listitem>
...
...
@@ -2071,7 +2071,8 @@
</para>
<para>
We already supported minor-version-specific <filename>.psqlrc</>
<application>psql</> already supported minor-version-specific
<filename>.psqlrc</>
files.
</para>
</listitem>
...
...
@@ -2745,7 +2746,7 @@
<para>
Specifically, only lock the old cluster if link mode is used,
and do it right after
we restore the schema
.
and do it right after
the schema is restored
.
</para>
</listitem>
...
...
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