Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 02/20/2006 18:34:07
Module Name:	pkgsrc
Committed By:	joerg
Date:		Mon Feb 20 18:34:07 UTC 2006

Modified Files:
	pkgsrc/databases/postgresql73: Makefile Makefile.common distinfo
	pkgsrc/databases/postgresql73-client: Makefile
	pkgsrc/databases/postgresql73-docs: Makefile PLIST
	pkgsrc/databases/postgresql73-lib: Makefile
	pkgsrc/databases/postgresql73-plperl: Makefile
	pkgsrc/databases/postgresql73-pltcl: Makefile
	pkgsrc/databases/postgresql73-server: Makefile
	pkgsrc/databases/tcl-postgresql73: Makefile
	pkgsrc/databases/tk-postgresql73: Makefile

Log Message:
Update PostgreSQL to 7.3.14.

It might be needed to REINDEX indexes or textual coloumns for
the issues about plperl and locales in the 7.3.13 changes are
present. See the release documentation for further details.

Changes from 7.3.10 to 7.3.11:
- Fix error that allowed VACUUM to remove ctid chains too soon, and add
more checking in code that follows ctid links
- Fix CHAR() to properly pad spaces to the specified length when using a
multiple-byte character set (Yoshiyuki Asaba)
- Fix missing rows in queries like UPDATE a=... WHERE a... with GiST
index on column a
- Improve checking for partially-written WAL pages
- Improve robustness of signal handling when SSL is enabled
- Various memory leakage fixes
- Various portability improvements
- Fix PL/PgSQL to handle var := var correctly when the variable is of
pass-by-reference type

Changes from 7.3.11 to 7.3.12:
- Fix race condition in transaction log management
- /contrib/ltree fixes (Teodor)
- Fix longstanding planning error for outer joins
- Prevent core dump in pg_autovacuum when a table has been dropped

Changes from 7.3.12 to 7.3.13:
- Fix character string comparison for locales that consider different
character combinations as equal, such as Hungarian (Tom)
- Set locale environment variables during postmaster startup to ensure
that plperl won't change the locale later
- Fix longstanding bug in strpos() and regular expression handling in
certain rarely used Asian multi-byte character sets (Tatsuo)
- Fix bug in /contrib/pgcrypto gen_salt, which caused it not to use all
available salt space for MD5 and XDES algorithms (Marko Kreen, Solar
Designer)
- Fix /contrib/dblink to throw an error, rather than crashing, when the
number of columns specified is different from what's actually returned
by the query (Joe)

Changes from 7.3.13 to 7.3.14:
- Fix potential crash in SET SESSION AUTHORIZATION (CVE-2006-0553)
- Fix bug with row visibility logic in self-inserted rows (Tom)
- Fix race condition that could lead to "file already exists" errors
during pg_clog file creation (Tom)
- Fix to allow restoring dumps that have cross-schema references to
custom operators (Tom)
- Portability fix for testing presence of finite and isinf during
configure (Tom)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/postgresql73/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/databases/postgresql73/Makefile.common
cvs rdiff -r1.11 -r1.12 pkgsrc/databases/postgresql73/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/postgresql73-client/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/postgresql73-docs/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/postgresql73-docs/PLIST
cvs rdiff -r1.16 -r1.17 pkgsrc/databases/postgresql73-lib/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/postgresql73-plperl/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/databases/postgresql73-pltcl/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/databases/postgresql73-server/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/tcl-postgresql73/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/databases/tk-postgresql73/Makefile

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