Subject: CVS commit: pkgsrc/databases/postgresql
To: None <pkgsrc-changes@NetBSD.org>
From: Curt Sampson <cjs@netbsd.org>
List: pkgsrc-changes
Date: 08/18/2003 00:26:24
Module Name:	pkgsrc
Committed By:	cjs
Date:		Mon Aug 18 00:26:24 UTC 2003

Modified Files:
	pkgsrc/databases/postgresql: Makefile.common distinfo

Log Message:
Upgrade to 7.3.4. The on-disk format is the same, so a dump/restore is
not required. Changes include:
   Repair breakage in timestamp-to-date conversion for dates before 2000
   Prevent rare possibility of server startup failure (Tom)
   Fix bugs in interval-to-time conversion (Tom)
   Add constraint names in a few places in pg_dump (Rod)
   Improve performance of functions with many parameters (Tom)
   Fix to_ascii() buffer overruns (Tom)
   Prevent restore of database comments from throwing an error (Tom)
   Work around buggy strxfrm() present in some Solaris releases (Tom)
   Properly escape jdbc setObject() strings to improve security (Barry)
In particular, the server startup failure mentioned above occurs when the
transaction log ends on a page boundary.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/databases/postgresql/Makefile.common
cvs rdiff -r1.17 -r1.18 pkgsrc/databases/postgresql/distinfo

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