|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.58 2000/08/29 20:02:07 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.59 2000/09/12 21:12:44 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="release"> |
@@ -585,7 +585,7 @@ Performance |
585 | 585 | Prevent exponential space consumption with many AND's and OR's (Tom) |
586 | 586 | Collect attribute selectivity values for system columns (Tom) |
587 | 587 | Reduce memory usage of aggregates (Tom) |
588 | | -Fix for LIKE optimization to use indexes withmulti-byte encodings (Tom) |
| 588 | +Fix for LIKE optimization to use indexes withmultibyte encodings (Tom) |
589 | 589 | Fix r-tree index optimizer selectivity (Thomas) |
590 | 590 | Improve optimizer selectivity computations and functions (Tom) |
591 | 591 | Optimize btree searching for cases where many equal keys exist (Tom) |
@@ -1144,7 +1144,7 @@ New moddatetime contrib(Terry) |
1144 | 1144 | Update to pgaccess 0.96(Constantin) |
1145 | 1145 | Add routines for single-byte "char" type(Thomas) |
1146 | 1146 | Improved substr() function(Thomas) |
1147 | | -Improvedmulti-byte handling(Tatsuo) |
| 1147 | +Improvedmultibyte handling(Tatsuo) |
1148 | 1148 | Multi-version concurrency control/MVCC(Vadim) |
1149 | 1149 | New Serialized mode(Vadim) |
1150 | 1150 | Fix for tables over 2gigs(Peter) |
@@ -1335,7 +1335,7 @@ Change exp() behavior to generate error on underflow(Thomas) |
1335 | 1335 | pg_dump fixes for memory leak, inheritance constraints, layout change |
1336 | 1336 | update pgaccess to 0.93 |
1337 | 1337 | Fix prototype for 64-bit platforms |
1338 | | -Multi-byte fixes(Tatsuo) |
| 1338 | +Multibyte fixes(Tatsuo) |
1339 | 1339 | New ecpg man page |
1340 | 1340 | Fix memory overruns(Tatsuo) |
1341 | 1341 | Fix for lo_import() crash(Bruce) |
@@ -1489,7 +1489,7 @@ Enhancements |
1489 | 1489 | Upgrade ecpg and ecpglib,see src/interfaces/ecpc/ChangeLog(Michael) |
1490 | 1490 | Show the index used in an EXPLAIN(Zeugswetter) |
1491 | 1491 | EXPLAIN invokes rule system and shows plan(s) for rewritten queries(Jan) |
1492 | | -Multi-byte awareness of many data types and functions, via configure(Tatsuo) |
| 1492 | +Multibyte awareness of many data types and functions, via configure(Tatsuo) |
1493 | 1493 | New configure --with-mb option(Tatsuo) |
1494 | 1494 | New initdb --pgencoding option(Tatsuo) |
1495 | 1495 | New createdb -E multibyte option(Tatsuo) |
@@ -1535,7 +1535,7 @@ Add -error option to libpgtcl's pg_result command(Tom) |
1535 | 1535 | New locale patch, see docs/README/locale(Oleg) |
1536 | 1536 | Fix for pg_dump so CONSTRAINT and CHECK syntax is correct(ccb) |
1537 | 1537 | New contrib/lo code for large object orphan removal(Peter) |
1538 | | -New psql command "SET CLIENT_ENCODING TO 'encoding'" formulti-bytes |
| 1538 | +New psql command "SET CLIENT_ENCODING TO 'encoding'" formultibytes |
1539 | 1539 | feature, see /doc/README.mb(Tatsuo) |
1540 | 1540 | /contrib/noupdate code to revoke update permission on a column |
1541 | 1541 | Libpq can now be compiled on win32(Magnus) |
@@ -1628,7 +1628,7 @@ Source Tree Changes |
1628 | 1628 | Inline some small functions called for every row(Bruce) |
1629 | 1629 | Alpha/linux fixes |
1630 | 1630 | Hp/UX cleanups(Tom) |
1631 | | -Multi-byte regression tests(Soonmyung.) |
| 1631 | +Multibyte regression tests(Soonmyung.) |
1632 | 1632 | Remove --disabled options from configure |
1633 | 1633 | Define PGDOC to use POSTGRESDIR by default |
1634 | 1634 | Make regression optional |
@@ -1759,7 +1759,7 @@ ASSERT fixes(Bruce) |
1759 | 1759 | <itemizedlist> |
1760 | 1760 | <listitem> |
1761 | 1761 | <para> |
1762 | | -Additional support formulti-byte character sets. |
| 1762 | +Additional support formultibyte character sets. |
1763 | 1763 | </para> |
1764 | 1764 | </listitem> |
1765 | 1765 |
|
@@ -1807,7 +1807,7 @@ fix for redefining builtin functions(Thomas) |
1807 | 1807 | ultrix4 cleanup |
1808 | 1808 | upgrade to pg_access 0.83 |
1809 | 1809 | updated CLUSTER manual page |
1810 | | -multi-byte character set support, see doc/README.mb(Tatsuo) |
| 1810 | +multibyte character set support, see doc/README.mb(Tatsuo) |
1811 | 1811 | configure --with-pgport fix |
1812 | 1812 | pg_ident fix |
1813 | 1813 | big-endian fix for backend communications(Kataoka) |
|