]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Upgrade for 6.4.1.
authorBruce Momjian <bruce@momjian.us>
Fri, 18 Dec 1998 05:38:29 +0000 (05:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 18 Dec 1998 05:38:29 +0000 (05:38 +0000)
HISTORY
doc/TODO

diff --git a/HISTORY b/HISTORY
index 8cc112b267661389d61869e27a0a44f41529ce02..7e8d5864d6ae1594196d77d7604c561e28c0c607 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,46 @@
+PostgreSQL 6.4.1             Fri Dec 18 00:29:11 EST 1998
+=========================================================
+
+A dump/restore is NOT required for those running 6.4. Those running
+pre-6.4 require a dump/restore, or for 6.3.* users, the use of the
+pg_upgrade utility.
+
+Changes
+-------
+Add pg_dump -N flag to force double quotes around identifiers.  This is
+       the default.
+Fix for NOT in where clause causing crash(Bruce)
+EXPLAIN VERBOSE coredump fix(Vadim)
+Fix shared-library problems on Linux
+Fix test for table existance to allow mixed-case and whitespace in
+       the table name
+Fix a couple of pg_dump bugs
+Fix for creating tables with constraints when table name is mixed-case(Billy)
+Configure matches template/.similar entries better(Tom)
+Change builtin function names from SPI_* to spi_*
+OR WHERE clause fix(Vadim)
+Fixes for mixed-case table names(Billy)
+contrib/linux/postgres.init.csh/sh fix
+libpq memory overrun fix
+SunOS fixes(Tom)
+Change exp() behavior to generate error on underflow
+pg_dump fixes for memory leak, inheritance constraints, layout change
+update pgaccess to 0.93
+Fix prototype for 64-bit platforms
+Multi-byte fixes(Tatsuo)
+New ecpg man page
+Fix memory overruns(Tatsuo)
+Fix for lo_import() crash(Bruce)
+Better search for install program(Tom)
+Timezone fixes(Tom)
+HPUX fixes(Tom)
+Use implicit type coersion for matching DEFAULT values
+Add routines to help with single-byte (internal) character type(Thomas)
+Compilation of libpq for Win32 fixes(Magnus)
+Upgrade to PyGreSQL 2.2(D'Arcy)
+
+
+
 PostgreSQL 6.4               Mon Oct 26 11:40:42 EST 1998
 =========================================================
 
index c516179dd5cc42a80c38696645721090bd179ca8..0a0060d131316541404bc483617f0e61217724c0 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -236,7 +236,7 @@ DOCUMENTATION
 CHANGES IN THE 6.4.1 RELEASE
 ----------------------------
 Add pg_dump -N flag to force double quotes around identifiers.  This is
-the default.
+       the default
 Fix for NOT in where clause causing crash(Bruce)
 EXPLAIN VERBOSE coredump fix(Vadim)
 Fix shared-library problems on Linux