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

Commite29d8f3

Browse files
author
Neil Conway
committed
SGML markup improvements.
1 parent127ea18 commite29d8f3

File tree

1 file changed

+49
-44
lines changed

1 file changed

+49
-44
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 49 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.252 2004/01/05 20:39:23 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.253 2004/02/10 20:51:39 neilc Exp $
33
-->
44

55
<appendix id="release">
@@ -896,7 +896,7 @@ DROP SCHEMA information_schema CASCADE;
896896
<para>Add Mac OS X Rendezvous server support (Chris Campbell)</para>
897897
<para>
898898
This allows Mac OS X hosts to query the network for available
899-
PostgreSQL servers.
899+
<productname>PostgreSQL</productname> servers.
900900
</para>
901901
</listitem>
902902

@@ -954,7 +954,7 @@ DROP SCHEMA information_schema CASCADE;
954954
<varname>max_connections</> 100, if possible (Tom)
955955
</para>
956956
<para>
957-
Prior versions defaulted to 64 shared buffers so PostgreSQL
957+
Prior versions defaulted to 64 shared buffers so<productname>PostgreSQL</productname>
958958
would start on even very old systems. This release tests the
959959
amount of shared memory allowed by the platform and selects more
960960
reasonable default values if possible. Of course, users are
@@ -1019,8 +1019,9 @@ DROP SCHEMA information_schema CASCADE;
10191019
<para>
10201020
The SQL standard says that an aggregate function appearing
10211021
within a nested subquery belongs to the outer query if its
1022-
argument contains only outer-query variables. Prior PostgreSQL
1023-
releases did not handle this fine point correctly.
1022+
argument contains only outer-query variables. Prior
1023+
<productname>PostgreSQL</productname> releases did not handle
1024+
this fine point correctly.
10241025
</para>
10251026
</listitem>
10261027

@@ -1029,8 +1030,9 @@ DROP SCHEMA information_schema CASCADE;
10291030
<para>
10301031
By default, tables mentioned in the query are automatically
10311032
added to the <literal>FROM</> clause if they are not already
1032-
there. This is compatible with historic POSTGRES behavior but
1033-
is contrary to the SQL standard. This option allows selecting
1033+
there. This is compatible with historic
1034+
<productname>POSTGRES</productname> behavior but is contrary to
1035+
the SQL standard. This option allows selecting
10341036
standard-compatible behavior.
10351037
</para>
10361038
</listitem>
@@ -1092,7 +1094,7 @@ DROP SCHEMA information_schema CASCADE;
10921094
<listitem>
10931095
<para>Fix several zero-column table bugs (Tom)</para>
10941096
<para>
1095-
PostgreSQL supports zero-column tables. This fixes various bugs
1097+
<productname>PostgreSQL</productname> supports zero-column tables. This fixes various bugs
10961098
that occur when using such tables.
10971099
</para>
10981100
</listitem>
@@ -1750,7 +1752,8 @@ DROP SCHEMA information_schema CASCADE;
17501752
<listitem>
17511753
<para>Long options for <application>pg_dump</application> are now available on all platforms</para>
17521754
<para>
1753-
PostgreSQL now includes its own long-option processing routines.
1755+
<productname>PostgreSQL</productname> now includes its own
1756+
long-option processing routines.
17541757
</para>
17551758
</listitem>
17561759
</itemizedlist>
@@ -1912,7 +1915,7 @@ DROP SCHEMA information_schema CASCADE;
19121915
<listitem><para>Allow libpq to compile with Borland C++ compiler (Lester Godwin, Karl Waclawek)</para></listitem>
19131916
<listitem><para>Use our own version of <function>getopt_long()</function> if needed (Peter)</para></listitem>
19141917
<listitem><para>Convert administration scripts to C (Peter)</para></listitem>
1915-
<listitem><para>Bison >= 1.85 is now required to build the PostgreSQL grammar, if building from CVS</para></listitem>
1918+
<listitem><para>Bison >= 1.85 is now required to build the<productname>PostgreSQL</> grammar, if building from CVS</para></listitem>
19161919
<listitem><para>Merge documentation into one book (Peter)</para></listitem>
19171920
<listitem><para>Add Windows compatibility functions (Bruce)</para></listitem>
19181921
<listitem><para>Allow client interfaces to compile under MinGW (Bruce)</para></listitem>
@@ -2249,9 +2252,9 @@ DROP SCHEMA information_schema CASCADE;
22492252
<para>
22502253
A dump/restore is <emphasis>not</emphasis> required for those
22512254
running version 7.3. However, it should be noted that the main
2252-
PostgreSQL interface library, libpq, has a new major version
2253-
number for this release, which may require recompilation of client
2254-
code in certain cases.
2255+
<productname>PostgreSQL</productname> interface library, libpq,
2256+
has a new major versionnumber for this release, which may require
2257+
recompilation of clientcode in certain cases.
22552258
</para>
22562259
</sect2>
22572260

