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
decff24f
Commit
decff24f
authored
Oct 18, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More release wording adjustments.
parent
52c51a45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
34 deletions
+39
-34
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+39
-34
No files found.
doc/src/sgml/release.sgml
View file @
decff24f
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.52
5 2007/10/18 16:47:58
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.52
6 2007/10/18 23:05:06
momjian Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -66,8 +66,8 @@ do it for earlier branch release files.
...
@@ -66,8 +66,8 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Support for the SQL/XML standard, including new operators and
a
Support for the SQL/XML standard, including new operators and
new <type>XML</type> builtin
type
an <type>XML</type> data
type
</para>
</para>
</listitem>
</listitem>
...
@@ -79,8 +79,7 @@ do it for earlier branch release files.
...
@@ -79,8 +79,7 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Universally Unique Identifier (<type>UUID</>) data type, similar
Universally Unique Identifier (<type>UUID</>) data type
to that defined by RFC 4122
</para>
</para>
</listitem>
</listitem>
...
@@ -171,28 +170,27 @@ do it for earlier branch release files.
...
@@ -171,28 +170,27 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
<quote>Distributed</> checkpoints prevent I/O spikes during
Distributed checkpoints prevent I/O spikes during checkpoints
checkpoints
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Heap-Only Tuples (<acronym>HOT</>)
improves
<command>UPDATE</>
Heap-Only Tuples (<acronym>HOT</>)
accelerate
<command>UPDATE</>
space
usag
e
space
reus
e
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Just-in-time background writer strategy
to improve
disk write
Just-in-time background writer strategy
improves
disk write
efficiency
efficiency
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Reduction of
both
per-field and per-row storage requirements
Reduction of per-field and per-row storage requirements
</para>
</para>
</listitem>
</listitem>
...
@@ -218,7 +216,8 @@ do it for earlier branch release files.
...
@@ -218,7 +216,8 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Use pseudo-transaction ids in read-only transactions
Reduce need for vacuum by using pseudo-transaction ids in
read-only transactions
</para>
</para>
</listitem>
</listitem>
...
@@ -507,7 +506,7 @@ do it for earlier branch release files.
...
@@ -507,7 +506,7 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
<quote>Distributed</>
checkpoints prevent I/O spikes during
Distributed
checkpoints prevent I/O spikes during
checkpoints (Itagaki Takahiro and Heikki Linnakangas)
checkpoints (Itagaki Takahiro and Heikki Linnakangas)
</para>
</para>
...
@@ -522,8 +521,8 @@ do it for earlier branch release files.
...
@@ -522,8 +521,8 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Heap-Only Tuples (<acronym>HOT</>)
improves
<command>UPDATE</>
Heap-Only Tuples (<acronym>HOT</>)
accelerate
<command>UPDATE</>
space
usag
e (Pavan Deolasee, with ideas from many others)
space
reus
e (Pavan Deolasee, with ideas from many others)
</para>
</para>
<para>
<para>
...
@@ -540,7 +539,7 @@ do it for earlier branch release files.
...
@@ -540,7 +539,7 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Just-in-time background writer strategy
to improve
disk write
Just-in-time background writer strategy
improves
disk write
efficiency (Greg Smith, Itagaki Takahiro)
efficiency (Greg Smith, Itagaki Takahiro)
</para>
</para>
...
@@ -551,8 +550,8 @@ do it for earlier branch release files.
...
@@ -551,8 +550,8 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Reduction of
both per-field and per-row storage requirements
Reduction of
per-field and per-row storage requirements (Greg
(Greg
Stark)
Stark)
</para>
</para>
<para>
<para>
...
@@ -565,21 +564,23 @@ do it for earlier branch release files.
...
@@ -565,21 +564,23 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Use pseudo-transaction ids in read-only transactions (Florian Pflug)
Reduce need for vacuum by using pseudo-transaction ids in
read-only transactions (Florian Pflug)
</para>
</para>
<para>
<para>
This reduces transaction overhead for read-only transactions,
Pseudo-transaction ids do not increment the global transaction
and reduces the necessity of vacuuming for transaction id
counter. Therefore, they do not add to the need for vacuum to
wrap-around. Other transaction performance improvements were
read all database rows to prevent problems with transaction id
also made that should improve concurrency.
wrap-around. Other transaction performance improvements were also
made that should improve concurrency.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Create a dedicated <acronym>WAL</> writer process to off-load
Create a dedicated <acronym>WAL</> writer process to off-load
WAL-writing
work from backends (Simon)
work from backends (Simon)
</para>
</para>
</listitem>
</listitem>
...
@@ -619,12 +620,6 @@ do it for earlier branch release files.
...
@@ -619,12 +620,6 @@ do it for earlier branch release files.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Reduce overhead of populating the statistics tables. (Tom)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow <literal>ORDER BY ... LIMIT</> to be done without sorting
Allow <literal>ORDER BY ... LIMIT</> to be done without sorting
...
@@ -637,6 +632,12 @@ do it for earlier branch release files.
...
@@ -637,6 +632,12 @@ do it for earlier branch release files.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Reduce overhead of populating the statistics tables (Tom)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Improve hash join performance for cases with many NULLs (Tom)
Improve hash join performance for cases with many NULLs (Tom)
...
@@ -1327,8 +1328,8 @@ do it for earlier branch release files.
...
@@ -1327,8 +1328,8 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Support for the SQL/XML standard, including new operators and a
Support for the SQL/XML standard, including new operators and an
new <type>XML</type> builtin
type (Nikolay Samokhvalov, Peter)
<type>XML</type> data
type (Nikolay Samokhvalov, Peter)
</para>
</para>
</listitem>
</listitem>
...
@@ -1346,8 +1347,12 @@ do it for earlier branch release files.
...
@@ -1346,8 +1347,12 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Universally Unique Identifier (<type>UUID</>) data type, similar
Universally Unique Identifier (<type>UUID</>) data type (Gevik
to that defined by RFC 4122 (Gevik Babakhani, Neil)
Babakhani, Neil)
</para>
<para>
This closely matches <acronym>RFC</> 4122.
</para>
</para>
</listitem>
</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