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

Commita4406da

Browse files
committed
Remove emphasis from 9.1alpha3 items.
In preparation for 9.1alpha4 release notes, where only the 9.1alpha4features will be emphasized.
1 parentc2903fb commita4406da

File tree

1 file changed

+32
-34
lines changed

1 file changed

+32
-34
lines changed

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

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,16 @@
7272

7373
<listitem>
7474
<para>
75-
<emphasis>Add ALTER ... SET SCHEMA support for conversions,
75+
Add ALTER ... SET SCHEMA support for conversions,
7676
operators, operator classes, operator families, text search
7777
configurations, text search dictionaries, text search
78-
parsers, and text search templates</emphasis>
78+
parsers, and text search templates
7979
</para>
8080
</listitem>
8181

8282
<listitem>
8383
<para>
84-
<emphasis>Make TRUNCATE ... RESTART IDENTITY restart
85-
sequences transactionally</emphasis>
84+
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally
8685
</para>
8786

8887
<para>
@@ -96,8 +95,8 @@
9695

9796
<listitem>
9897
<para>
99-
<emphasis>Prevent invoking I/O conversion casts via
100-
functional/attribute notation</emphasis>
98+
Prevent invoking I/O conversion casts via
99+
functional/attribute notation
101100
</para>
102101
<para>
103102
This was found to be confusing in some cases. The
@@ -172,13 +171,13 @@
172171

173172
<listitem>
174173
<para>
175-
<emphasis>Optimize the commit_siblings configuration parameter</emphasis>
174+
Optimize the commit_siblings configuration parameter
176175
</para>
177176
</listitem>
178177

179178
<listitem>
180179
<para>
181-
<emphasis>KNN GiST, otherwise known as order-by-operator support for GiST</emphasis>
180+
KNN GiST, otherwise known as order-by-operator support for GiST
182181
</para>
183182

184183
<para>
@@ -187,13 +186,13 @@
187186
</listitem>
188187
<listitem>
189188
<para>
190-
<emphasis>Improve process shutdown speed</emphasis>
189+
Improve process shutdown speed
191190
</para>
192191
</listitem>
193192

194193
<listitem>
195194
<para>
196-
<emphasis>Speed up conversion of signed integers to C strings</emphasis>
195+
Speed up conversion of signed integers to C strings
197196
</para>
198197
</listitem>
199198

@@ -307,13 +306,13 @@
307306

308307
<listitem>
309308
<para>
310-
<emphasis>Instrument checkpoint sync calls</emphasis>
309+
Instrument checkpoint sync calls
311310
</para>
312311
</listitem>
313312

314313
<listitem>
315314
<para>
316-
<emphasis>Use the same lexer for recovery.conf that has been used for postgresql.conf</emphasis>
315+
Use the same lexer for recovery.conf that has been used for postgresql.conf
317316
</para>
318317

319318
<para>
@@ -323,13 +322,13 @@
323322

324323
<listitem>
325324
<para>
326-
<emphasis>Add column buffers_backend_fsync to pg_stat_bgwriter</emphasis>
325+
Add column buffers_backend_fsync to pg_stat_bgwriter
327326
</para>
328327
</listitem>
329328

330329
<listitem>
331330
<para>
332-
<emphasis>Add monitoring function pg_last_xact_replay_timestamp()</emphasis>
331+
Add monitoring function pg_last_xact_replay_timestamp()
333332
</para>
334333
</listitem>
335334

@@ -413,21 +412,21 @@
413412

414413
<listitem>
415414
<para>
416-
<emphasis>Add pg_read_binary_file() and whole-file-at-once
417-
versions of pg_read_file()</emphasis>
415+
Add pg_read_binary_file() and whole-file-at-once
416+
versions of pg_read_file()
418417
</para>
419418
</listitem>
420419

421420
<listitem>
422421
<para>
423-
<emphasis>Add new function format(), for sprintf-like string formatting</emphasis>
422+
Add new function format(), for sprintf-like string formatting
424423
</para>
425424
</listitem>
426425

427426
<listitem>
428427
<para>
429-
<emphasis>Add pg_describe_object() function to obtain textual
430-
descriptions of objects as stored in pg_depend</emphasis>
428+
Add pg_describe_object() function to obtain textual
429+
descriptions of objects as stored in pg_depend
431430
</para>
432431
</listitem>
433432

@@ -528,7 +527,7 @@
528527

529528
<listitem>
530529
<para>
531-
<emphasis>Add <quote>S</quote> option to \dn command in psql</emphasis>
530+
Add <quote>S</quote> option to \dn command in psql
532531
</para>
533532
<para>
534533
System schemas are now hidden by default by \dn.
@@ -578,14 +577,14 @@
578577

579578
<listitem>
580579
<para>
581-
<emphasis>Add PQlibVersion() function</emphasis>
580+
Add PQlibVersion() function
582581
</para>
583582
</listitem>
584583

585584
<listitem>
586585
<para>
587-
<emphasis>When reporting the server as not responding, if the
588-
hostname was supplied, also print the IP address</emphasis>
586+
When reporting the server as not responding, if the
587+
hostname was supplied, also print the IP address
589588
</para>
590589
<para>
591590
This allows IPv4 and IPv6 failures to be distinguished. Also
@@ -595,9 +594,9 @@
595594

596595
<listitem>
597596
<para>
598-
<emphasis>Add functions PQping and PQpingParams to allow
597+
Add functions PQping and PQpingParams to allow
599598
detection of the server's status, including a status where
600-
the server is running but refuses ordinary connections</emphasis>
599+
the server is running but refuses ordinary connections
601600
</para>
602601
<para>
603602
pg_ctl uses the new function. This fixes the case where
@@ -663,7 +662,7 @@
663662

664663
<listitem>
665664
<para>
666-
<emphasis>New module contrib/auth_delay</emphasis>
665+
New module contrib/auth_delay
667666
</para>
668667
</listitem>
669668

@@ -717,23 +716,22 @@
717716

718717
<listitem>
719718
<para>
720-
<emphasis>Rewrite the GiST insertion logic so that the
719+
Rewrite the GiST insertion logic so that the
721720
post-recovery cleanup stage to finish incomplete inserts or
722-
splits is not needed anymore</emphasis>
721+
splits is not needed anymore
723722
</para>
724723
</listitem>
725724

726725
<listitem>
727726
<para>
728-
<emphasis>Add support for collecting
729-
<quote>minidump</quote>-style crash dumps on
730-
Windows</emphasis>
727+
Add support for collecting <quote>minidump</quote>-style crash dumps
728+
on Windows
731729
</para>
732730
</listitem>
733731

734732
<listitem>
735733
<para>
736-
<emphasis>Replace pg_class.relistemp column with relpersistence</emphasis>
734+
Replace pg_class.relistemp column with relpersistence
737735
</para>
738736

739737
<para>
@@ -743,13 +741,13 @@
743741

744742
<listitem>
745743
<para>
746-
<emphasis>GNU make 3.80 or newer is now required</emphasis>
744+
GNU make 3.80 or newer is now required
747745
</para>
748746
</listitem>
749747

750748
<listitem>
751749
<para>
752-
<emphasis>Improved support for parallel make, make -k, and make -q</emphasis>
750+
Improved support for parallel make, make -k, and make -q
753751
</para>
754752
</listitem>
755753

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp