Skip to content

Commit f121c40

Browse files
committed
Update 9.0 release notes for changes since beta4.
Note: as usual, bug fixes that were also applied in back branches are not considered material to include in a new major release's notes.
1 parent 7dc04cd commit f121c40

File tree

1 file changed

+50
-3
lines changed

1 file changed

+50
-3
lines changed

doc/src/sgml/release-9.0.sgml

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.52 2010/08/24 23:45:32 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.53 2010/08/25 00:47:57 tgl Exp $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -8,7 +8,7 @@
88
<simpara>2010-??-??</simpara>
99
</note>
1010

11-
<para>CURRENT AS OF 2010-07-29</para>
11+
<para>CURRENT AS OF 2010-08-24</para>
1212

1313
<sect2>
1414
<title>Overview</title>
@@ -276,6 +276,19 @@
276276
</para>
277277
</listitem>
278278

279+
<listitem>
280+
<para>
281+
Array input now considers only plain ASCII whitespace characters
282+
to be potentially ignorable; it will never ignore non-ASCII characters,
283+
even if they are whitespace according to some locales (Tom Lane)
284+
</para>
285+
286+
<para>
287+
This avoids some corner cases where array values could be interpreted
288+
differently depending on the server's locale settings.
289+
</para>
290+
</listitem>
291+
279292
<listitem>
280293
<para>
281294
Improve standards compliance of <link
@@ -1115,6 +1128,14 @@
11151128
</para>
11161129
</listitem>
11171130

1131+
<listitem>
1132+
<para>
1133+
Fix failure of <literal>ALTER TABLE <replaceable>table</> ADD COLUMN
1134+
<replaceable>col</> serial</literal> when done by non-owner of table
1135+
(Tom Lane)
1136+
</para>
1137+
</listitem>
1138+
11181139
</itemizedlist>
11191140

11201141
</sect4>
@@ -1688,7 +1709,7 @@
16881709
<listitem>
16891710
<para>
16901711
Allow aggregate functions to use <link
1691-
linkend="syntax-aggregates"><literal>ORDER BY</></> (Andrew Gierth)
1712+
linkend="syntax-aggregates"><literal>ORDER BY</></link> (Andrew Gierth)
16921713
</para>
16931714

16941715
<para>
@@ -2379,6 +2400,17 @@ if TG_OP = 'INSERT' AND NEW.col1 = ... then
23792400
</para>
23802401
</listitem>
23812402

2403+
<listitem>
2404+
<para>
2405+
<application>pg_restore</> now complains if any command-line arguments
2406+
remain after the switches and optional file name (Tom Lane)
2407+
</para>
2408+
2409+
<para>
2410+
Previously, it silently ignored any such arguments.
2411+
</para>
2412+
</listitem>
2413+
23822414
</itemizedlist>
23832415

23842416
</sect4>
@@ -3067,6 +3099,21 @@ if TG_OP = 'INSERT' AND NEW.col1 = ... then
30673099
</para>
30683100
</listitem>
30693101

3102+
<listitem>
3103+
<para>
3104+
Custom typanalyze functions should no longer rely on
3105+
<structname>VacAttrStats</>.<structfield>attr</> to determine the type
3106+
of data they will be passed (Tom Lane)
3107+
</para>
3108+
3109+
<para>
3110+
This was changed to allow collection of statistics on index columns
3111+
for which the storage type is different from the underlying column
3112+
data type. There are new fields that tell the actual datatype being
3113+
analyzed.
3114+
</para>
3115+
</listitem>
3116+
30703117
</itemizedlist>
30713118

30723119
</sect4>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy