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:           Wed Feb  9 08:48:20 UTC 2011

Modified Files:
        pkgsrc/databases/postgresql90: Makefile.common distinfo options.mk
        pkgsrc/databases/postgresql90-adminpack: Makefile PLIST
        pkgsrc/databases/postgresql90-client: Makefile PLIST buildlink3.mk
        pkgsrc/databases/postgresql90-datatypes: Makefile PLIST
        pkgsrc/databases/postgresql90-dblink: Makefile PLIST
        pkgsrc/databases/postgresql90-docs: PLIST
        pkgsrc/databases/postgresql90-monitoring: Makefile PLIST
        pkgsrc/databases/postgresql90-pgcrypto: Makefile PLIST
        pkgsrc/databases/postgresql90-plperl: Makefile PLIST
        pkgsrc/databases/postgresql90-plpython: Makefile PLIST
        pkgsrc/databases/postgresql90-pltcl: Makefile PLIST
        pkgsrc/databases/postgresql90-server: Makefile PLIST
        pkgsrc/databases/postgresql90-upgrade: Makefile
Removed Files:
        pkgsrc/databases/postgresql90/files: Makefile.custom Makefile.libtool
        pkgsrc/databases/postgresql90/patches: patch-ae patch-an

Log Message:
Changes 9.0.3:
* Before exiting walreceiver, ensure all the received WAL is fsync'd to disk
* Avoid excess fsync activity in walreceiver
* Make "ALTER TABLE" revalidate uniqueness and exclusion constraints when needed
* Fix EvalPlanQual for "UPDATE" of an inheritance tree in which the tables are
  not all alike
* 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 PL/Python crash when an array contains null entries
* Remove ecpg's fixed length limit for constants defining an array dimension
* 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.8 -r1.9 pkgsrc/databases/postgresql90/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql90/options.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-adminpack/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90-adminpack/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql90-client/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql90-client/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90-client/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-datatypes/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90-datatypes/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-dblink/Makefile \
    pkgsrc/databases/postgresql90-dblink/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql90-docs/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90-monitoring/Makefile \
    pkgsrc/databases/postgresql90-monitoring/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-pgcrypto/Makefile \
    pkgsrc/databases/postgresql90-pgcrypto/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-plperl/Makefile \
    pkgsrc/databases/postgresql90-plperl/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-plpython/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90-plpython/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-pltcl/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90-pltcl/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql90-server/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql90-server/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90-upgrade/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/databases/postgresql90/files/Makefile.custom
cvs rdiff -u -r1.3 -r0 pkgsrc/databases/postgresql90/files/Makefile.libtool
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/postgresql90/patches/patch-ae
cvs rdiff -u -r1.2 -r0 pkgsrc/databases/postgresql90/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