diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-10-11 21:17:11 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-10-11 21:17:11 +0000 |
commit | 96a83d88072f7fe9c49a3b089dcc9c526fd0c631 (patch) | |
tree | 9ff67a61421e2bbf53835a7e1fcf8bd23ace84b0 /doc/src | |
parent | a72ee090900a24815aea5986ef5417c2312c52a5 (diff) |
Release notes up to date as of today.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 48 |
1 files changed, 45 insertions, 3 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index afdbcc541d5..aabbc1e2f34 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.389 2005/10/05 19:52:22 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.390 2005/10/11 21:17:11 tgl Exp $ Typical markup: @@ -20,7 +20,7 @@ pg_[A-Za-z0-9_] <application> <note> <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> <sect2> @@ -563,6 +563,12 @@ psql -t -f fixseq.sql db1 | psql -e db1 <listitem> <para> + Improve spinlock behavior on SMP machines, particularly Opterons (Tom) + </para> + </listitem> + + <listitem> + <para> Allow non-consecutive index columns to be used in a multi-column index (Tom) </para> @@ -687,7 +693,16 @@ psql -t -f fixseq.sql db1 | psql -e db1 <listitem> <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> </listitem> @@ -1181,6 +1196,16 @@ psql -t -f fixseq.sql db1 | psql -e db1 <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> + <para> Add an internal day field to <type>INTERVAL</> so a one day interval can be distinguished from a 24 hour interval (Michael Glaesemann) @@ -1827,6 +1852,13 @@ psql -t -f fixseq.sql db1 | psql -e db1 <listitem> <para> + Fix <application>pgxs</> to support building against a relocated + installation + </para> + </listitem> + + <listitem> + <para> Add spinlock support for the Itanium processor using Intel compiler (Vikram Kalsi) </para> @@ -2005,6 +2037,16 @@ psql -t -f fixseq.sql db1 | psql -e db1 <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> + <para> Improve <filename>/contrib/pgcrypto</> (Marko Kreen) </para> |