> Bruce Momjian - CVS writes:
>
> > CVSROOT: /home/projects/pgsql/cvsroot
> > Module name: pgsql
> > Changes by: momjian@hub.org 01/01/29 13:58:45
> >
> > Modified files:
> > . : HISTORY
> > doc/src/sgml : release.sgml
> >
> > Log message:
> > Update HISTORY/release with current changes.
>
> Could you please restore the changes that you overwrote with this?
> (revision 1.74)
I see you modified release.sgml, while I modified HISTORY and moved the
block of text over to release.sgml.
I have applied the following patch to release.sgml, and copied the
release.sgml text to /HISTORY.
I think both files probably have to be update each time.
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Index: release.sgml
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/release.sgml,v
retrieving revision 1.74
retrieving revision 1.75
diff -c -r1.74 -r1.75
*** release.sgml 2001/01/27 11:12:53 1.74
--- release.sgml 2001/01/29 18:58:45 1.75
***************
*** 169,175 ****
Function manager overhaul (Tom)
Allow ALTER TABLE RENAME on indexes(Tom)
Improve CLUSTER(Tom)
! Improve ps status display for more platforms (Peter E, Marc)
Improve CREATE FUNCTION failure message(Ross)
JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
Gunnar)
--- 176,182 ----
Function manager overhaul (Tom)
Allow ALTER TABLE RENAME on indexes(Tom)
Improve CLUSTER(Tom)
! Improve ps status display for more platforms(Marc)
Improve CREATE FUNCTION failure message(Ross)
JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
Gunnar)
***************
*** 184,195 ****
Michael Fork)
Allow renaming of temp tables (Tom)
Overhaul memory manager contexts (Tom)
! pg_dumpall uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
Overhaul pg_dump (Philip Warner)
! Allow pg_hba.conf secondary password file to specify only username (Peter E)
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
New memory leak checker (Karel)
! New SET SESSION CHARACTERISTICS (Thomas)
Allow nested block comments (Thomas)
Add WITHOUT TIME ZONE type qualifier (Thomas)
New ALTER TABLE ADD CONSTRAINT (Stephan)
--- 191,202 ----
Michael Fork)
Allow renaming of temp tables (Tom)
Overhaul memory manager contexts (Tom)
! pg_dump uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
Overhaul pg_dump (Philip Warner)
! Allow pg_hba.conf secondary password file to specify username (Peter E)
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
New memory leak checker (Karel)
! New SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel (Thomas, Peter E)
Allow nested block comments (Thomas)
Add WITHOUT TIME ZONE type qualifier (Thomas)
New ALTER TABLE ADD CONSTRAINT (Stephan)
***************
*** 235,241 ****
Make OID behave as an unsigned type (Tom)
Allow BIGINT as synonym for INT8 (Peter E)
New int2 and int8 comparison operators (Tom)
! New BIT and BIT VARYING types (Adriaan Joubert, Tom, Peter E)
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
New GIST seg/cube examples (Gene Selkov)
Improved round(numeric) handling (Tom)
--- 249,255 ----
Make OID behave as an unsigned type (Tom)
Allow BIGINT as synonym for INT8 (Peter E)
New int2 and int8 comparison operators (Tom)
! New BIT and BIT VARYING types (Adriaan Joubert, Tom)
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
New GIST seg/cube examples (Gene Selkov)
Improved round(numeric) handling (Tom)
***************
*** 253,259 ****
-----------
New function manager call conventions (Tom)
SGI portability fixes (David Kaelbling)
! New configure --enable-syslog option (Peter E)
New BSDI README (Bruce)
configure script moved to top level, not /src (Peter E)
Makefile/configuration/compilation overhaul (Peter E)
--- 270,276 ----
-----------
New function manager call conventions (Tom)
SGI portability fixes (David Kaelbling)
! New configure --enable-syslog option (Marc)
New BSDI README (Bruce)
configure script moved to top level, not /src (Peter E)
Makefile/configuration/compilation overhaul (Peter E)