[ubuntu/gutsy-proposed] postgresql-8.2 8.2.11-0ubuntu0.7.10 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Tue Nov 4 21:14:14 GMT 2008


postgresql-8.2 (8.2.11-0ubuntu0.7.10) gutsy-proposed; urgency=low

  * New upstream bug fix release 8.2.11: (LP: #293758)
    - Fix GiST index corruption due to marking the wrong index entry
      "dead" after a deletion. This would result in index searches failing to
      find rows they should have found.
    - Fix backend crash when the client encoding cannot represent a
      localized error message.
    - Fix possible crash when deeply nested functions are invoked from a
      trigger.
    - Improve optimization of "expression" IN ("expression-list") queries.
      Cases in which there are query variables on the right-hand side had
      been handled less efficiently in 8.2.x and 8.3.x than in prior
      versions. The fix restores 8.1 behavior for such cases.
    - Fix mis-expansion of rule queries when a sub-SELECT appears in a
      function call in FROM, a multi-row VALUES list, or a RETURNING list.
      The usual symptom of this problem is an "unrecognized node type"
      error.
    - Fix memory leak during rescan of a hashed aggregation plan.
    - Ensure an error is reported when a newly-defined PL/pgSQL trigger
      function is invoked as a normal function.
    - Prevent possible collision of relfilenode numbers when moving a
      table to another tablespace with "ALTER SET TABLESPACE".
    - Fix incorrect tsearch2 headline generation when single query item
      matches first word of text.
    - Fix improper display of fractional seconds in interval values when
      using a non-ISO datestyle.
    - Ensure SPI_getvalue and SPI_getbinval behave correctly when the
      passed tuple and tuple descriptor have different numbers of columns.
      This situation is normal when a table has had columns added or
      removed, but these two functions didn't handle it properly. The
      only likely consequence is an incorrect error indication.
    - Fix ecpg's parsing of "CREATE ROLE".
    - Fix recent breakage of pg_ctl restart.
  * 03-gettext-domains.patch: Unfuzz for new release.

Date: Tue, 04 Nov 2008 21:22:42 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://edge.launchpad.net/ubuntu/gutsy/+source/postgresql-8.2/8.2.11-0ubuntu0.7.10
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 04 Nov 2008 21:22:42 +0100
Source: postgresql-8.2
Binary: libpq-dev libpq5 libecpg5 libecpg-dev libecpg-compat2 libpgtypes2 postgresql-8.2 postgresql-client-8.2 postgresql-server-dev-8.2 postgresql-doc-8.2 postgresql-contrib-8.2 postgresql-plperl-8.2 postgresql-plpython-8.2 postgresql-pltcl-8.2 postgresql postgresql-client postgresql-doc postgresql-contrib
Architecture: source
Version: 8.2.11-0ubuntu0.7.10
Distribution: gutsy-proposed
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 libecpg-compat2 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg5   - run-time library for ECPG programs
 libpgtypes2 - shared library libpgtypes for PostgreSQL 8.2
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5     - PostgreSQL C client library
 postgresql - object-relational SQL database (latest version)
 postgresql-8.2 - object-relational SQL database, version 8.2 server
 postgresql-client - front-end programs for PostgreSQL (latest version)
 postgresql-client-8.2 - front-end programs for PostgreSQL 8.2
 postgresql-contrib - additional facilities for PostgreSQL (latest version)
 postgresql-contrib-8.2 - additional facilities for PostgreSQL
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-doc-8.2 - documentation for the PostgreSQL database management system
 postgresql-plperl-8.2 - PL/Perl procedural language for PostgreSQL 8.2
 postgresql-plpython-8.2 - PL/Python procedural language for PostgreSQL 8.2
 postgresql-pltcl-8.2 - PL/Tcl procedural language for PostgreSQL 8.2
 postgresql-server-dev-8.2 - development files for PostgreSQL 8.2 server-side programming
Launchpad-Bugs-Fixed: 293758
Changes: 
 postgresql-8.2 (8.2.11-0ubuntu0.7.10) gutsy-proposed; urgency=low
 .
   * New upstream bug fix release 8.2.11: (LP: #293758)
     - Fix GiST index corruption due to marking the wrong index entry
       "dead" after a deletion. This would result in index searches failing to
       find rows they should have found.
     - Fix backend crash when the client encoding cannot represent a
       localized error message.
     - Fix possible crash when deeply nested functions are invoked from a
       trigger.
     - Improve optimization of "expression" IN ("expression-list") queries.
       Cases in which there are query variables on the right-hand side had
       been handled less efficiently in 8.2.x and 8.3.x than in prior
       versions. The fix restores 8.1 behavior for such cases.
     - Fix mis-expansion of rule queries when a sub-SELECT appears in a
       function call in FROM, a multi-row VALUES list, or a RETURNING list.
       The usual symptom of this problem is an "unrecognized node type"
       error.
     - Fix memory leak during rescan of a hashed aggregation plan.
     - Ensure an error is reported when a newly-defined PL/pgSQL trigger
       function is invoked as a normal function.
     - Prevent possible collision of relfilenode numbers when moving a
       table to another tablespace with "ALTER SET TABLESPACE".
     - Fix incorrect tsearch2 headline generation when single query item
       matches first word of text.
     - Fix improper display of fractional seconds in interval values when
       using a non-ISO datestyle.
     - Ensure SPI_getvalue and SPI_getbinval behave correctly when the
       passed tuple and tuple descriptor have different numbers of columns.
       This situation is normal when a table has had columns added or
       removed, but these two functions didn't handle it properly. The
       only likely consequence is an incorrect error indication.
     - Fix ecpg's parsing of "CREATE ROLE".
     - Fix recent breakage of pg_ctl restart.
   * 03-gettext-domains.patch: Unfuzz for new release.
Files: 
 338eb463ce6059f17c0836a5acb6346c 1278 misc optional postgresql-8.2_8.2.11-0ubuntu0.7.10.dsc
 bc68e5b02bfd023c50c99149e8bb504e 12262314 misc optional postgresql-8.2_8.2.11.orig.tar.gz
 22aa0889a6fb0d223f11e4075a9c99fe 33544 misc optional postgresql-8.2_8.2.11-0ubuntu0.7.10.diff.gz
Original-Maintainer: Martin Pitt <mpitt at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkQtNgACgkQDecnbV4Fd/KVywCgzTHhE+6dyAjkKWU3Oz2qe9bA
53EAn0IxG9p2GBoA0mUEka7o4Gdw/jnK
=JsGo
-----END PGP SIGNATURE-----


More information about the gutsy-changes mailing list