|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.3.sgml,v 1.1 2009/05/02 20:17:19 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.3.sgml,v 1.2 2009/08/27 01:27:34 momjian Exp $ --> |
2 | 2 | <!-- See header comment in release.sgml about typical markup -->
|
3 | 3 |
|
| 4 | + <sect1 id="release-8-3-8"> |
| 5 | + <title>Release 8.3.8</title> |
| 6 | + |
| 7 | + <note> |
| 8 | + <title>Release date</title> |
| 9 | + <simpara>2009-09-09, AS OF 2009-08-26</simpara> |
| 10 | + </note> |
| 11 | + |
| 12 | + <para> |
| 13 | + This release contains a variety of fixes from 8.3.7. |
| 14 | + For information about new features in the 8.3 major release, see |
| 15 | + <xref linkend="release-8-3">. |
| 16 | + </para> |
| 17 | + |
| 18 | + <sect2> |
| 19 | + <title>Migration to Version 8.3.8</title> |
| 20 | + |
| 21 | + <para> |
| 22 | + A dump/restore is not required for those running 8.3.X. |
| 23 | + </para> |
| 24 | + |
| 25 | + </sect2> |
| 26 | + |
| 27 | + <sect2> |
| 28 | + <title>Changes</title> |
| 29 | + |
| 30 | + <itemizedlist> |
| 31 | + |
| 32 | + <listitem> |
| 33 | + <para> |
| 34 | + Treat <function>to_char(..., 'TH')</> as an uppercase ordinal |
| 35 | + suffix with <literal>'HH'</>/<literal>'HH12'</> (Heikki) |
| 36 | + </para> |
| 37 | + |
| 38 | + <para> |
| 39 | + It was previously handled as <literal>'th'</> (lowercase). |
| 40 | + </para> |
| 41 | + </listitem> |
| 42 | + |
| 43 | + <listitem> |
| 44 | + <para> |
| 45 | + Fix <filename>/contrib/xml2</> <function>xslt_process()</> to |
| 46 | + properly handle the maximum number of parameters (twenty) (Tom) |
| 47 | + </para> |
| 48 | + </listitem> |
| 49 | + |
| 50 | + <listitem> |
| 51 | + <para> |
| 52 | + Fix case where <application>pg_ctl</> fast shutdown was not |
| 53 | + working if <application>pg_ctl</> smart shutdown was already in |
| 54 | + progress (Fujii Masao) |
| 55 | + </para> |
| 56 | + </listitem> |
| 57 | + |
| 58 | + <listitem> |
| 59 | + <para> |
| 60 | + Re-add documentation for configure flag <literal>--no-readline</> (Andrew) |
| 61 | + </para> |
| 62 | + </listitem> |
| 63 | + |
| 64 | + <listitem> |
| 65 | + <para> |
| 66 | + Fix problem where Win32 shared memory allocation sometimes failed on |
| 67 | + startup (Tsutomu Yamada, Magnus) |
| 68 | + </para> |
| 69 | + |
| 70 | + <para> |
| 71 | + This bug caused some Win32 backends to randomly not start. |
| 72 | + </para> |
| 73 | + </listitem> |
| 74 | + |
| 75 | + </itemizedlist> |
| 76 | + |
| 77 | + </sect2> |
| 78 | + </sect1> |
| 79 | + |
4 | 80 | <sect1 id="release-8-3-7">
|
5 | 81 | <title>Release 8.3.7</title>
|
6 | 82 |
|
|
0 commit comments