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
96a83d88
Commit
96a83d88
authored
Oct 11, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release notes up to date as of today.
parent
a72ee090
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
3 deletions
+45
-3
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+45
-3
No files found.
doc/src/sgml/release.sgml
View file @
96a83d88
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.3
89 2005/10/05 19:52:22 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.3
90 2005/10/11 21:17:11 tgl
Exp $
Typical markup:
Typical markup:
...
@@ -20,7 +20,7 @@ pg_[A-Za-z0-9_] <application>
...
@@ -20,7 +20,7 @@ pg_[A-Za-z0-9_] <application>
<note>
<note>
<title>Release date</title>
<title>Release date</title>
<simpara>2005-1?-??, Current as of 2005-
09-27
</simpara>
<simpara>2005-1?-??, Current as of 2005-
10-11
</simpara>
</note>
</note>
<sect2>
<sect2>
...
@@ -561,6 +561,12 @@ psql -t -f fixseq.sql db1 | psql -e db1
...
@@ -561,6 +561,12 @@ psql -t -f fixseq.sql db1 | psql -e db1
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Improve spinlock behavior on SMP machines, particularly Opterons (Tom)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow non-consecutive index columns to be used in a multi-column
Allow non-consecutive index columns to be used in a multi-column
...
@@ -687,7 +693,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
...
@@ -687,7 +693,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
<listitem>
<listitem>
<para>
<para>
Enhance <literal>pg_locks</> display (Tom)
Adjust <literal>pg_stat</> views for bitmap scans (Tom)
</para>
<para>
The meanings of some of the fields have changed slightly.
</para>
</listitem>
<listitem>
<para>
Enhance <literal>pg_locks</> view (Tom)
</para>
</para>
</listitem>
</listitem>
...
@@ -1179,6 +1194,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
...
@@ -1179,6 +1194,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Fix roundoff behavior in timestamp, time, and interval output (Tom)
</para>
<para>
This fixes some cases in which the seconds field would be shown as
<literal>60</> instead of incrementing the higher-order fields.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add an internal day field to <type>INTERVAL</> so a one day
Add an internal day field to <type>INTERVAL</> so a one day
...
@@ -1825,6 +1850,13 @@ psql -t -f fixseq.sql db1 | psql -e db1
...
@@ -1825,6 +1850,13 @@ psql -t -f fixseq.sql db1 | psql -e db1
<title>Source Code Changes</title>
<title>Source Code Changes</title>
<itemizedlist>
<itemizedlist>
<listitem>
<para>
Fix <application>pgxs</> to support building against a relocated
installation
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add spinlock support for the Itanium processor using Intel
Add spinlock support for the Itanium processor using Intel
...
@@ -2003,6 +2035,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
...
@@ -2003,6 +2035,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Improve <filename>/contrib/pgbench</> (Tatsuo)
</para>
<para>
There is now a facility for testing with SQL command scripts given
by the user, instead of only a hard-wired command sequence.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Improve <filename>/contrib/pgcrypto</> (Marko Kreen)
Improve <filename>/contrib/pgcrypto</> (Marko Kreen)
...
...
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