|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.419 2006/02/12 17:10:47 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.420 2006/02/12 17:27:33 momjian Exp $ |
3 | 3 |
|
4 | 4 | Typical markup:
|
5 | 5 |
|
@@ -47,61 +47,61 @@ For new features, add links to the documentation sections.
|
47 | 47 | <itemizedlist>
|
48 | 48 |
|
49 | 49 | <listitem><para>Fix rare bug with row visibility logic in self-inserted
|
50 |
| -rows (Tom)</listitem></para> |
| 50 | +rows (Tom)</para></listitem> |
51 | 51 |
|
52 | 52 | <listitem><para>Fixes for relation cache management and WAL file creation
|
53 |
| -(Tom)</listitem></para> |
| 53 | +(Tom)</para></listitem> |
54 | 54 |
|
55 | 55 | <listitem><para>Properly check <literal>DOMAIN</> constraints for
|
56 | 56 | <literal>UNKNOWN</> parameters in prepared statements
|
57 |
| -(Neil)</listitem></para> |
| 57 | +(Neil)</para></listitem> |
58 | 58 |
|
59 | 59 | <listitem><para>Change <command>ALTER COLUMN TYPE</> to drop
|
60 | 60 | <literal>FOREIGN KEY</> constraints before <literal>UNIQUE</> or
|
61 |
| -<literal>PRIMARY KEY</> constraints (Nakano Yoshihisa)</listitem></para> |
| 61 | +<literal>PRIMARY KEY</> constraints (Nakano Yoshihisa)</para></listitem> |
62 | 62 |
|
63 | 63 | <listitem><para>Fix <literal>CREATE OPERATOR</> dumps that have
|
64 |
| -cross-schema definitions (Tom)</listitem></para> |
| 64 | +cross-schema definitions (Tom)</para></listitem> |
65 | 65 |
|
66 | 66 | <listitem><para>Allow <application>pg_restore</> to continue after a
|
67 | 67 | <command>COPY</> failure, rather than treating the remaining statements
|
68 |
| -as <command>COPY</> data (Stephen Frost)</listitem></para> |
| 68 | +as <command>COPY</> data (Stephen Frost)</para></listitem> |
69 | 69 |
|
70 | 70 | <listitem><para>Fix <application>pg_ctl</> <literal>unregister</> crash
|
71 |
| -when the data directory is not specified (Magnus)</listitem></para> |
| 71 | +when the data directory is not specified (Magnus)</para></listitem> |
72 | 72 |
|
73 | 73 | <listitem><para>Fix <application>libpq</> <function>PQprint</> HTML tags
|
74 |
| -(Christoph Zwerschke)</listitem></para> |
| 74 | +(Christoph Zwerschke)</para></listitem> |
75 | 75 |
|
76 | 76 | <listitem><para>Fix <application>ecpg</> crash on AMD64 and PPC
|
77 |
| -(Neil)</listitem></para> |
| 77 | +(Neil)</para></listitem> |
78 | 78 |
|
79 | 79 | <listitem><para>Fix problem with argument passing with error reporting
|
80 |
| -in <application>PL/python</> (Neil)</listitem></para> |
| 80 | +in <application>PL/python</> (Neil)</para></listitem> |
81 | 81 |
|
82 | 82 | <listitem><para>Fix memory leak in <application>PL/perl</>'s row
|
83 |
| -returning code (Neil)</listitem></para> |
| 83 | +returning code (Neil)</para></listitem> |
84 | 84 |
|
85 | 85 | <listitem><para>Fix <application>PL/perl</>'s handling of locales on
|
86 |
| -Win32 to match the backend (Andrew)</listitem></para> |
| 86 | +Win32 to match the backend (Andrew)</para></listitem> |
87 | 87 |
|
88 |
| -<listitem><para>Various optimizer improvements (Tom)</listitem></para> |
| 88 | +<listitem><para>Various optimizer improvements (Tom)</para></listitem> |
89 | 89 |
|
90 | 90 | <listitem><para>Fix crash when <literal>log_min_messages</> is set in
|
91 | 91 | <literal>postgresql.conf</> to <literal>DEBUG5</> on Win32
|
92 |
| -(Bruce)</listitem></para> |
| 92 | +(Bruce)</para></listitem> |
93 | 93 |
|
94 | 94 | <listitem><para>Fix <application>pgxs</> <literal>-L</> library path
|
95 |
| -specification for Win32 and Cygwin (Bruce)</listitem></para> |
| 95 | +specification for Win32 and Cygwin (Bruce)</para></listitem> |
96 | 96 |
|
97 | 97 | <listitem><para>Check that SID is enabled while checking for Win32 admin
|
98 |
| -privileges (Magnus)</listitem></para> |
| 98 | +privileges (Magnus)</para></listitem> |
99 | 99 |
|
100 | 100 | <listitem><para>Portability fix for <function>finite</> and
|
101 |
| -<function>isinf</> (Tom)</listitem></para> |
| 101 | +<function>isinf</> (Tom)</para></listitem> |
102 | 102 |
|
103 | 103 | <listitem><para>Improve speed of <filename>/contrib/tsearch2</> index
|
104 |
| -creation (Teodor)</listitem></para> |
| 104 | +creation (Teodor)</para></listitem> |
105 | 105 |
|
106 | 106 | </itemizedlist>
|
107 | 107 |
|
|
0 commit comments