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 09:06:33 UTC 2011
Modified Files:
pkgsrc/databases/postgresql83: Makefile.common distinfo options.mk
pkgsrc/databases/postgresql83-adminpack: Makefile PLIST
pkgsrc/databases/postgresql83-client: Makefile PLIST
pkgsrc/databases/postgresql83-plperl: Makefile PLIST
pkgsrc/databases/postgresql83-plpython: Makefile PLIST
pkgsrc/databases/postgresql83-pltcl: Makefile PLIST
pkgsrc/databases/postgresql83-server: Makefile PLIST
Removed Files:
pkgsrc/databases/postgresql83/patches: patch-aj patch-an
Log Message:
Changes 8.3.14:
* 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.16 -r1.17 pkgsrc/databases/postgresql83/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql83/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql83/options.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql83-adminpack/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql83-adminpack/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql83-client/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql83-client/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql83-plperl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql83-plperl/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql83-plpython/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql83-plpython/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql83-pltcl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql83-pltcl/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql83-server/Makefile \
pkgsrc/databases/postgresql83-server/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/databases/postgresql83/patches/patch-aj \
pkgsrc/databases/postgresql83/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