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 Sep 27 11:04:30 UTC 2011

Modified Files:
        pkgsrc/databases/postgresql84: Makefile.common distinfo
        pkgsrc/databases/postgresql84-client: Makefile PLIST
        pkgsrc/databases/postgresql84-plperl: Makefile PLIST
        pkgsrc/databases/postgresql84-pltcl: PLIST
        pkgsrc/databases/postgresql84-server: PLIST
        pkgsrc/databases/postgresql84/patches: patch-aa patch-ab patch-ao

Log Message:
Changes 8.4.9:
* Fix bugs in indexing of in-doubt HOT-updated tuples
* Fix multiple bugs in GiST index page split processing
* Fix possible buffer overrun in tsvector_concat()
* Fix crash in xml_recv when processing a "standalone" parameter
* Make pg_options_to_table return NULL for an option with no value
* Avoid possibly accessing off the end of memory in "ANALYZE" and in
  SJIS-2004 encoding conversion
* Prevent intermittent hang in interactions of startup process with
  bgwriter process
* Fix race condition in relcache init file invalidation
* Fix memory leak at end of a GiST index scan
* Fix incorrect memory accounting (leading to possible memory bloat)
  in tuplestores supporting holdable cursors and plpgsql's RETURN
  NEXT command
* Fix performance problem when constructing a large, lossy bitmap
* Fix join selectivity estimation for unique columns
* Fix nested PlaceHolderVar expressions that appear only in
  sub-select target lists
* Allow nested EXISTS queries to be optimized properly
* Fix array- and path-creating functions to ensure padding bytes are zeroes
* Fix "EXPLAIN" to handle gating Result nodes within inner-indexscan subplans
* Work around gcc 4.6.0 bug that breaks WAL replay
* Fix dump bug for VALUES in a view
* Disallow SELECT FOR UPDATE/SHARE on sequences
  This operation doesn't work as expected and can lead to failures.
* Fix "VACUUM" so that it always updates pg_class.reltuples/relpages
* more...


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql84/Makefile.common
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql84/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql84-client/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql84-client/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql84-plperl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql84-plperl/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql84-pltcl/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql84-server/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql84/patches/patch-aa
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql84/patches/patch-ab \
    pkgsrc/databases/postgresql84/patches/patch-ao

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