~ubuntu-branches/ubuntu/natty/postgresql-8.4/natty

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-04-20 16:10:45 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110420161045-nrk3s2t0szvn2o80
Tags: 8.4.8-0ubuntu0.11.04
* New upstream bug fix release: (LP: #767165)
  - If your installation was upgraded from a previous major release by
    running pg_upgrade, you should take action to prevent possible data loss
    due to a now-fixed bug in pg_upgrade. The recommended solution is to run
    "VACUUM FREEZE" on all TOAST tables.  More information is available at
    http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix.
  - Fix pg_upgrade's handling of TOAST tables.
    This error poses a significant risk of data loss for installations
    that have been upgraded with pg_upgrade. This patch corrects the
    problem for future uses of pg_upgrade, but does not in itself cure
    the issue in installations that have been processed with a buggy
    version of pg_upgrade.
  - Suppress incorrect "PD_ALL_VISIBLE flag was incorrectly set"
    warning.
  - Disallow including a composite type in itself.
  - Avoid potential deadlock during catalog cache initialization.
  - Fix dangling-pointer problem in BEFORE ROW UPDATE trigger handling
    when there was a concurrent update to the target tuple.
  - Disallow "DROP TABLE" when there are pending deferred trigger
    events for the table.
    Formerly the "DROP" would go through, leading to "could not open
    relation with OID nnn" errors when the triggers were eventually
    fired.
  - Prevent crash triggered by constant-false WHERE conditions during
    GEQO optimization.
  - Improve planner's handling of semi-join and anti-join cases.
  - Fix selectivity estimation for text search to account for NULLs.
  - Improve PL/pgSQL's ability to handle row types with dropped columns.
  - Fix PL/Python memory leak involving array slices.
  - Fix pg_restore to cope with long lines (over 1KB) in TOC files.
  - Put in more safeguards against crashing due to division-by-zero
    with overly enthusiastic compiler optimization. (Closes: #616180)
Filename Latest Rev Last Changed Committer Comment Size
..
config 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 Diff
contrib 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 Diff
debian 2 15 years ago Bazaar Package Importer * Package current trunk, which will become 8.4 in Diff
doc 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 Diff
src 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 Diff
.gitignore 21 13 years ago Bazaar Package Importer * New upstream bug fix release: (LP: #767165) - 233 bytes Diff Download File
aclocal.m4 1.1.3 14 years ago Bazaar Package Importer Import upstream version 8.4~beta2 445 bytes Diff Download File
File configure 21 13 years ago Bazaar Package Importer * New upstream bug fix release: (LP: #767165) - 783 KB Diff Download File
configure.in 21 13 years ago Bazaar Package Importer * New upstream bug fix release: (LP: #767165) - 59.8 KB Diff Download File
COPYRIGHT 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 1.1 KB Diff Download File
GNUmakefile.in 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 4.2 KB Diff Download File
HISTORY 21 13 years ago Bazaar Package Importer * New upstream bug fix release: (LP: #767165) - 895 KB Diff Download File
INSTALL 21 13 years ago Bazaar Package Importer * New upstream bug fix release: (LP: #767165) - 76.5 KB Diff Download File
Makefile 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 1.3 KB Diff Download File
README 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 1.2 KB Diff Download File