Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 930b283

Browse files
committed
Re-add Peter E's changes.
1 parent 503f042 commit 930b283

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

HISTORY

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ Enhancements
9898
------------
9999
Add OUTER JOINs (Tom)
100100
Function manager overhaul (Tom)
101-
Allow ALTER TABLE RENAME on indexes(Tom)
102-
Improve CLUSTER(Tom)
103-
Improve ps status display for more platforms(Marc)
104-
Improve CREATE FUNCTION failure message(Ross)
101+
Allow ALTER TABLE RENAME on indexes (Tom)
102+
Improve CLUSTER (Tom)
103+
Improve ps status display for more platforms (Peter E, Marc)
104+
Improve CREATE FUNCTION failure message (Ross)
105105
JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
106106
Gunnar)
107107
Grand Unified Configuration scheme/GUC. Many options can now be set in
@@ -115,12 +115,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
115115
Michael Fork)
116116
Allow renaming of temp tables (Tom)
117117
Overhaul memory manager contexts (Tom)
118-
pg_dump uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
118+
pg_dumpall uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
119119
Overhaul pg_dump (Philip Warner)
120-
Allow pg_hba.conf secondary password file to specify username (Peter E)
120+
Allow pg_hba.conf secondary password file to specify only username (Peter E)
121121
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
122122
New memory leak checker (Karel)
123-
New SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel (Thomas, Peter E)
123+
New SET SESSION CHARACTERISTICS (Thomas)
124124
Allow nested block comments (Thomas)
125125
Add WITHOUT TIME ZONE type qualifier (Thomas)
126126
New ALTER TABLE ADD CONSTRAINT (Stephan)
@@ -173,7 +173,7 @@ Fix INET/CIDR type ordering and add new functions (Tom)
173173
Make OID behave as an unsigned type (Tom)
174174
Allow BIGINT as synonym for INT8 (Peter E)
175175
New int2 and int8 comparison operators (Tom)
176-
New BIT and BIT VARYING types (Adriaan Joubert, Tom)
176+
New BIT and BIT VARYING types (Adriaan Joubert, Tom, Peter E)
177177
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
178178
New GIST seg/cube examples (Gene Selkov)
179179
Improved round(numeric) handling (Tom)
@@ -194,7 +194,7 @@ Source Code
194194
-----------
195195
New function manager call conventions (Tom)
196196
SGI portability fixes (David Kaelbling)
197-
New configure --enable-syslog option (Marc)
197+
New configure --enable-syslog option (Peter E)
198198
New BSDI README (Bruce)
199199
configure script moved to top level, not /src (Peter E)
200200
Makefile/configuration/compilation overhaul (Peter E)
@@ -220,7 +220,7 @@ Overhaul shared memory segments (Tom)
220220
Add IBM S/390 support (Neale Ferguson)
221221
Moved macmanuf to /contrib (Larry Rosenman)
222222
Syslog improvements (Larry Rosenman)
223-
New template0 database that contains no user additions(Tom)
223+
New template0 database that contains no user additions (Tom)
224224
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
225225
Allow *BSD's libedit instead of readline (Peter)
226226
Improved assembly language source code format (Bruce)

doc/src/sgml/release.sgml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
------------
175175
Add OUTER JOINs (Tom)
176176
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)
181181
JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
182182
Gunnar)
183183
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,
191191
Michael Fork)
192192
Allow renaming of temp tables (Tom)
193193
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)
195195
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)
197197
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
198198
New memory leak checker (Karel)
199-
New SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel (Thomas, Peter E)
199+
New SET SESSION CHARACTERISTICS (Thomas)
200200
Allow nested block comments (Thomas)
201201
Add WITHOUT TIME ZONE type qualifier (Thomas)
202202
New ALTER TABLE ADD CONSTRAINT (Stephan)
@@ -249,7 +249,7 @@ Fix INET/CIDR type ordering and add new functions (Tom)
249249
Make OID behave as an unsigned type (Tom)
250250
Allow BIGINT as synonym for INT8 (Peter E)
251251
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)
253253
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
254254
New GIST seg/cube examples (Gene Selkov)
255255
Improved round(numeric) handling (Tom)
@@ -270,7 +270,7 @@ Source Code
270270
-----------
271271
New function manager call conventions (Tom)
272272
SGI portability fixes (David Kaelbling)
273-
New configure --enable-syslog option (Marc)
273+
New configure --enable-syslog option (Peter E)
274274
New BSDI README (Bruce)
275275
configure script moved to top level, not /src (Peter E)
276276
Makefile/configuration/compilation overhaul (Peter E)
@@ -296,7 +296,7 @@ Overhaul shared memory segments (Tom)
296296
Add IBM S/390 support (Neale Ferguson)
297297
Moved macmanuf to /contrib (Larry Rosenman)
298298
Syslog improvements (Larry Rosenman)
299-
New template0 database that contains no user additions(Tom)
299+
New template0 database that contains no user additions (Tom)
300300
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
301301
Allow *BSD's libedit instead of readline (Peter)
302302
Improved assembly language source code format (Bruce)

0 commit comments

Comments
 (0)