1
1
<!--
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 $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -174,10 +174,10 @@ Enhancements
174
174
------------
175
175
Add OUTER JOINs (Tom)
176
176
Function 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)
181
181
JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
182
182
Gunnar)
183
183
Grand Unified Configuration scheme/GUC. Many options can now be set in
@@ -191,12 +191,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
191
191
Michael Fork)
192
192
Allow renaming of temp tables (Tom)
193
193
Overhaul 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)
195
195
Overhaul 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 specify only username (Peter E)
197
197
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
198
198
New memory leak checker (Karel)
199
- New SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel (Thomas, Peter E )
199
+ New SET SESSION CHARACTERISTICS (Thomas)
200
200
Allow nested block comments (Thomas)
201
201
Add WITHOUT TIME ZONE type qualifier (Thomas)
202
202
New ALTER TABLE ADD CONSTRAINT (Stephan)
@@ -249,7 +249,7 @@ Fix INET/CIDR type ordering and add new functions (Tom)
249
249
Make OID behave as an unsigned type (Tom)
250
250
Allow BIGINT as synonym for INT8 (Peter E)
251
251
New 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 )
253
253
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
254
254
New GIST seg/cube examples (Gene Selkov)
255
255
Improved round(numeric) handling (Tom)
@@ -270,7 +270,7 @@ Source Code
270
270
-----------
271
271
New function manager call conventions (Tom)
272
272
SGI portability fixes (David Kaelbling)
273
- New configure --enable-syslog option (Marc )
273
+ New configure --enable-syslog option (Peter E )
274
274
New BSDI README (Bruce)
275
275
configure script moved to top level, not /src (Peter E)
276
276
Makefile/configuration/compilation overhaul (Peter E)
@@ -296,7 +296,7 @@ Overhaul shared memory segments (Tom)
296
296
Add IBM S/390 support (Neale Ferguson)
297
297
Moved macmanuf to /contrib (Larry Rosenman)
298
298
Syslog improvements (Larry Rosenman)
299
- New template0 database that contains no user additions(Tom)
299
+ New template0 database that contains no user additions (Tom)
300
300
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
301
301
Allow *BSD's libedit instead of readline (Peter)
302
302
Improved assembly language source code format (Bruce)
0 commit comments