Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitffda90f

Browse files
committed
9.2 release note updates from Peter Geoghegan
1 parentada8fa0 commitffda90f

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

‎doc/src/sgml/release-9.2.sgml

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272

7373
<para>
7474
Users should now use hstore(text, text). Since
75-
<productname>PostgreSQL</productname> 9.0,we have emitted a
76-
warning message when an operator named =&gt; is created because
75+
<productname>PostgreSQL</productname> 9.0,a warning message is
76+
emitted when an operator named =&gt; is created because
7777
the <acronym>SQL</acronym> standard reserves that token for
7878
another use.
7979
</para>
@@ -460,17 +460,6 @@
460460
</para>
461461
</listitem>
462462

463-
<listitem>
464-
<para>
465-
Make the visibility map crash-safe (Robert Haas, Noah Misch)
466-
</para>
467-
468-
<para>
469-
This helps vacuum be more efficient, and is necessary for
470-
index-only scans.
471-
</para>
472-
</listitem>
473-
474463
<listitem>
475464
<para>
476465
Improve GiST box and point index performance by producing better
@@ -545,9 +534,19 @@
545534

546535
<listitem>
547536
<para>
548-
Improve performance of <acronym>WAL</acronym> writes when multiple
549-
transactions commit at the same time (Peter Geoghegan, Simon Riggs,
550-
Heikki Linnakangas)
537+
Improve performance of <acronym>WAL</acronym> writes using group
538+
commit (Peter Geoghegan, Simon Riggs, Heikki Linnakangas)
539+
</para>
540+
</listitem>
541+
542+
<listitem>
543+
<para>
544+
Make the visibility map crash-safe (Robert Haas, Noah Misch)
545+
</para>
546+
547+
<para>
548+
This helps vacuum be more efficient, and is necessary for
549+
index-only scans.
551550
</para>
552551
</listitem>
553552

@@ -608,14 +607,15 @@
608607
<listitem>
609608
<para>
610609
Allow the <link linkend="pg-stat-bgwriter-view">bgwriter</link>,
611-
<link linkend="guc-wal-writer-delay">walwriter</link>,and<link
612-
linkend="monitoring-stats">statistics collector</link> to sleep
613-
more efficiently during periods of inactivity (Peter Geoghegan,
614-
Heikki Linnakangas, Tom Lane)
610+
<link linkend="guc-wal-writer-delay">walwriter</link>, <link
611+
linkend="monitoring-stats">statistics collector</link>, archiver,
612+
and checkpointer to sleepmore efficiently during periods of
613+
inactivity (Peter Geoghegan,Heikki Linnakangas, Tom Lane)
615614
</para>
616615

617616
<para>
618-
This reduces <acronym>CPU</acronym> wake-ups.
617+
This reduces <acronym>CPU</acronym> wake-ups, which dramatically
618+
reduces power consumption on idle servers.
619619
</para>
620620
</listitem>
621621

@@ -2071,7 +2071,8 @@
20712071
</para>
20722072

20732073
<para>
2074-
We already supported minor-version-specific <filename>.psqlrc</>
2074+
<application>psql</> already supported minor-version-specific
2075+
<filename>.psqlrc</>
20752076
files.
20762077
</para>
20772078
</listitem>
@@ -2745,7 +2746,7 @@
27452746

27462747
<para>
27472748
Specifically, only lock the old cluster if link mode is used,
2748-
and do it right afterwe restorethe schema.
2749+
and do it right after the schema is restored.
27492750
</para>
27502751
</listitem>
27512752

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp