[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted postgresql-8.1 8.1.13-0etch1 (source i386 all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 09 Jun 2008 19:02:17 +0200
Source: postgresql-8.1
Binary: postgresql-8.1 postgresql-pltcl-8.1 postgresql-plperl-8.1 libpgtypes2 libpq-dev libpq4 postgresql-doc-8.1 postgresql-plpython-8.1 libecpg5 libecpg-compat2 libecpg-dev postgresql-client-8.1 postgresql-contrib-8.1 postgresql-server-dev-8.1
Architecture: source i386 all
Version: 8.1.13-0etch1
Distribution: stable
Urgency: low
Maintainer: Martin Pitt <mpitt@debian.org>
Changed-By: Martin Pitt <mpitt@debian.org>
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.1
 libpq-dev  - header files for libpq4 (PostgreSQL library)
 libpq4     - PostgreSQL C client library
 postgresql-8.1 - object-relational SQL database, version 8.1 server
 postgresql-client-8.1 - front-end programs for PostgreSQL 8.1
 postgresql-contrib-8.1 - additional facilities for PostgreSQL
 postgresql-doc-8.1 - documentation for the PostgreSQL database management system
 postgresql-plperl-8.1 - PL/Perl procedural language for PostgreSQL 8.1
 postgresql-plpython-8.1 - PL/Python procedural language for PostgreSQL 8.1
 postgresql-pltcl-8.1 - PL/Tcl procedural language for PostgreSQL 8.1
 postgresql-server-dev-8.1 - development files for PostgreSQL 8.1 server-side programming
Changes: 
 postgresql-8.1 (8.1.13-0etch1) stable; urgency=low
 .
   * New upstream bugfix release (please note that 8.1.12 was never released,
     due to the discovery of another major bug):
      - Make "ALTER AGGREGATE ... OWNER TO" update pg_shdepend.
        This oversight could lead to problems if the aggregate was later
        involved in a "DROP OWNED" or "REASSIGN OWNED" operation.
      - Fix "ALTER TABLE ADD COLUMN ... PRIMARY KEY" so that the new column
        is correctly checked to see if it's been initialized to all
        non-nulls. Previous versions neglected to check this requirement at
        all.
      - Fix possible "CREATE TABLE" failure when inheriting the "same"
        constraint from multiple parent relations that inherited that
        constraint from a common ancestor.
      - Fix conversions between ISO-8859-5 and other encodings to handle
        Cyrillic "Yo" characters (e and E with two dots).
      - Fix a few datatype input functions that were allowing unused bytes
        in their results to contain uninitialized, unpredictable values.
        This could lead to failures in which two apparently identical
        literal values were not seen as equal, resulting in the parser
        complaining about unmatched ORDER BY and DISTINCT expressions.
      - Fix a corner case in regular-expression substring matching.
      - Fix incorrect result from ecpg's PGTYPEStimestamp_sub() function.
      - Fix core dump in "contrib/xml2"'s xpath_table() function when the
        input query returns a NULL value.
      - Fix longstanding "LISTEN"/"NOTIFY" race condition.
        In rare cases a session that had just executed a "LISTEN" might not
        get a notification, even though one would be expected because the
        concurrent transaction executing "NOTIFY" was observed to commit
        later.
        A side effect of the fix is that a transaction that has executed a
        not-yet-committed "LISTEN" command will not see any row in
        pg_listener for the "LISTEN", should it choose to look; formerly it
        would have. This behavior was never documented one way or the
        other, but it is possible that some applications depend on the old
        behavior.
      - Disallow "LISTEN" and "UNLISTEN" within a prepared transaction.
        This was formerly allowed but trying to do it had various
        unpleasant consequences, notably that the originating backend could
        not exit as long as an "UNLISTEN" remained uncommitted.
      - Fix rare crash when an error occurs during a query using a hash
        index.
      - Fix input of datetime values for February 29 in years BC.
        The former coding was mistaken about which years were leap years.
      - Fix "unrecognized node type" error in some variants of "ALTER
        OWNER".
      - Fix pg_ctl to correctly extract the postmaster's port number from
        command-line options.
        Previously, pg_ctl start -w could try to contact the postmaster on
        the wrong port, leading to bogus reports of startup failure.
      - Fix display of constant expressions in ORDER BY and GROUP BY.
        An explictly casted constant would be shown incorrectly. This could
        for example lead to corruption of a view definition during dump and
        reload.
      - Fix libpq to handle NOTICE messages correctly during COPY OUT.
        This failure has only been observed to occur when a user-defined
        datatype's output routine issues a NOTICE, but there is no
        guarantee it couldn't happen due to other causes.
Files: 
 f3f2e17de0369317add40a896f2b2db9 1179 misc optional postgresql-8.1_8.1.13-0etch1.dsc
 ec1605ae9744bfe21b2dfe875cb2eaca 36719 misc optional postgresql-8.1_8.1.13-0etch1.diff.gz
 044f5a97081ad32764af7d1ee7460b61 11452607 misc optional postgresql-8.1_8.1.13.orig.tar.gz
 f113a1127b6355474b037b00c06d9afe 1490112 doc optional postgresql-doc-8.1_8.1.13-0etch1_all.deb
 a9c5188ba5dd22b023d5cd9cef297467 342496 libdevel optional libpq-dev_8.1.13-0etch1_i386.deb
 25a50c1268e3bc4aa2b6d06c84ee900c 283612 libs optional libpq4_8.1.13-0etch1_i386.deb
 46f1702339d2ebcc490d0b34b7dcd06f 194344 libs optional libecpg5_8.1.13-0etch1_i386.deb
 bbe292796ff1930ed974cb464cf69292 361078 libdevel optional libecpg-dev_8.1.13-0etch1_i386.deb
 5c448b25a03cd8eb7951d939fda9bcec 173898 libs optional libecpg-compat2_8.1.13-0etch1_i386.deb
 23f71aa60d7433f0728dee5acf6917ab 196030 libs optional libpgtypes2_8.1.13-0etch1_i386.deb
 dcf58b52af09518a2ead52169e3e1515 4270828 misc optional postgresql-8.1_8.1.13-0etch1_i386.deb
 8198be27576c049df62159ce6c93157e 1435786 misc optional postgresql-client-8.1_8.1.13-0etch1_i386.deb
 3d036b16e90cc36c8ece89439266be91 620014 libdevel optional postgresql-server-dev-8.1_8.1.13-0etch1_i386.deb
 28521b546033063d7bc71229c83fe1a2 608270 misc optional postgresql-contrib-8.1_8.1.13-0etch1_i386.deb
 f0f90ed2a1cd6e175b54896813111005 190442 misc optional postgresql-plperl-8.1_8.1.13-0etch1_i386.deb
 92c522c77b8d1c3858c121da6db20e92 183362 misc optional postgresql-plpython-8.1_8.1.13-0etch1_i386.deb
 5e89179ca35a7d7dd37c0c2a81f70cda 184874 misc optional postgresql-pltcl-8.1_8.1.13-0etch1_i386.deb

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

iEYEARECAAYFAkjCq4cACgkQDecnbV4Fd/IdiwCg3vcEUsVejpoYXAfhKH34HDnl
K74AnRxq0bcR2ZoBykuLGLWzBUqQouRj
=4vE+
-----END PGP SIGNATURE-----


Accepted:
libecpg-compat2_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/libecpg-compat2_8.1.13-0etch1_i386.deb
libecpg-dev_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/libecpg-dev_8.1.13-0etch1_i386.deb
libecpg5_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/libecpg5_8.1.13-0etch1_i386.deb
libpgtypes2_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/libpgtypes2_8.1.13-0etch1_i386.deb
libpq-dev_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/libpq-dev_8.1.13-0etch1_i386.deb
libpq4_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/libpq4_8.1.13-0etch1_i386.deb
postgresql-8.1_8.1.13-0etch1.diff.gz
  to pool/main/p/postgresql-8.1/postgresql-8.1_8.1.13-0etch1.diff.gz
postgresql-8.1_8.1.13-0etch1.dsc
  to pool/main/p/postgresql-8.1/postgresql-8.1_8.1.13-0etch1.dsc
postgresql-8.1_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-8.1_8.1.13-0etch1_i386.deb
postgresql-8.1_8.1.13.orig.tar.gz
  to pool/main/p/postgresql-8.1/postgresql-8.1_8.1.13.orig.tar.gz
postgresql-client-8.1_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-client-8.1_8.1.13-0etch1_i386.deb
postgresql-contrib-8.1_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-contrib-8.1_8.1.13-0etch1_i386.deb
postgresql-doc-8.1_8.1.13-0etch1_all.deb
  to pool/main/p/postgresql-8.1/postgresql-doc-8.1_8.1.13-0etch1_all.deb
postgresql-plperl-8.1_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-plperl-8.1_8.1.13-0etch1_i386.deb
postgresql-plpython-8.1_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-plpython-8.1_8.1.13-0etch1_i386.deb
postgresql-pltcl-8.1_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-pltcl-8.1_8.1.13-0etch1_i386.deb
postgresql-server-dev-8.1_8.1.13-0etch1_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-server-dev-8.1_8.1.13-0etch1_i386.deb


Reply to: