Update HISTORY file for 7.4.1.

This commit is contained in:
Bruce Momjian 2003-12-20 00:57:22 +00:00
parent 85f51dea1c
commit 7be614a087
1 changed files with 12 additions and 14 deletions

26
HISTORY
View File

@ -12,12 +12,11 @@ Migration to version 7.4
A dump/restore is *not* required for those running 7.4. A dump/restore is *not* required for those running 7.4.
If you want to install the fixes in the information schema concerning If you want to install the fixes in the information schema you need to
the bit types, you need to reload the information schema. This is reload it into the database. This is either accomplished by
either accomplished by initializing a new cluster by running "initdb", initializing a new cluster by running "initdb", or by running the
or by running the following sequence of SQL commands in each database following sequence of SQL commands in each database (ideally including
(ideally including template1) as a superuser in psql, after installing template1) as a superuser in psql, after installing the new release:
the new release:
DROP SCHEMA information_schema CASCADE; DROP SCHEMA information_schema CASCADE;
\i /usr/local/pgsql/share/information_schema.sql \i /usr/local/pgsql/share/information_schema.sql
@ -28,9 +27,9 @@ Changes
Changes as of 2003-12-14 Changes as of 2003-12-14
* Fixed bug in CREATE SCHEMA parsing (Michael) * Fixed bug in "CREATE SCHEMA" parsing in ECPG (Michael)
* Fix --enable-thread-safety compile error when used with * Fix compile error when "--enable-thread-safety" and "--with-perl"
--with-perl (Peter) are used together (Peter)
* Fix for subqueries that used hash joins (Tom) * Fix for subqueries that used hash joins (Tom)
Certain subqueries that used hash joins would crash because of Certain subqueries that used hash joins would crash because of
improperly shared structures. improperly shared structures.
@ -42,19 +41,18 @@ Changes
(Tom) (Tom)
Fix these functions to return values consistent with pre-7.4 Fix these functions to return values consistent with pre-7.4
releases. releases.
* Several /contrib/pg_autovacuum fixes * Several "contrib/pg_autovacuum" fixes
Fixes include improper variable initialization, missing vacuum Fixes include improper variable initialization, missing vacuum
after TRUNCATE, and duration computation overflow for long after "TRUNCATE", and duration computation overflow for long
vacuums. vacuums.
* Allow compile of /contrib/cube under Cygwin (Jason Tishler) * Allow compile of "contrib/cube" under Cygwin (Jason Tishler)
* Fix Solaris use of password file when no passwords are defined * Fix Solaris use of password file when no passwords are defined
(Tom) (Tom)
Fix crash on Solaris caused by use of any type of password Fix crash on Solaris caused by use of any type of password
authentication when no passwords were defined. authentication when no passwords were defined.
* JDBC fix for thread problems, other fixes * JDBC fix for thread problems, other fixes
* Fix for index bytea lookups (Joe) * Fix for bytea index lookups (Joe)
* Fix information schema for bit data types (Peter) * Fix information schema for bit data types (Peter)
To enable this fix, an initdb is required.
* Force zero_damaged_pages to be on during recovery from WAL * Force zero_damaged_pages to be on during recovery from WAL
* Prevent some obscure cases of "variable not in subplan target * Prevent some obscure cases of "variable not in subplan target
lists" lists"