|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.9 2009/06/08 14:57:21 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.10 2009/06/11 21:44:26 tgl Exp $ --> |
2 | 2 | <!-- See header comment in release.sgml about typical markup -->
|
3 | 3 |
|
4 | 4 | <sect1 id="release-8-4">
|
5 | 5 | <title>Release 8.4</title>
|
6 | 6 |
|
7 | 7 | <note>
|
8 | 8 | <title>Release date</title>
|
9 |
| - <simpara>2009-??-??, ITEMS CURRENT AS OF 2009-05-14</simpara> |
| 9 | + <simpara>2009-??-??, ITEMS CURRENT AS OF 2009-06-11</simpara> |
10 | 10 | </note>
|
11 | 11 |
|
12 | 12 | <sect2>
|
|
922 | 922 | </para>
|
923 | 923 | </listitem>
|
924 | 924 |
|
| 925 | + <listitem> |
| 926 | + <para> |
| 927 | + When archiving is enabled, rotate the last WAL segment at shutdown |
| 928 | + so that all transactions can be archived immediately |
| 929 | + (Guillaume Smet, Heikki) |
| 930 | + </para> |
| 931 | + </listitem> |
| 932 | + |
925 | 933 | <listitem>
|
926 | 934 | <para>
|
927 | 935 | Delay <quote>smart</> shutdown while a continuous archiving base backup
|
|
1793 | 1801 |
|
1794 | 1802 | <listitem>
|
1795 | 1803 | <para>
|
1796 |
| - Make parsing of <type>interval</> literals more standard-compliant (Tom) |
| 1804 | + Make parsing of <type>interval</> literals more standard-compliant |
| 1805 | + (Tom, Ron Mayer) |
1797 | 1806 | </para>
|
1798 | 1807 |
|
1799 | 1808 | <para>
|
|
2049 | 2058 | </para>
|
2050 | 2059 | </listitem>
|
2051 | 2060 |
|
| 2061 | + <listitem> |
| 2062 | + <para> |
| 2063 | + Allow the second argument of <function>pg_get_expr()</> to be zero |
| 2064 | + when deparsing an expression that does not contain variables (Tom) |
| 2065 | + </para> |
| 2066 | + </listitem> |
| 2067 | + |
2052 | 2068 | <listitem>
|
2053 | 2069 | <para>
|
2054 | 2070 | Modify <function>pg_relation_size()</> to use <literal>regclass</>
|
|
2108 | 2124 | <listitem>
|
2109 | 2125 | <para>
|
2110 | 2126 | Fix the behavior of information schema columns
|
2111 |
| - <literal>is_insertable_into</> and <literal>is_updatable</> to |
| 2127 | + <structfield>is_insertable_into</> and <structfield>is_updatable</> to |
2112 | 2128 | be consistent (Peter)
|
2113 | 2129 | </para>
|
2114 | 2130 | </listitem>
|
2115 | 2131 |
|
| 2132 | + <listitem> |
| 2133 | + <para> |
| 2134 | + Improve the behavior of information schema |
| 2135 | + <structfield>datetime_precision</> columns (Peter) |
| 2136 | + </para> |
| 2137 | + |
| 2138 | + <para> |
| 2139 | + These columns now show zero for <type>date</> columns, and 6 |
| 2140 | + (the default precision) for <type>time</>, <type>timestamp</>, and |
| 2141 | + <type>interval</> without a declared precision, rather than showing |
| 2142 | + null as formerly. |
| 2143 | + </para> |
| 2144 | + </listitem> |
| 2145 | + |
2116 | 2146 | <listitem>
|
2117 | 2147 | <para>
|
2118 | 2148 | Convert remaining builtin set-returning functions to use
|
|
3280 | 3310 | </para>
|
3281 | 3311 | </listitem>
|
3282 | 3312 |
|
| 3313 | + <listitem> |
| 3314 | + <para> |
| 3315 | + Enable <filename>contrib/dblink</> to use connection information |
| 3316 | + stored in the SQL/MED catalogs (Joe Conway) |
| 3317 | + </para> |
| 3318 | + </listitem> |
| 3319 | + |
3283 | 3320 | <listitem>
|
3284 | 3321 | <para>
|
3285 | 3322 | Improve <filename>contrib/dblink</>'s reporting of errors from
|
3286 | 3323 | the remote server (Joe Conway)
|
3287 | 3324 | </para>
|
3288 | 3325 | </listitem>
|
3289 | 3326 |
|
| 3327 | + <listitem> |
| 3328 | + <para> |
| 3329 | + Make <filename>contrib/dblink</> set <varname>client_encoding</> |
| 3330 | + to match the local database's encoding (Joe Conway) |
| 3331 | + </para> |
| 3332 | + |
| 3333 | + <para> |
| 3334 | + This prevents encoding problems when communicating with a remote |
| 3335 | + database that uses a different encoding. |
| 3336 | + </para> |
| 3337 | + </listitem> |
| 3338 | + |
3290 | 3339 | <listitem>
|
3291 | 3340 | <para>
|
3292 | 3341 | Make sure <filename>contrib/dblink</> uses a password supplied
|
|
0 commit comments