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:           Sun Dec 19 09:53:30 UTC 2010

Modified Files:
        pkgsrc/databases/postgresql90: Makefile 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
        pkgsrc/databases/postgresql90-docs: Makefile 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-replicationtools: Makefile PLIST
        pkgsrc/databases/postgresql90-server: MESSAGE Makefile PLIST
        pkgsrc/databases/postgresql90-server/files: pgsql.sh
        pkgsrc/databases/postgresql90-upgrade: Makefile PLIST
        pkgsrc/databases/postgresql90/patches: patch-an
Added Files:
        pkgsrc/databases/postgresql90/patches: patch-ae

Log Message:
Changes 9.0.2:
* Force the default wal_sync_method to be fdatasync on Linux
* Fix "too many KnownAssignedXids" error during Hot Standby replay
* Fix race condition in lock acquisition during Hot Standby
* Avoid unnecessary conflicts during Hot Standby
* Fix assorted bugs in WAL replay logic for GIN indexes
* Fix recovery from base backup when the starting checkpoint WAL
  record is not in the same WAL segment as its redo point
* Fix corner-case bug when streaming replication is enabled
  immediately after creating the master database cluster
* Fix persistent slowdown of autovacuum workers when multiple workers
  remain active for a long time
* Fix long-term memory leak in autovacuum launcher
* Avoid failure when trying to report an impending transaction
  wraparound condition from outside a transaction
* Add support for detecting register-stack overrun on IA64
* Add a check for stack overflow in copyObject()
* Fix detection of page splits in temporary GiST indexes
* Fix error checking during early connection processing
* Improve efficiency of window functions
* Avoid memory leakage while "ANALYZE"'ing complex index expressions
* Ensure an index that uses a whole-row Var still depends on its table
* Add missing support in "DROP OWNED BY" for removing foreign data
  wrapper/server privileges belonging to a user
* Do not "inline" a SQL function with multiple OUT parameters
* Fix crash when inline-ing a set-returning function whose argument
  list contains a reference to an inline-able user function
* Behave correctly if ORDER BY, LIMIT, FOR UPDATE, or WITH is
  attached to the VALUES part of INSERT ... VALUES
* Make the OFF keyword unreserved
  This prevents problems with using off as a variable name in
  PL/pgSQL. That worked before 9.0, but was now broken because
  PL/pgSQL now treats all core reserved words as reserved.
* Fix constant-folding of COALESCE() expressions


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql90/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90/options.mk
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-adminpack/Makefile \
    pkgsrc/databases/postgresql90-adminpack/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-client/Makefile \
    pkgsrc/databases/postgresql90-client/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 \
    pkgsrc/databases/postgresql90-client/buildlink3.mk
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-datatypes/Makefile \
    pkgsrc/databases/postgresql90-datatypes/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-dblink/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90-docs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-docs/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-monitoring/Makefile \
    pkgsrc/databases/postgresql90-monitoring/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-pgcrypto/Makefile \
    pkgsrc/databases/postgresql90-pgcrypto/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-plperl/Makefile \
    pkgsrc/databases/postgresql90-plperl/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-plpython/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-plpython/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-pltcl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-pltcl/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 \
    pkgsrc/databases/postgresql90-replicationtools/Makefile \
    pkgsrc/databases/postgresql90-replicationtools/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90-server/MESSAGE
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql90-server/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-server/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 \
    pkgsrc/databases/postgresql90-server/files/pgsql.sh
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql90-upgrade/Makefile \
    pkgsrc/databases/postgresql90-upgrade/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/postgresql90/patches/patch-ae
cvs rdiff -u -r1.1.1.1 -r1.2 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