Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: pkgsrc-changes
Date: 10/10/2004 07:30:23
Module Name:	pkgsrc
Committed By:	jdolecek
Date:		Sun Oct 10 07:30:23 UTC 2004

Modified Files:
	pkgsrc/databases/postgresql74: Makefile.common distinfo
	pkgsrc/databases/postgresql74-client: Makefile
	pkgsrc/databases/postgresql74-contrib: Makefile
	pkgsrc/databases/postgresql74-lib: Makefile
	pkgsrc/databases/postgresql74-server: Makefile
	pkgsrc/doc: CHANGES

Log Message:
Update PostgreSQL 7.4 packages to 7.4.5. Changes are mostly reliability fixes.
Dump/restore is not necessary for 7.4.x users.

Changes in 7.4.5:
    * Repair possible crash during concurrent btree index insertions
       This patch fixes a rare case in which concurrent insertions into a
       btree index could result in a server panic. No permanent damage
       would result, but it's still worth a re-release. The bug does not
       exist in pre-7.4 releases.

Changes in 7.4.4:
     * Prevent possible loss of committed transactions during crash
       Due to insufficient interlocking between transaction commit and
       checkpointing, it was possible for transactions committed just
       before the most recent checkpoint to be lost, in whole or in part,
       following a database crash and restart. This is a serious bug that
       has existed since PostgreSQL 7.1.
     * Check HAVING restriction before evaluating result list of an
       aggregate plan
     * Avoid crash when session's current userID is deleted
     * Fix hashed crosstab for zero-rows case (Joe)
     * Force cache update after renaming a column in a foreign key
     * Pretty-print UNION queries correctly
     * Make psql handle \r\n newlines properly in COPY IN
     * pg_dump handled ACLs with grant options incorrectly
     * Fix thread support for OS X and Solaris
     * Updated JDBC driver (build 215) with various fixes
     * ECPG fixes
     * Translation updates (various contributors)


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/databases/postgresql74/Makefile.common
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/postgresql74/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/databases/postgresql74-client/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/postgresql74-contrib/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/postgresql74-lib/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql74-server/Makefile
cvs rdiff -r1.7385 -r1.7386 pkgsrc/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.