Format: 1.8 Date: Sat, 13 Mar 2010 16:44:46 +0100 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: ia64 ia64_translations Version: 8.4.3-1 Distribution: lucid Urgency: low Maintainer: Ubuntu/ia64 Build Daemon Changed-By: Martin Pitt 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 Closes: 570108 Launchpad-Bugs-Fixed: 538284 Changes: postgresql-8.4 (8.4.3-1) unstable; urgency=low . * New upstream bug fix release: - Add new configuration parameter ssl_renegotiation_limit to control how often we do session key renegotiation for an SSL connection. This can be set to zero to disable renegotiation completely, which may be required if a broken SSL library is used. In particular, some vendors are shipping stopgap patches for CVE-2009-3555 that cause renegotiation attempts to fail. - Fix possible deadlock during backend startup. - Fix possible crashes due to not handling errors during relcache reload cleanly. - Fix possible crash due to use of dangling pointer to a cached plan. - Fix possible crash due to overenthusiastic invalidation of cached plan for "ROLLBACK". - Fix possible crashes when trying to recover from a failure in subtransaction start. - Fix server memory leak associated with use of savepoints and a client encoding different from server's encoding. - Fix incorrect WAL data emitted during end-of-recovery cleanup of a GIST index page split. - Fix bug in WAL redo cleanup method for GIN indexes. - Fix incorrect comparison of scan key in GIN index search. - Make substring() for bit types treat any negative length as meaning "all the rest of the string". The previous coding treated only -1 that way, and would produce an invalid result value for other negative values, possibly leading to a crash (CVE-2010-0442). - Fix integer-to-bit-string conversions to handle the first fractional byte correctly when the output bit width is wider than the given integer by something other than a multiple of 8 bits. - Fix some cases of pathologically slow regular expression matching. - Fix bug occurring when trying to inline a SQL function that returns a set of a composite type that contains dropped columns. - Fix bug with trying to update a field of an element of a composite-type array column. - Avoid failure when "EXPLAIN" has to print a FieldStore or assignment ArrayRef expression. These cases can arise now that "EXPLAIN VERBOSE" tries to print plan node target lists. - Avoid an unnecessary coercion failure in some cases where an undecorated literal string appears in a subquery within "UNION"/"INTERSECT"/"EXCEPT". This fixes a regression for some cases that worked before 8.4. - Avoid undesirable rowtype compatibility check failures in some cases where a whole-row Var has a rowtype that contains dropped columns. - Fix the STOP WAL LOCATION entry in backup history files to report the next WAL segment's name when the end location is exactly at a segment boundary. - Always pass the catalog ID to an option validator function specified in "CREATE FOREIGN DATA WRAPPER". - Fix some more cases of temporary-file leakage. This corrects a problem introduced in the previous minor release. One case that failed is when a plpgsql function returning set is called within another function's exception handler. - Add support for doing FULL JOIN ON FALSE. This prevents a regression from pre-8.4 releases for some queries that can now be simplified to a constant-false join condition. - Improve constraint exclusion processing of boolean-variable cases, in particular make it possible to exclude a partition that has a "bool_column = false" constraint. - Prevent treating an INOUT cast as representing binary compatibility. - Include column name in the message when warning about inability to grant or revoke column-level privileges. This is more useful than before and helps to prevent confusion when a "REVOKE" generates multiple messages, which formerly appeared to be duplicates. - When reading "pg_hba.conf" and related files, do not treat @something as a file inclusion request if the @ appears inside quote marks; also, never treat @ by itself as a file inclusion request. This prevents erratic behavior if a role or database name starts with @. If you need to include a file whose path name contains spaces, you can still do so, but you must write @"/path to/file" rather than putting the quotes around the whole construct. - Prevent infinite loop on some platforms if a directory is named as an inclusion target in "pg_hba.conf" and related files. - Fix possible infinite loop if SSL_read or SSL_write fails without setting errno. This is reportedly possible with some Windows versions of openssl. - Disallow GSSAPI authentication on local connections, since it requires a hostname to function correctly. - Protect ecpg against applications freeing strings unexpectedly. - Make ecpg report the proper SQLSTATE if the connection disappears. - Fix translation of cell contents in psql \d output. - Fix psql's numericlocale option to not format strings it shouldn't in latex and troff output formats. - Fix a small per-query memory leak in psql. - Make psql return the correct exit status (3) when ON_ERROR_STOP and --single-transaction are both specified and an error occurs during the implied "COMMIT". - Fix pg_dump's output of permissions for foreign servers. - Fix possible crash in parallel pg_restore due to out-of-range dependency IDs. - Fix plpgsql failure in one case where a composite column is set to NULL. - Fix possible failure when calling PL/Perl functions from PL/PerlU or vice versa. - Add volatile markings in PL/Python to avoid possible compiler-specific misbehavior> - Ensure PL/Tcl initializes the Tcl interpreter. The only known symptom of this oversight is that the Tcl clock command misbehaves if using Tcl 8.5 or later. - Prevent ExecutorEnd from being run on portals created within a failed transaction or subtransaction. This is known to cause issues when using "contrib/auto_explain". - Prevent crash in "contrib/dblink" when too many key columns are specified to a dblink_build_sql_- function. - Allow zero-dimensional arrays in "contrib/ltree" operations. This case was formerly rejected as an error, but it's more convenient to treat it the same as a zero-element array. In particular this avoids unnecessary failures when an ltree operation is applied to the result of ARRAY(SELECT ...) and the sub-select returns no rows. - Fix assorted crashes in "contrib/xml2" caused by sloppy memory management. * Rebuild against libossp-uuid16. (Closes: #570108, LP: #538284) Checksums-Sha1: 81468d9238d108c6ce6ffcd9508d76f8dbed3e5e 246228 libpq-dev_8.4.3-1_ia64.deb 1f3d18315af75c7379497740e601ef045ae38fc7 1453498 postgresql-8.4_8.4.3-1_ia64_translations.tar.gz bf43868326b34d92af81d3ccf2d53a1563c3cac9 112728 libpq5_8.4.3-1_ia64.deb 431846b9f4f1bd469def68c5ed2160e79e41af77 46040 libecpg6_8.4.3-1_ia64.deb bca712341953306ad9d261c82041516d40c46d58 326908 libecpg-dev_8.4.3-1_ia64.deb 1660b5419a18d90f678db2d138e8df62f1968c54 13936 libecpg-compat3_8.4.3-1_ia64.deb d7857fb11955c7c7b552972c4c3a37e36a652791 61608 libpgtypes3_8.4.3-1_ia64.deb 67c50aa4708cd796c4465deb4a6d311f391a9ebc 5037618 postgresql-8.4_8.4.3-1_ia64.deb a1eb799c0f6d8db8f1e4f10ac03327cdc7d1eb7b 1012820 postgresql-client-8.4_8.4.3-1_ia64.deb 2b11641c2af31be8bbe464df65de4542a0a66f59 639742 postgresql-server-dev-8.4_8.4.3-1_ia64.deb fc3920575653ad22cf7e9fcb87a0f4347954c8aa 551792 postgresql-contrib-8.4_8.4.3-1_ia64.deb aa796eb67beeab9453d015ec26c4465c0d897e68 53688 postgresql-plperl-8.4_8.4.3-1_ia64.deb d9feb3cc9868aac2d0e4a8225ec89b32aec4b21f 47986 postgresql-plpython-8.4_8.4.3-1_ia64.deb b70ee25521d204d3ae68cf54cc08ac8d1d831a11 39512 postgresql-pltcl-8.4_8.4.3-1_ia64.deb Checksums-Sha256: f9a05d95bd371b3b19eeb6b09901205727eb88071f02031efa9e30ddfc38d6c7 246228 libpq-dev_8.4.3-1_ia64.deb c5a1663347b20fd4edabea4cba2727b9ce03c266083b2fde82355ca5a42df7af 1453498 postgresql-8.4_8.4.3-1_ia64_translations.tar.gz 8e5d61621906f73fd9ea66cef6b13dd0e4cfa50bb3d264efec2222208be25cfe 112728 libpq5_8.4.3-1_ia64.deb cf3c94f88d32b115480ca24fa054032897af15acedd5f2e28066b8972af93611 46040 libecpg6_8.4.3-1_ia64.deb de24628f185b7652995fb25de041bb82f91d529fa23be518dcaa0eeb4ecccdce 326908 libecpg-dev_8.4.3-1_ia64.deb 0ec1cdaf726959d65a7d934066b2d2ec8b1859382adb3f8d1c76b2913aef92e3 13936 libecpg-compat3_8.4.3-1_ia64.deb bab67ed6f970eb1aa8493c88ca6c472eaa324e31827da4df126fb13089eb74c0 61608 libpgtypes3_8.4.3-1_ia64.deb 1b51a1ac22316e9c8159e55d4086fc3ec3cd13c78ac9eadb2cfee3b7f6ae53c7 5037618 postgresql-8.4_8.4.3-1_ia64.deb bc05a2be03888e7848dc743cc59099eaad1c0ddc5b099c679d3a534466ac7eec 1012820 postgresql-client-8.4_8.4.3-1_ia64.deb 2d74e9e4b7c1887da5294812e6e6be2951aa6d4323c4d37807b5b9b2136916f9 639742 postgresql-server-dev-8.4_8.4.3-1_ia64.deb 91b5967d9c32ccbaa0d41977e1608553b0210754e1bc44b1f38207437ce72cb2 551792 postgresql-contrib-8.4_8.4.3-1_ia64.deb 222e28f8524a35d4e60e2406c964ee1fe4cdfba976c4f4e987807a2a9e05e3ca 53688 postgresql-plperl-8.4_8.4.3-1_ia64.deb 5c73b9fa0ac695991bbb4709afec41fb7934e612329708b17c199c9cc83cece9 47986 postgresql-plpython-8.4_8.4.3-1_ia64.deb c08bf6b75a29ecc8fec3bd73de8666d4290bd29a38b1774d2c906fad4a0d5621 39512 postgresql-pltcl-8.4_8.4.3-1_ia64.deb Files: 18a1b53443ac62582f3e5581ec700f1c 246228 libdevel optional libpq-dev_8.4.3-1_ia64.deb 4157d9308ef53f458ef17c1b7327f47c 1453498 raw-translations - postgresql-8.4_8.4.3-1_ia64_translations.tar.gz bb4d64731388141ae52929a8e3f06629 112728 libs optional libpq5_8.4.3-1_ia64.deb 690482ff09692dd630bb992a9e36ff08 46040 libs optional libecpg6_8.4.3-1_ia64.deb 5090c291c588d4a329219344e4f08fe7 326908 libdevel optional libecpg-dev_8.4.3-1_ia64.deb 91c7fb48c7ae588f78ab42cce6d0fe6e 13936 libs optional libecpg-compat3_8.4.3-1_ia64.deb c3440db90a507ff785b9c9f191f1db5a 61608 libs optional libpgtypes3_8.4.3-1_ia64.deb 4aa34aec2a08d2e26720b74bc4ddb2d2 5037618 database optional postgresql-8.4_8.4.3-1_ia64.deb ead9c28f467aa0f783d21dfba31c8d10 1012820 database optional postgresql-client-8.4_8.4.3-1_ia64.deb 575debd63c5cb136df1a621775e4a128 639742 libdevel optional postgresql-server-dev-8.4_8.4.3-1_ia64.deb cb9d31accb3e972d7182255d988d83ab 551792 database optional postgresql-contrib-8.4_8.4.3-1_ia64.deb 0dc0cb5a4ca1bc7f46ca4ce5f6b5a873 53688 database optional postgresql-plperl-8.4_8.4.3-1_ia64.deb 0e24d93ba33e50ef37c4784602710160 47986 database optional postgresql-plpython-8.4_8.4.3-1_ia64.deb b225f259db7b1a38417a2649ccc08de3 39512 database optional postgresql-pltcl-8.4_8.4.3-1_ia64.deb