mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix markup so that 'make HISTORY' works. A couple very minor
editorial improvements.
This commit is contained in:
parent
0f1ac2d04c
commit
04c779d3f4
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.596 2009/03/26 02:48:53 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.597 2009/03/26 03:46:14 tgl Exp $ -->
|
||||
<!--
|
||||
|
||||
Typical markup:
|
||||
@ -155,13 +155,13 @@ do it for earlier branch release files.
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Disable appending of the epoch date/time when '%' escapes are missing in
|
||||
log_filename (Robert Haas)
|
||||
Disable appending of the epoch date/time when no '%' escapes are
|
||||
present in log_filename (Robert Haas)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This change was made because some users wanted a consistent log
|
||||
filename.
|
||||
This change was made because some users wanted a constant log filename,
|
||||
for use with an external log rotation tool.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@ -304,8 +304,8 @@ do it for earlier branch release files.
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Throw an error of an escape character is the last character in a LIKE
|
||||
pattern (nothing to escape) (Tom)
|
||||
Throw an error if an escape character is the last character in a LIKE
|
||||
pattern (it has nothing to escape) (Tom)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@ -350,8 +350,8 @@ do it for earlier branch release files.
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Remove ~=~ and ~<>~ operators used for LIKE index comparisons (Tom) bjm:
|
||||
needed?
|
||||
Remove ~=~ and ~<>~ operators used for LIKE index comparisons
|
||||
(Tom) bjm: needed?
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -1181,14 +1181,13 @@ do it for earlier branch release files.
|
||||
|
||||
<para>
|
||||
Previously EXPLAIN VERBOSE output an internal representation of the
|
||||
output columns.
|
||||
query plan. (That behavior is now available via debug_print_plan.)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Have EXPLAIN honor debug_print_plan (Tom) bjm: verify behavior, this
|
||||
replaces EXPLAIN VERBOSE?
|
||||
Have EXPLAIN honor debug_print_plan (Tom)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@ -1209,11 +1208,11 @@ do it for earlier branch release files.
|
||||
<listitem>
|
||||
<para>
|
||||
Dramatically improve the speed of building and accessing hash indexes
|
||||
(Tom Raney, Shreya Bhargava, Kenneth Marshall, Tom)
|
||||
(Tom Raney, Shreya Bhargava, Kenneth Marshall)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This allows hash indexes to be often faster than btree indexes.
|
||||
This allows hash indexes to be sometimes faster than btree indexes.
|
||||
However, hash indexes are still not crash-safe.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user