Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 07/13/2000 21:44:14
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Jul 14 04:44:14 UTC 2000

Modified Files:
	pkgsrc/databases/postgresql: Makefile Makefile.common
	pkgsrc/databases/postgresql/files: md5 patch-sum pgsql.sh.tmpl
	pkgsrc/databases/postgresql/patches: patch-ac patch-ad patch-af
	pkgsrc/databases/postgresql/pkg: DEINSTALL PLIST
Removed Files:
	pkgsrc/databases/postgresql/patches: patch-aa

Log Message:
Update postgresql to 7.0.2.  Relevant changes from 7.0:

* Enhance rc.d/pgsql.sh script to accept start/stop/restart.
* Add fixes for alpha from Kevin P. Neal <kpn@neutralgood.org> in PR#10543.

  XXX Includes a patch which removes inlining of the alpha's TAS function.
  XXX This is apparently some code-gen bug in GCC for alpha.

* Fix many CLUSTER failures (Tom)
* Allow ALTER TABLE RENAME works on indexes (Tom)
* Fix plpgsql to handle datetime->timestamp and timespan->interval (Bruce)
* New configure --with-setproctitle switch to use setproctitle() (Marc, Bruce)
* Fix the off by one errors in ResultSet from 6.5.3, and more.
* jdbc ResultSet fixes (Joseph Shraibman)
* optimizer tunings (Tom)
* Fix create user for pgaccess
* Fix for UNLISTEN failure
* Reduce COPY IN lock level (Tom)
* Change libpqeasy to use PQconnectdb() style parameters (Bruce)
* Fix pg_dump to handle OID indexes (Tom)
* Fix small memory leak (Tom)
* Solaris fix for createdb/dropdb (Tatsuo)
* Fix for non-blocking connections (Alfred Perlstein)
* Fix improper recovery after RENAME TABLE failures (Tom)
* Copy pg_ident.conf.sample into /lib directory in install (Bruce)
* Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya)
* Fix too long syslog message (Tatsuo)
* Fix problem with quoted indexes that are too long (Tom)
* JDBC ResultSet.getTimestamp() fix (Gregory Krasnow & Floyd Marinescu)
* ecpg changes (Michael)


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 pkgsrc/databases/postgresql/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/postgresql/Makefile.common
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/postgresql/files/md5
cvs rdiff -r1.11 -r1.12 pkgsrc/databases/postgresql/files/patch-sum
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/postgresql/files/pgsql.sh.tmpl
cvs rdiff -r1.6 -r0 pkgsrc/databases/postgresql/patches/patch-aa
cvs rdiff -r1.7 -r1.8 pkgsrc/databases/postgresql/patches/patch-ac
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/postgresql/patches/patch-ad
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/postgresql/patches/patch-af
cvs rdiff -r1.1 -r1.2 pkgsrc/databases/postgresql/pkg/DEINSTALL
cvs rdiff -r1.13 -r1.14 pkgsrc/databases/postgresql/pkg/PLIST

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