Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 10/18/2006 19:24:07
Module Name:	pkgsrc
Committed By:	adam
Date:		Wed Oct 18 19:24:07 UTC 2006

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

Log Message:
Changes 7.4.14:
* Fix core dump when an untyped literal is taken as ANYARRAY
* Fix string_to_array() to handle overlapping matches for the
  separator string
  For example, string_to_array('123xx456xxx789', 'xx').
* Fix corner cases in pattern matching for psql's \d commands
* Fix index-corrupting bugs in /contrib/ltree (Teodor)
* Fix backslash escaping in /contrib/dbmirror
* Adjust regression tests for recent changes in US DST laws


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/databases/postgresql74/Makefile.common
cvs rdiff -r1.21 -r1.22 pkgsrc/databases/postgresql74/distinfo
cvs rdiff -r1.20 -r1.21 pkgsrc/databases/postgresql74-client/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/databases/postgresql74-contrib/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/postgresql74-docs/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/postgresql74-docs/PLIST
cvs rdiff -r1.25 -r1.26 pkgsrc/databases/postgresql74-lib/Makefile
cvs rdiff -r1.26 -r1.27 pkgsrc/databases/postgresql74-server/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/postgresql74-server/PLIST

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