Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae8a2d1

Browse files
committed
Update release notes to today.
1 parent44aa60f commitae8a2d1

File tree

1 file changed

+53
-4
lines changed

1 file changed

+53
-4
lines changed

‎doc/src/sgml/release-8.4.sgml

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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 $ -->
22
<!-- See header comment in release.sgml about typical markup -->
33

44
<sect1 id="release-8-4">
55
<title>Release 8.4</title>
66

77
<note>
88
<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>
1010
</note>
1111

1212
<sect2>
@@ -922,6 +922,14 @@
922922
</para>
923923
</listitem>
924924

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+
925933
<listitem>
926934
<para>
927935
Delay <quote>smart</> shutdown while a continuous archiving base backup
@@ -1793,7 +1801,8 @@
17931801

17941802
<listitem>
17951803
<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)
17971806
</para>
17981807

17991808
<para>
@@ -2049,6 +2058,13 @@
20492058
</para>
20502059
</listitem>
20512060

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+
20522068
<listitem>
20532069
<para>
20542070
Modify <function>pg_relation_size()</> to use <literal>regclass</>
@@ -2108,11 +2124,25 @@
21082124
<listitem>
21092125
<para>
21102126
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
21122128
be consistent (Peter)
21132129
</para>
21142130
</listitem>
21152131

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+
21162146
<listitem>
21172147
<para>
21182148
Convert remaining builtin set-returning functions to use
@@ -3280,13 +3310,32 @@
32803310
</para>
32813311
</listitem>
32823312

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+
32833320
<listitem>
32843321
<para>
32853322
Improve <filename>contrib/dblink</>'s reporting of errors from
32863323
the remote server (Joe Conway)
32873324
</para>
32883325
</listitem>
32893326

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+
32903339
<listitem>
32913340
<para>
32923341
Make sure <filename>contrib/dblink</> uses a password supplied

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp