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:42 UTC 2011

Modified Files:
        pkgsrc/databases/postgresql90: Makefile.common distinfo
        pkgsrc/databases/postgresql90-client: Makefile PLIST
        pkgsrc/databases/postgresql90-docs: PLIST
        pkgsrc/databases/postgresql90-plperl: Makefile PLIST
        pkgsrc/databases/postgresql90-plpython: PLIST
        pkgsrc/databases/postgresql90-pltcl: PLIST
        pkgsrc/databases/postgresql90-server: PLIST
        pkgsrc/databases/postgresql90/patches: patch-ad

Log Message:
Changes 9.0.5:
* Fix catalog cache invalidation after a "VACUUM FULL" or "CLUSTER"
  on a system catalog
* Fix incorrect order of operations during sinval reset processing,
  and ensure that TOAST OIDs are preserved in system catalogs
* 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
* Protect pg_stat_reset_shared() against NULL input
* Fix possible failure when a recovery conflict deadlock is detected
  within a sub-transaction
* Avoid spurious conflicts while recycling btree index pages during
  hot standby
* Shut down WAL receiver if it's still running at end of recovery
* Fix race condition in relcache init file invalidation
* Fix memory leak at end of a GiST index scan
* Fix memory leak when encoding conversion has to be done on incoming
  command strings and "LISTEN" is active
* Fix incorrect memory accounting (leading to possible memory bloat)
  in tuplestores supporting holdable cursors and plpgsql's RETURN
  NEXT command
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist
* more...


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql90/Makefile.common
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql90/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql90-client/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql90-client/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql90-docs/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql90-plperl/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql90-plperl/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql90-plpython/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql90-pltcl/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql90-server/PLIST
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql90/patches/patch-ad

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