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
04c779d3
Commit
04c779d3
authored
Mar 26, 2009
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markup so that 'make HISTORY' works. A couple very minor
editorial improvements.
parent
0f1ac2d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
26 deletions
+25
-26
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+25
-26
No files found.
doc/src/sgml/release.sgml
View file @
04c779d3
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.59
6 2009/03/26 02:48:53 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.59
7 2009/03/26 03:46:14 tgl
Exp $ -->
<!--
Typical markup:
...
...
@@ -68,7 +68,7 @@ do it for earlier branch release files.
<note>
<title>Release date</title>
<simpara>2009-XX-XX, ITEMS CURRENT AS OF 2009-03-16</simpara>
<simpara>2009-XX-XX, ITEMS CURRENT AS OF 2009-03-16</simpara>
</note>
<sect2>
...
...
@@ -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 cons
istent log
f
ilename
.
This change was made because some users wanted a cons
tant log filename,
f
or 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
o
f an escape character is the last character in a LIKE
pattern (nothing to escape) (Tom)
Throw an error
i
f 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>
...
...
@@ -543,7 +543,7 @@ do it for earlier branch release files.
<listitem>
<para>
Add postgresql.conf setting cursor_tuple_fraction to control the
Add postgresql.conf setting cursor_tuple_fraction to control the
fraction of a cursor's rows expected to be requested by the user (Robert
Hell)
</para>
...
...
@@ -937,7 +937,7 @@ do it for earlier branch release files.
<listitem>
<para>
OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS} ONLY.
OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS} ONLY.
</para>
</listitem>
...
...
@@ -971,7 +971,7 @@ do it for earlier branch release files.
<listitem>
<para>
New syntax supported (these formerly required "ALTER TABLE")
New syntax supported (these formerly required "ALTER TABLE")
</para>
</listitem>
...
...
@@ -985,17 +985,17 @@ do it for earlier branch release files.
</listitem>
<listitem>
<para>
ALTER VIEW ALTER COLUMN SET/DROP DEFAULT
ALTER VIEW ALTER COLUMN SET/DROP DEFAULT
</para>
</listitem>
<listitem>
<para>
ALTER VIEW OWNER TO
ALTER VIEW OWNER TO
</para>
</listitem>
<listitem>
<para>
ALTER VIEW SET SCHEMA
ALTER VIEW SET SCHEMA
</para>
</listitem>
</itemizedlist>
...
...
@@ -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>
...
...
@@ -1810,23 +1809,23 @@ do it for earlier branch release files.
<itemizedlist>
<listitem>
<para>
Support DETAIL and HINT fields
Support DETAIL and HINT fields
</para>
</listitem>
<listitem>
<para>
Support SQLSTATE error codes
Support SQLSTATE error codes
</para>
</listitem>
<listitem>
<para>
Support an exception name parameter
Support an exception name parameter
</para>
</listitem>
<listitem>
<para>
Allow RAISE without parameters in an exception
block to rethrow the current error
Allow RAISE without parameters in an exception
block to rethrow the current error
</para>
</listitem>
</itemizedlist>
...
...
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