postgresql-8.4 (8.4.14-0ubuntu11.04) natty-proposed; urgency=low

  * New upstream bug fix release: (LP: #1055944)
    - Fix planner's assignment of executor parameters, and fix executor's
      rescan logic for CTE plan nodes.
      These errors could result in wrong answers from queries that scan
      the same WITH subquery multiple times.
    - Improve page-splitting decisions in GiST indexes.
      Multi-column GiST indexes might suffer unexpected bloat due to this
      error.
    - Fix cascading privilege revoke to stop if privileges are still held.
      If we revoke a grant option from some role "X", but "X" still holds
      that option via a grant from someone else, we should not
      recursively revoke the corresponding privilege from role(s) "Y"
      that "X" had granted it to.
    - Fix handling of SIGFPE when PL/Perl is in use.
      Perl resets the process's SIGFPE handler to SIG_IGN, which could
      result in crashes later on. Restore the normal Postgres signal
      handler after initializing PL/Perl.
    - Prevent PL/Perl from crashing if a recursive PL/Perl function is
      redefined while being executed.
    - Work around possible misoptimization in PL/Perl.
      Some Linux distributions contain an incorrect version of
      "pthread.h" that results in incorrect compiled code in PL/Perl,
      leading to crashes if a PL/Perl function calls another one that
      throws an error.

Date: Tue, 25 Sep 2012 07:34:06 +0200
Changed-By: Martin Pitt <[email protected]>
Maintainer: Ubuntu Developers <[email protected]>
https://launchpad.net/ubuntu/natty/+source/postgresql-8.4/8.4.14-0ubuntu11.04
Format: 1.8
Date: Tue, 25 Sep 2012 07:34:06 +0200
Source: postgresql-8.4
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-8.4 postgresql-client-8.4 postgresql-server-dev-8.4 
postgresql-doc-8.4 postgresql-contrib-8.4 postgresql-plperl-8.4 
postgresql-plpython-8.4 postgresql-pltcl-8.4 postgresql postgresql-client 
postgresql-doc postgresql-contrib
Architecture: source
Version: 8.4.14-0ubuntu11.04
Distribution: natty-proposed
Urgency: low
Maintainer: Ubuntu Developers <[email protected]>
Changed-By: Martin Pitt <[email protected]>
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 8.4
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5     - PostgreSQL C client library
 postgresql - object-relational SQL database (supported version)
 postgresql-8.4 - object-relational SQL database, version 8.4 server
 postgresql-client - front-end programs for PostgreSQL (supported version)
 postgresql-client-8.4 - front-end programs for PostgreSQL 8.4
 postgresql-contrib - additional facilities for PostgreSQL (supported version)
 postgresql-contrib-8.4 - additional facilities for PostgreSQL
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-doc-8.4 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-8.4 - PL/Perl procedural language for PostgreSQL 8.4
 postgresql-plpython-8.4 - PL/Python procedural language for PostgreSQL 8.4
 postgresql-pltcl-8.4 - PL/Tcl procedural language for PostgreSQL 8.4
 postgresql-server-dev-8.4 - development files for PostgreSQL 8.4 server-side 
programming
Launchpad-Bugs-Fixed: 1055944
Changes: 
 postgresql-8.4 (8.4.14-0ubuntu11.04) natty-proposed; urgency=low
 .
   * New upstream bug fix release: (LP: #1055944)
     - Fix planner's assignment of executor parameters, and fix executor's
       rescan logic for CTE plan nodes.
       These errors could result in wrong answers from queries that scan
       the same WITH subquery multiple times.
     - Improve page-splitting decisions in GiST indexes.
       Multi-column GiST indexes might suffer unexpected bloat due to this
       error.
     - Fix cascading privilege revoke to stop if privileges are still held.
       If we revoke a grant option from some role "X", but "X" still holds
       that option via a grant from someone else, we should not
       recursively revoke the corresponding privilege from role(s) "Y"
       that "X" had granted it to.
     - Fix handling of SIGFPE when PL/Perl is in use.
       Perl resets the process's SIGFPE handler to SIG_IGN, which could
       result in crashes later on. Restore the normal Postgres signal
       handler after initializing PL/Perl.
     - Prevent PL/Perl from crashing if a recursive PL/Perl function is
       redefined while being executed.
     - Work around possible misoptimization in PL/Perl.
       Some Linux distributions contain an incorrect version of
       "pthread.h" that results in incorrect compiled code in PL/Perl,
       leading to crashes if a PL/Perl function calls another one that
       throws an error.
Checksums-Sha1: 
 2254d0d395a5e1157650562006042c8fbf64eccb 3305 
postgresql-8.4_8.4.14-0ubuntu11.04.dsc
 1663bde3e4916a550a32062e99d3e1ad773488c7 18430079 
postgresql-8.4_8.4.14.orig.tar.gz
 1ae342eee037ca31e892d6c0e26d77605d0a42da 53000 
postgresql-8.4_8.4.14-0ubuntu11.04.diff.gz
Checksums-Sha256: 
 74479a80e7af093d2a193eae6d4c28b9a8e4e92db3a328e630d4130fa57ce6b2 3305 
postgresql-8.4_8.4.14-0ubuntu11.04.dsc
 7c3e9ca0e6a145afd4ab7c125bd7e6c3eb40a22cf08859934638484349205d07 18430079 
postgresql-8.4_8.4.14.orig.tar.gz
 bf8646ad4edd7301274eafe69d0a216a8cd1db478f9853a811cf3af81e025406 53000 
postgresql-8.4_8.4.14-0ubuntu11.04.diff.gz
Files: 
 0f22b4ad30c273e96a9785107757936a 3305 database optional 
postgresql-8.4_8.4.14-0ubuntu11.04.dsc
 4d3185a7974a709c57f20998fc41ba0d 18430079 database optional 
postgresql-8.4_8.4.14.orig.tar.gz
 5e2073cc359a9de605543b64798ce487 53000 database optional 
postgresql-8.4_8.4.14-0ubuntu11.04.diff.gz
Original-Maintainer: Martin Pitt <[email protected]>
-- 
Natty-changes mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/natty-changes

Reply via email to