@@ -2312,8 +2315,8 @@ DROP SCHEMA information_schema CASCADE;
23122315
<term>Drop Column</term>
23132316
<listitem>
23142317
<para>
2315-
PostgreSQL now supports the <literal>ALTER TABLE ... DROP
2316-
COLUMN</literal> functionality.
2318+
<productname>PostgreSQL</productname> now supports the
2319+
<literal>ALTER TABLE ... DROPCOLUMN</literal> functionality.
23172320
</para>
23182321
</listitem>
23192322
</varlistentry>
@@ -2336,8 +2339,8 @@ DROP SCHEMA information_schema CASCADE;
23362339
<term>Prepared Queries</term>
23372340
<listitem>
23382341
<para>
2339-
PostgreSQL now supports prepared queries, for improved
2340-
performance.
2342+
<productname>PostgreSQL</productname> now supports prepared
2343+
queries, for improvedperformance.
23412344
</para>
23422345
</listitem>
23432346
</varlistentry>
@@ -2346,11 +2349,11 @@ DROP SCHEMA information_schema CASCADE;
23462349
<term>Dependency Tracking</term>
23472350
<listitem>
23482351
<para>
2349-
PostgreSQL now records object dependencies, which allows
2350-
improvements in many areas. <command>DROP</command>
2351-
statements now take either <literal>CASCADE</> or
2352-
<literal>RESTRICT</> to control whether dependent objects are
2353-
also dropped.
2352+
<productname>PostgreSQL</productname> now records object
2353+
dependencies, which allowsimprovements in many areas.
2354+
<command>DROP</command>statements now take either
2355+
<literal>CASCADE</> or <literal>RESTRICT</> to control whether
2356+
dependent objects arealso dropped.
23542357
</para>
23552358
</listitem>
23562359
</varlistentry>
@@ -2530,7 +2533,7 @@ DROP SCHEMA information_schema CASCADE;
25302533
<itemizedlist>
25312534
<listitem><para>Add pg_locks view to show locks (Neil)</para></listitem>
25322535
<listitem><para>Security fixes for password negotiation memory allocation (Neil)</para></listitem>
2533-
<listitem><para>Remove support for version 0 FE/BE protocol (PostgreSQL 6.2 and earlier) (Tom)</para></listitem>
2536+
<listitem><para>Remove support for version 0 FE/BE protocol (<productname>PostgreSQL</productname> 6.2 and earlier) (Tom)</para></listitem>
25342537
<listitem><para>Reserve the last few backend slots for superusers, add parameter superuser_reserved_connections to control this (Nigel J. Andrews)</para></listitem>
25352538
</itemizedlist>
25362539
</sect3>
@@ -3771,7 +3774,7 @@ Python fixes (Darcy)
37713774

37723775
<para>
37733776
This release focuses on removing limitations that have existed in the
3774-
PostgreSQL code for many years.
3777+
<productname>PostgreSQL</productname> code for many years.
37753778
</para>
37763779

37773780
<para>
@@ -3784,12 +3787,12 @@ Python fixes (Darcy)
37843787
</term>
37853788
<listitem>
37863789
<para>
3787-
To maintain database consistency in case
3788-
of an operating system crash,previous releases of PostgreSQL have
3789-
forcedall data modifications to disk before each transaction commit.
3790-
WithWAL, only one log file must be flushed to disk, greatly improving
3791-
performance. If you have been using -F in previous releases to disable
3792-
disk flushes, you may want to consider discontinuing its use.
3790+
To maintain database consistency in case of an operating system crash,
3791+
previous releases of<productname>PostgreSQL</productname> have forced
3792+
all data modifications to disk before each transaction commit. With
3793+
WAL, only one log file must be flushed to disk, greatly improving
3794+
performance. If you have been using -F in previous releases to
3795+
disabledisk flushes, you may want to consider discontinuing its use.
37933796
</para>
37943797
</listitem>
37953798
</varlistentry>
@@ -4862,17 +4865,18 @@ Add Win1250 (Czech) support (Pavel Behal)
48624865
</term>
48634866
<listitem>
48644867
<para>
4865-
This removes our old
4866-
table-level locking, and replaces it with a locking system that is
4867-
superior to most commercial database systems. In a traditional system,
4868-
each row that is modified is locked until committed, preventing reads by
4869-
other users. MVCC uses the natural multiversion nature of PostgreSQL
4870-
to allow readers to continue reading consistent data during writer
4871-
activity. Writers continue to use the compact pg_log transaction
4872-
system. This is all performed without having to allocate a lock for
4873-
every row like traditional database systems. So, basically, we no
4874-
longer are restricted by simple table-level locking;
4875-
we have something better than row-level locking.
4868+
This removes our old table-level locking, and replaces it with
4869+
a locking system that is superior to most commercial database
4870+
systems. In a traditional system, each row that is modified
4871+
is locked until committed, preventing reads by other users.
4872+
MVCC uses the natural multiversion nature of
4873+
<productname>PostgreSQL</productname> to allow readers to
4874+
continue reading consistent data during writer activity.
4875+
Writers continue to use the compact pg_log transaction system.
4876+
This is all performed without having to allocate a lock for
4877+
every row like traditional database systems. So, basically,
4878+
we no longer are restricted by simple table-level locking; we
4879+
have something better than row-level locking.
48764880
</para>
48774881
</listitem>
48784882
</varlistentry>
@@ -4933,9 +4937,10 @@ Add Win1250 (Czech) support (Pavel Behal)
49334937
</term>
49344938
<listitem>
49354939
<para>
4936-
We continue to speed up PostgreSQL, thanks to the variety of
4937-
talents within our team. We have sped up memory allocation,
4938-
optimization, table joins, and row transfer routines.
4940+
We continue to speed up <productname>PostgreSQL</productname>,
4941+
thanks to the variety of talents within our team. We have
4942+
sped up memory allocation, optimization, table joins, and row
4943+
transfer routines.
49394944
</para>
49404945
</listitem>
49414946
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp