|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.207 2003/09/11 21:42:20 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.208 2003/09/20 20:12:05 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -782,7 +782,7 @@ Properly escape jdbc setObject() strings to improve security (Barry)
|
782 | 782 | <listitem><para>Add locale variables (Peter)</para></listitem>
|
783 | 783 | <listitem><para>Escape byes >= 0x7f for multibyte in PQescapeBytea/PQunescapeBytea (Tatsuo)</para></listitem>
|
784 | 784 | <listitem><para>Add locale awareness to regular expression character classes</para></listitem>
|
785 |
| -<listitem><para>Enable multibyte support by default (Tatso)</para></listitem> |
| 785 | +<listitem><para>Enable multibyte support by default (Tatsuo)</para></listitem> |
786 | 786 | <listitem><para>Add GB18030 multibyte support (Bill Huang)</para></listitem>
|
787 | 787 | <listitem><para>Add CREATE/DROP CONVERSION, allowing loadable encodings (Tatsuo, Kaori)</para></listitem>
|
788 | 788 | <listitem><para>Add pg_conversion table (Tatsuo)</para></listitem>
|
@@ -1058,15 +1058,15 @@ Properly escape jdbc setObject() strings to improve security (Barry)
|
1058 | 1058 | <listitem><para>Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/pgSQL (Tom)</para></listitem>
|
1059 | 1059 | <listitem><para>Fix for compressed transaction log id wraparound (Tom)</para></listitem>
|
1060 | 1060 | <listitem><para>Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f (Tatsuo)</para></listitem>
|
1061 |
| -<listitem><para>Fix for psql and pg_dump crashing when invoked with non-existand long options (Tatsuo)</para></listitem> |
| 1061 | +<listitem><para>Fix for psql and pg_dump crashing when invoked with non-existent long options (Tatsuo)</para></listitem> |
1062 | 1062 | <listitem><para>Fix crash when invoking geometric operators (Tom)</para></listitem>
|
1063 | 1063 | <listitem><para>Allow OPEN cursor(args) (Tom)</para></listitem>
|
1064 | 1064 | <listitem><para>Fix for rtree_gist index build (Teodor)</para></listitem>
|
1065 | 1065 | <listitem><para>Fix for dumping user-defined aggregates (Tom)</para></listitem>
|
1066 | 1066 | <listitem><para>contrib/intarray fixes (Oleg)</para></listitem>
|
1067 | 1067 | <listitem><para>Fix for complex UNION/EXCEPT/INTERSECT queries using parens (Tom)</para></listitem>
|
1068 | 1068 | <listitem><para>Fix to pg_convert (Tatsuo)</para></listitem>
|
1069 |
| -<listitem><para>Fix for crash with long DATA strings (Thomes, Neil)</para></listitem> |
| 1069 | +<listitem><para>Fix for crash with long DATA strings (Thomas, Neil)</para></listitem> |
1070 | 1070 | <listitem><para>Fix for repeat(), lpad(), rpad() and long strings (Neil)</para></listitem>
|
1071 | 1071 | </itemizedlist>
|
1072 | 1072 | </sect2>
|
@@ -1099,7 +1099,7 @@ Properly escape jdbc setObject() strings to improve security (Barry)
|
1099 | 1099 |
|
1100 | 1100 | <itemizedlist>
|
1101 | 1101 | <listitem><para>Ensure that sequence counters do not go backwards after a crash (Tom)</para></listitem>
|
1102 |
| -<listitem><para>Fix pgaccess kanji-coversion key binding (Tatsuo)</para></listitem> |
| 1102 | +<listitem><para>Fix pgaccess kanji-conversion key binding (Tatsuo)</para></listitem> |
1103 | 1103 | <listitem><para>Optimizer improvements (Tom)</para></listitem>
|
1104 | 1104 | <listitem><para>Cash I/O improvements (Tom)</para></listitem>
|
1105 | 1105 | <listitem><para>New Russian FAQ</para></listitem>
|
@@ -1447,7 +1447,7 @@ Properly escape jdbc setObject() strings to improve security (Barry)
|
1447 | 1447 | <listitem><para>New TIMESTAMP WITHOUT TIMEZONE data type (Thomas)</para></listitem>
|
1448 | 1448 | <listitem><para>Add ISO date/time specification with "T", yyyy-mm-ddThh:mm:ss (Thomas)</para></listitem>
|
1449 | 1449 | <listitem><para>New xid/int comparison functions (Hiroshi)</para></listitem>
|
1450 |
| -<listitem><para>Add precision to TIME, TIMESTAMP, and INVERVAL data types (Thomas)</para></listitem> |
| 1450 | +<listitem><para>Add precision to TIME, TIMESTAMP, and INTERVAL data types (Thomas)</para></listitem> |
1451 | 1451 | <listitem><para>Modify type coercion logic to attempt binary-compatible functions first (Tom)</para></listitem>
|
1452 | 1452 | <listitem><para>New encode() function installed by default (Marko Kreen)</para></listitem>
|
1453 | 1453 | <listitem><para>Improved to_*() conversion functions (Karel Zak)</para></listitem>
|
@@ -1584,7 +1584,7 @@ Properly escape jdbc setObject() strings to improve security (Barry)
|
1584 | 1584 | <listitem><para>Fix for SQLPrimaryKeys in multibyte mode (Hiroshi)</para></listitem>
|
1585 | 1585 | <listitem><para>Allow ODBC procedure calls (Hiroshi)</para></listitem>
|
1586 | 1586 | <listitem><para>Improve boolean handing (Aidan Mountford)</para></listitem>
|
1587 |
| -<listitem><para>Most configuration options on setable via DSN (Hiroshi)</para></listitem> |
| 1587 | +<listitem><para>Most configuration options now settable via DSN (Hiroshi)</para></listitem> |
1588 | 1588 | <listitem><para>Multibyte, performance fixes (Hiroshi)</para></listitem>
|
1589 | 1589 | <listitem><para>Allow driver to be used with iODBC or unixODBC (Peter E)</para></listitem>
|
1590 | 1590 | <listitem><para>MD5 password encryption support (Bruce)</para></listitem>
|
@@ -3351,7 +3351,7 @@ Add pg_dump -N flag to force double quotes around identifiers. This is
|
3351 | 3351 | Fix for NOT in where clause causing crash(Bruce)
|
3352 | 3352 | EXPLAIN VERBOSE coredump fix(Vadim)
|
3353 | 3353 | Fix shared-library problems on Linux
|
3354 |
| -Fix test for table existance to allow mixed-case and whitespace in |
| 3354 | +Fix test for table existence to allow mixed-case and whitespace in |
3355 | 3355 | the table name(Thomas)
|
3356 | 3356 | Fix a couple of pg_dump bugs
|
3357 | 3357 | Configure matches template/.similar entries better(Tom)
|
|
0 commit comments