11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.75 2001/01/29 18:58 :45 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.76 2001/02/03 21:50 :45 momjian Exp $
33-->
44
55 <appendix id="release">
@@ -174,10 +174,10 @@ Enhancements
174174------------
175175Add OUTER JOINs (Tom)
176176Function manager overhaul (Tom)
177- Allow ALTER TABLE RENAME on indexes(Tom)
178- Improve CLUSTER(Tom)
179- Improve ps status display for more platforms( Marc)
180- Improve CREATE FUNCTION failure message(Ross)
177+ Allow ALTER TABLE RENAME on indexes (Tom)
178+ Improve CLUSTER (Tom)
179+ Improve ps status display for more platforms (Peter E, Marc)
180+ Improve CREATE FUNCTION failure message (Ross)
181181JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
182182 Gunnar)
183183Grand Unified Configuration scheme/GUC. Many options can now be set in
@@ -191,12 +191,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
191191 Michael Fork)
192192Allow renaming of temp tables (Tom)
193193Overhaul memory manager contexts (Tom)
194- pg_dump uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
194+ pg_dumpall uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
195195Overhaul pg_dump (Philip Warner)
196- Allow pg_hba.conf secondary password file to specify username (Peter E)
196+ Allow pg_hba.conf secondary password file to specifyonly username (Peter E)
197197Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
198198New memory leak checker (Karel)
199- New SET SESSION CHARACTERISTICSand SET DefaultXactIsoLevel (Thomas, Peter E )
199+ New SET SESSION CHARACTERISTICS (Thomas)
200200Allow nested block comments (Thomas)
201201Add WITHOUT TIME ZONE type qualifier (Thomas)
202202New ALTER TABLE ADD CONSTRAINT (Stephan)
@@ -249,7 +249,7 @@ Fix INET/CIDR type ordering and add new functions (Tom)
249249Make OID behave as an unsigned type (Tom)
250250Allow BIGINT as synonym for INT8 (Peter E)
251251New int2 and int8 comparison operators (Tom)
252- New BIT and BIT VARYING types (Adriaan Joubert, Tom)
252+ New BIT and BIT VARYING types (Adriaan Joubert, Tom, Peter E )
253253CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
254254New GIST seg/cube examples (Gene Selkov)
255255Improved round(numeric) handling (Tom)
@@ -270,7 +270,7 @@ Source Code
270270-----------
271271New function manager call conventions (Tom)
272272SGI portability fixes (David Kaelbling)
273- New configure --enable-syslog option (Marc )
273+ New configure --enable-syslog option (Peter E )
274274New BSDI README (Bruce)
275275configure script moved to top level, not /src (Peter E)
276276Makefile/configuration/compilation overhaul (Peter E)
@@ -296,7 +296,7 @@ Overhaul shared memory segments (Tom)
296296Add IBM S/390 support (Neale Ferguson)
297297Moved macmanuf to /contrib (Larry Rosenman)
298298Syslog improvements (Larry Rosenman)
299- New template0 database that contains no user additions(Tom)
299+ New template0 database that contains no user additions (Tom)
300300New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
301301Allow *BSD's libedit instead of readline (Peter)
302302Improved assembly language source code format (Bruce)