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: Tue Feb 15 08:14:17 UTC 2011
Modified Files:
pkgsrc/databases/postgresql84: Makefile.common distinfo options.mk
pkgsrc/databases/postgresql84-adminpack: Makefile PLIST
pkgsrc/databases/postgresql84-client: Makefile PLIST
pkgsrc/databases/postgresql84-dblink: Makefile PLIST
pkgsrc/databases/postgresql84-pgcrypto: Makefile PLIST
pkgsrc/databases/postgresql84-plperl: Makefile PLIST
pkgsrc/databases/postgresql84-plpython: Makefile PLIST
pkgsrc/databases/postgresql84-pltcl: Makefile PLIST
pkgsrc/databases/postgresql84-server: Makefile PLIST
Removed Files:
pkgsrc/databases/postgresql84/patches: patch-an
Log Message:
Changes 8.4.7:
* Avoid failures when "EXPLAIN" tries to display a simple-form CASE
expression.
* Fix assignment to an array slice that is before the existing range
of subscripts.
* Avoid unexpected conversion overflow in planner for very distant
date values.
* Fix pg_restore's text output for large objects (BLOBs) when
standard_conforming_strings is on.
* Fix erroneous parsing of tsquery values containing ... &
!(subexpression) | ...
* Fix buffer overrun in "contrib/intarray"'s input function for the
query_int type.
* Fix bug in "contrib/seg"'s GiST picksplit algorithm.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql84/Makefile.common
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql84/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql84/options.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql84-adminpack/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql84-adminpack/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql84-client/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql84-client/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql84-dblink/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql84-dblink/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql84-pgcrypto/Makefile \
pkgsrc/databases/postgresql84-pgcrypto/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql84-plperl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql84-plperl/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql84-plpython/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql84-plpython/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql84-pltcl/Makefile \
pkgsrc/databases/postgresql84-pltcl/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql84-server/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql84-server/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/databases/postgresql84/patches/patch-an
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