11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.111 2002/01/03 05:37:43 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.112 2002/01/09 00:52:37 petere Exp $
33-->
44
55<appendix id="release">
@@ -584,7 +584,7 @@ VACUUM buffer fix (Tom)
584584Regression test fixes (Tom)
585585pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
586586Fix subselects with DISTINCT ON or LIMIT (Tom)
587- BEOS fix
587+ BeOS fix
588588Disable COPY TO/FROM a view (Tom)
589589Cygwin build (Jason Tishler)
590590 </programlisting>
@@ -663,7 +663,7 @@ pg_dump fixes (Philip)
663663pg_dump can dump 7.0 databases (Philip)
664664readline 4.2 fixes (Peter E)
665665JOIN fixes (Tom)
666- AIX, MSWIN, VAX,N32K fixes (Tom)
666+ AIX, MSWIN, VAX, N32K fixes (Tom)
667667Multibytes fixes (Tom)
668668Unicode fixes (Tatsuo)
669669Optimizer improvements (Tom)
@@ -955,8 +955,8 @@ AIX port fixes (Andreas)
955955New BeOS port (David Reid, Cyril Velter)
956956Add proofreader's changes to docs (Addison-Wesley, Bruce)
957957New Alpha spinlock code (Adriaan Joubert, Compaq)
958- Unixware port overhaul (Peter E)
959- New Darwin/Mac OSX port (Peter Bierman, Bruce Hartzler)
958+ UnixWare port overhaul (Peter E)
959+ New Darwin/MacOS X port (Peter Bierman, Bruce Hartzler)
960960New FreeBSD Alpha port (Alfred)
961961Overhaul shared memory segments (Tom)
962962Add IBM S/390 support (Neale Ferguson)
@@ -1606,7 +1606,7 @@ Included all yacc and lex files into the distribution (Peter E.)
16061606Remove lextest, no longer needed (Peter E)
16071607Fix for libpq and psql on Win32 (Magnus)
16081608Internally change datetime and timespan into timestamp and interval (Thomas)
1609- Fix for plpgsql onBSDI
1609+ Fix for plpgsql onBSD/OS
16101610Add SQL_ASCII test case to the regression test (Tatsuo)
16111611configure --with-mb now deprecated (Tatsuo)
16121612NT fixes
@@ -1701,7 +1701,7 @@ This is to re-use space on index pages freed by vacuum(Vadim)
17011701document -x for pg_dump(Bruce)
17021702Fix for unary operators in rule deparser(Tom)
17031703Comment out FileUnlink of excess segments during mdtruncate()(Tom)
1704- Irix linking fix from Yu Cao >yucao@falcon.kla-tencor.com<
1704+ IRIX linking fix from Yu Cao >yucao@falcon.kla-tencor.com<
17051705Repair logic error in LIKE: should not return LIKE_ABORT
17061706 when reach end of pattern before end of text(Tom)
17071707Repair incorrect cleanup of heap memory allocation during transaction abort(Tom)
@@ -1739,7 +1739,7 @@ Updated version of pgaccess 0.98
17391739 <para>
17401740 <programlisting>
17411741Add NT README file
1742- Portability fixes for linux_ppc,Irix , linux_alpha, OpenBSD, alpha
1742+ Portability fixes for linux_ppc,IRIX , linux_alpha, OpenBSD, alpha
17431743Remove QUERY_LIMIT, use SELECT...LIMIT
17441744Fix for EXPLAIN on inheritance(Tom)
17451745Patch to allow vacuum on multi-segment tables(Hiroshi)
@@ -2155,7 +2155,7 @@ Fix for tcl/tk configuration(Vince)
21552155Removed CURRENT keyword for rule queries(Jan)
21562156NT dynamic loading now works(Daniel Horak)
21572157Add ARM32 support(Andrew McMurry)
2158- Better support forHPUX 11 andUnixware
2158+ Better support forHP-UX 11 andUnixWare
21592159Improve file handling to be more uniform, prevent file descriptor leak(Tom)
21602160New install commands for plpgsql(Jan)
21612161 </programlisting>
@@ -2251,7 +2251,7 @@ Fix memory overruns(Tatsuo)
22512251Fix for lo_import() crash(Bruce)
22522252Better search for install program(Tom)
22532253Timezone fixes(Tom)
2254- HPUX fixes(Tom)
2254+ HP-UX fixes(Tom)
22552255Use implicit type coercion for matching DEFAULT values(Thomas)
22562256Add routines to help with single-byte (internal) character type(Thomas)
22572257Compilation of libpq for Win32 fixes(Magnus)
@@ -2528,7 +2528,7 @@ Source Tree Changes
25282528/contrib cleanup(Jun)
25292529Inline some small functions called for every row(Bruce)
25302530Alpha/linux fixes
2531- Hp/ UX cleanups(Tom)
2531+ HP- UX cleanups(Tom)
25322532Multibyte regression tests(Soonmyung.)
25332533Remove --disabled options from configure
25342534Define PGDOC to use POSTGRESDIR by default
@@ -2542,7 +2542,7 @@ Change atttypmod from int16 to int32(Bruce, Tom)
25422542Getrusage() fix for platforms that do not have it(Tom)
25432543Add PQconnectdb, PGUSER, PGPASSWORD to libpq man page
25442544NS32K platform fixes(Phil Nelson, John Buller)
2545- Sco 7/UnixWare 2.x fixes(Billy,others)
2545+ SCO 7/UnixWare 2.x fixes(Billy,others)
25462546Sparc/Solaris 2.5 fixes(Ryan)
25472547Pgbuiltin.3 is obsolete, move to doc files(Thomas)
25482548Even more documention(Thomas)
@@ -3014,7 +3014,7 @@ FAQ for FreeBSD(Marc)
30143014Bring in the PostODBC source tree as part of our standard distribution(Marc)
30153015A minor patch for HP/UX 10 vs 9(Stan)
30163016New pg_attribute.atttypmod for type-specific info like varchar length(Bruce)
3017- Unixware patches(Billy)
3017+ UnixWare patches(Billy)
30183018New i386 'lock' for spin lock asm(Billy)
30193019Support for multiplexed backends is removed
30203020Start an OpenBSD port
@@ -3226,9 +3226,9 @@ MOVE implementation (Vadim)
32263226
32273227Source Tree Changes
32283228-------------------
3229- HPUX 10 patches (Vladimir Turin)
3229+ HP-UX 10 patches (Vladimir Turin)
32303230Added SCO support, (Daniel Harris)
3231- mkLinux patches (Tatsuo Ishii)
3231+ MkLinux patches (Tatsuo Ishii)
32323232Change geometric box terminology from "length" to "width"(Thomas)
32333233Deprecate temporary unstored slope fields in geometric code(Thomas)
32343234Remove restart instructions from INSTALL(Bruce)
@@ -3473,7 +3473,7 @@ now works with eBones, international Kerberos(Jun)
34733473more shared library support
34743474c++ include file cleanup(Bruce)
34753475warn about buggy flex(Bruce)
3476- DG- UX, Ultrix,Irix , AIX portability fixes
3476+ DG/ UX, Ultrix,IRIX , AIX portability fixes
34773477</programlisting>
34783478</para>
34793479</sect2>
@@ -3752,8 +3752,8 @@ Bug Fixes (almost too numerous to mention)
37523752
37533753New Ports
37543754 * added SolarisX86 port
3755- * addedBSDI 2.1 port
3756- * addedDGUX port
3755+ * addedBSD/OS 2.1 port
3756+ * addedDG/UX port
37573757</programlisting>
37583758</para>
37593759<!--