pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: adam
Date: Thu Oct 7 15:53:55 UTC 2010
Modified Files:
pkgsrc/databases/postgresql90: Makefile.common distinfo
pkgsrc/databases/postgresql90-client: PLIST
pkgsrc/databases/postgresql90-docs: PLIST
pkgsrc/databases/postgresql90-plpython: PLIST
pkgsrc/databases/postgresql90-pltcl: PLIST
Log Message:
Changes 9.0.1:
* Use a separate interpreter for each calling SQL userid in PL/Perl and PL/Tcl
* Improve pg_get_expr() security fix so that the function can still be used on
the output of a sub-select
* Fix incorrect placement of placeholder evaluation
* Fix join removal's handling of placeholder expressions
* Fix possible duplicate scans of UNION ALL member relations
* Prevent infinite loop in ProcessIncomingNotify() after unlistening
* Prevent show_session_authorization() from crashing within autovacuum
processes
* Re-allow input of Julian dates prior to 0001-01-01 AD
* Make psql recognize "DISCARD ALL" as a command that should not be encased in
a transaction block in autocommit-off mode
* Update build infrastructure and documentation to reflect the source code
repository's move from CVS to Git
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90/Makefile.common \
pkgsrc/databases/postgresql90/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-client/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-docs/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-plpython/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-pltcl/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index