Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 06/27/2004 16:38:32
Module Name:	pkgsrc
Committed By:	recht
Date:		Sun Jun 27 16:38:32 UTC 2004

Modified Files:
	pkgsrc/databases/jdbc-postgresql74: Makefile PLIST distinfo
	pkgsrc/databases/postgresql74: Makefile Makefile.common distinfo
	pkgsrc/databases/postgresql74-client: Makefile PLIST
	pkgsrc/databases/postgresql74-docs: Makefile PLIST
	pkgsrc/databases/postgresql74-lib: Makefile PLIST buildlink3.mk

Log Message:
update to 7.4.3

changes:

* Fix temporary memory leak when using non-hashed aggregates (Tom)
* ECPG fixes, including some for Informix compatibility (Michael)
* Fixes for compiling with thread-safety, particularly Solaris (Bruce)
* Fix error in COPY IN termination when using the old network
  protocol (ljb)
* Several important fixes in pg_autovacuum (Matthew T. O'Connor)
* Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce)
* Several JDBC fixes
* Fix ALTER SEQUENCE RESTART where last_value equals the restart
  value (Tom)
* Repair failure to recalculate nested sub-selects (Tom)
* Fix problems with non-constant expressions in LIMIT/OFFSET
* Support FULL JOIN with no join clause, such as X FULL JOIN Y ON
  TRUE (Tom)
* Fix another zero-column table bug (Tom)
* Improve handling of non-qualified identifiers in GROUP BY clauses
  in sub-selects (Tom)
* Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom)
* Add checks for invalid field length in binary COPY (Tom)
* Avoid locking conflict between ANALYZE and LISTEN/NOTIFY
* Numerous translation updates (various contributors)


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/jdbc-postgresql74/Makefile \
    pkgsrc/databases/jdbc-postgresql74/PLIST \
    pkgsrc/databases/jdbc-postgresql74/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/postgresql74/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/databases/postgresql74/Makefile.common
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql74/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/postgresql74-client/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql74-client/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/postgresql74-docs/Makefile \
    pkgsrc/databases/postgresql74-docs/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql74-lib/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql74-lib/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/postgresql74-lib/buildlink3.mk

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