Back to postgresql-8.3 PTS page

Accepted postgresql-8.3 8.3.4-1 (source all i386)



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

Format: 1.8
Date: Tue, 23 Sep 2008 21:29:11 +0200
Source: postgresql-8.3
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 postgresql-8.3 postgresql-client-8.3 postgresql-server-dev-8.3 postgresql-doc-8.3 postgresql-contrib-8.3 postgresql-plperl-8.3 postgresql-plpython-8.3 postgresql-pltcl-8.3 postgresql postgresql-client postgresql-doc postgresql-contrib
Architecture: source all i386
Version: 8.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt <mpitt@debian.org>
Changed-By: Martin Pitt <mpitt@debian.org>
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.3
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5     - PostgreSQL C client library
 postgresql - object-relational SQL database (supported version)
 postgresql-8.3 - object-relational SQL database, version 8.3 server
 postgresql-client - front-end programs for PostgreSQL (supported version)
 postgresql-client-8.3 - front-end programs for PostgreSQL 8.3
 postgresql-contrib - additional facilities for PostgreSQL (supported version)
 postgresql-contrib-8.3 - additional facilities for PostgreSQL
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-doc-8.3 - documentation for the PostgreSQL database management system
 postgresql-plperl-8.3 - PL/Perl procedural language for PostgreSQL 8.3
 postgresql-plpython-8.3 - PL/Python procedural language for PostgreSQL 8.3
 postgresql-pltcl-8.3 - PL/Tcl procedural language for PostgreSQL 8.3
 postgresql-server-dev-8.3 - development files for PostgreSQL 8.3 server-side programming
Changes: 
 postgresql-8.3 (8.3.4-1) unstable; urgency=low
 .
   * New upstream bugfix release:
     - Fix bug in btree WAL recovery code. Recovery failed if the WAL ended
       partway through a page split operation.
     - Fix potential use of wrong cutoff XID for HOT page pruning.
       This error created a risk of corruption in system catalogs that are
       consulted by "VACUUM": dead tuple versions might be removed too
       soon. The impact of this on actual database operations would be
       minimal, since the system doesn't follow MVCC rules while examining
       catalogs, but it might result in transiently wrong output from
       pg_dump or other client programs.
     - Fix potential miscalculation of datfrozenxid.
     - Fix incorrect HOT updates after pg_class is reindexed.
       Corruption of pg_class could occur if REINDEX TABLE pg_class was
       followed in the same session by an ALTER TABLE RENAME or ALTER
       TABLE SET SCHEMA command.
     - Fix missed "combo cid" case. This error made rows incorrectly invisible
       to a transaction in which they had been deleted by multiple
       subtransactions that all aborted.
     - Prevent autovacuum from crashing if the table it's currently
       checking is deleted at just the wrong time.
     - Widen local lock counters from 32 to 64 bits. This responds to reports
       that the counters could overflow in sufficiently long transactions,
       leading to unexpected "lock is already held" errors.
     - Fix possible duplicate output of tuples during a GiST index scan.
     - Regenerate foreign key checking queries from scratch when either
       table is modified. Previously, 8.3 would attempt to replan the query,
       but would work from previously generated query text. This led to
       failures if a table or column was renamed.
     - Fix missed permissions checks when a view contains a simple UNION
       ALL construct. Permissions for the referenced tables were checked
       properly, but not permissions for the view itself.
     - Add checks in executor startup to ensure that the tuples produced
       by an "INSERT" or "UPDATE" will match the target table's current
       rowtype. This situation is believed to be impossible in 8.3, but it can
       happen in prior releases, so a check seems prudent.
     - Fix possible repeated drops during "DROP OWNED". This would typically
       result in strange errors such as "cache lookup failed for relation NNN".
     - Fix several memory leaks in XML operations.
     - Fix xmlserialize() to raise error properly for unacceptable target
       data type.
     - Fix a couple of places that mis-handled multibyte characters in
       text search configuration file parsing. Certain characters occurring in
       configuration files would always cause "invalid byte sequence for
       encoding" failures.
     - Provide file name and line number location for all errors reported
       in text search configuration files.
     - Fix AT TIME ZONE to first try to interpret its timezone argument as
       a timezone abbreviation, and only try it as a full timezone name if
       that fails, rather than the other way around as formerly.
     - Fix datetime input functions to correctly detect integer overflow
       when running on a 64-bit platform.
     - Prevent integer overflows during units conversion when displaying a
       configuration parameter that has units.
     - Improve performance of writing very long log messages to syslog.
     - Allow spaces in the suffix part of an LDAP URL in "pg_hba.conf".
     - Fix bug in backwards scanning of a cursor on a SELECT DISTINCT ON
       query.
     - Fix planner bug that could improperly push down IS NULL tests below
       an outer join.
     - Fix planner bug with nested sub-select expressions.
     - Fix planner to estimate that GROUP BY expressions yielding boolean
       results always result in two groups, regardless of the expressions'
       contents.
     - Fix PL/PgSQL to not fail when a FOR loop's target variable is a
       record containing composite-type fields.
     - Fix PL/Tcl to behave correctly with Tcl 8.5, and to be more careful
       about the encoding of data sent to or from Tcl.
     - Improve performance of PQescapeBytea().
     - Fix ecpg to handle variables properly in "SET" commands.
     - Improve pg_dump and pg_restore's error reporting after failure to
       send a SQL command.
     - Fix pg_ctl to properly preserve postmaster command-line arguments
       across a restart.
     - Fix erroneous WAL file cutoff point calculation in pg_standby.
   * debian/control: Bump Standards-Version (no changes necessary).
   * debian/control: intarray contrib module was renamed to _int. (LP: #250483)
Checksums-Sha1: 
 403d57047129f6ded411744b7943aa9a02471852 1609 postgresql-8.3_8.3.4-1.dsc
 ffac9c6374c68e3465156088dd6e6df65ffed9e3 13728718 postgresql-8.3_8.3.4.orig.tar.gz
 96dd61ee8453390b08f26ee278fc44eff8e21d0c 60127 postgresql-8.3_8.3.4-1.diff.gz
 bd359d5a28f6372744af9fa28e28e58644491f88 2088472 postgresql-doc-8.3_8.3.4-1_all.deb
 112c2e63847a87b25c769c8bdaffbfc2c15534e2 218228 postgresql_8.3.4-1_all.deb
 ef102638750ba9e2fe9314e168f9b7b70903cc24 218200 postgresql-client_8.3.4-1_all.deb
 fa8c5c271e811a1c20d682ec08dd225169c09fe9 218038 postgresql-doc_8.3.4-1_all.deb
 927aece64c2a1fe5aeb8f50c6ad7b86be5e78b13 218100 postgresql-contrib_8.3.4-1_all.deb
 49eb57a8fd2886db957e4d53cae31e468c4c5d7a 415756 libpq-dev_8.3.4-1_i386.deb
 1bfa57dc7a95f6d3f80080826ca865b42a4dde10 351562 libpq5_8.3.4-1_i386.deb
 b1ea17b76a063c8f86855bb9eb78fa1fe408a449 246562 libecpg6_8.3.4-1_i386.deb
 b227ab93c00a588aa01918f257a02790bcdbeb23 428094 libecpg-dev_8.3.4-1_i386.deb
 b586b1244d96226c76ba102a3dc66d340653da6b 225724 libecpg-compat3_8.3.4-1_i386.deb
 60a73a3067bee8884ad131ca16cc36f2fc80b162 247260 libpgtypes3_8.3.4-1_i386.deb
 36e8acb01a7bf65527cb80fa72c461c2da7f3054 5193694 postgresql-8.3_8.3.4-1_i386.deb
 381e8d2456effb354d69e4b3cf09f24e0559f0d8 1628266 postgresql-client-8.3_8.3.4-1_i386.deb
 cdab4945dd35b7345f068c9604af0b9f88386e84 786278 postgresql-server-dev-8.3_8.3.4-1_i386.deb
 57324a30e63e300b124aa23c8a009b5ef317d821 543638 postgresql-contrib-8.3_8.3.4-1_i386.deb
 ede6ebf1161648914568fa651f88cbd257baff6b 244034 postgresql-plperl-8.3_8.3.4-1_i386.deb
 c6617330183ba098bacfd1dc525b47a9f11dfd8d 237634 postgresql-plpython-8.3_8.3.4-1_i386.deb
 5ef5f612eaf233284a267b4e2cc4bb55e3bb505a 236734 postgresql-pltcl-8.3_8.3.4-1_i386.deb
Checksums-Sha256: 
 9557661c05eb003d174ba41813a75536cb7e23714360a5dd940ef9d39827781b 1609 postgresql-8.3_8.3.4-1.dsc
 3d837abfe95a548757a9e28b039c6c46353f1e235e9437891576986203254640 13728718 postgresql-8.3_8.3.4.orig.tar.gz
 98d12703776b63b253e1764788a4ca68a85f8e6d7358a4854a9684a763fe385a 60127 postgresql-8.3_8.3.4-1.diff.gz
 a33140fb5f6e233e0b5fddfeca50e94a62e7d95b6e436a4bc13bb091a7645b32 2088472 postgresql-doc-8.3_8.3.4-1_all.deb
 f982c1f9ee58299ae274b05b160b5389375020f4bc8de3e38fa1f343a1f8c90d 218228 postgresql_8.3.4-1_all.deb
 9ad14c16c200104c9ac74bb451d0be67257d152f9fa2a359a5cb03b89c2286b8 218200 postgresql-client_8.3.4-1_all.deb
 482c1d370a4dabb98e844c718b157008327985ac41ec418534e75afc2dc2c829 218038 postgresql-doc_8.3.4-1_all.deb
 65dd6e45e5b037d70d3ae57113b90113f050bf7275b6ae40f8e3e70704e80ec6 218100 postgresql-contrib_8.3.4-1_all.deb
 223b596ccde95cb96679b38a4ebf87a281320b937597a48d760c8e43836c4da3 415756 libpq-dev_8.3.4-1_i386.deb
 ac2e02db8ccf778e2224e6713d2f816c9fbabd1ab998c69e68477af04d5fcb4c 351562 libpq5_8.3.4-1_i386.deb
 68337cba8e9ad3098e36ffa1483b83074f3a279488cb40ec6c03fb87c31753df 246562 libecpg6_8.3.4-1_i386.deb
 8b93a58d0385ecf1c8d0b66775105c83d3afe0d993703eff4115a1cb0f58d541 428094 libecpg-dev_8.3.4-1_i386.deb
 52b8b3a2264b18b4bd597e871e91d5748edecb5ce3535952ba12ec5e4391f521 225724 libecpg-compat3_8.3.4-1_i386.deb
 83680727f69b0467814e79187c84deee0f7100ccb3c4a4c9be18c695538f9ff5 247260 libpgtypes3_8.3.4-1_i386.deb
 c1a093bb38bc9bedfee3173c46a060f7599fa1f8466f4b9b5ff8ed592dacb96b 5193694 postgresql-8.3_8.3.4-1_i386.deb
 88bdbf32ef11fb292f6f664f3fc80040f3d9f8226f8282e5a2d2f989d449d1ab 1628266 postgresql-client-8.3_8.3.4-1_i386.deb
 23043b918bf650e7c70df765219c1081621e89a88b0bef3f31bd1b2357da57fb 786278 postgresql-server-dev-8.3_8.3.4-1_i386.deb
 b78023899614bd1a5c4ad88894477ac33ddccb74e792331bfd950f453b159299 543638 postgresql-contrib-8.3_8.3.4-1_i386.deb
 cd4e7fd2f197ea5c14e99d86065fd6296b20efaf2f661744911dc4bfcc2d9c43 244034 postgresql-plperl-8.3_8.3.4-1_i386.deb
 5fb152d24549b95633dfb58cac5ea46933bb0810e45690b83af33e0ab9386377 237634 postgresql-plpython-8.3_8.3.4-1_i386.deb
 a949bd1f90e7fe8b9beb777daa03300c40c4c3645e582c807717c2bdc2db9f14 236734 postgresql-pltcl-8.3_8.3.4-1_i386.deb
Files: 
 5762b5265b09215b951f80ce743304ae 1609 misc optional postgresql-8.3_8.3.4-1.dsc
 fc98b4862031d4b25e2a95718e4bf03a 13728718 misc optional postgresql-8.3_8.3.4.orig.tar.gz
 f4c29fa6ce632097efb135b5ba0c8781 60127 misc optional postgresql-8.3_8.3.4-1.diff.gz
 41ed66bc66639e5dcc89571934a97807 2088472 doc optional postgresql-doc-8.3_8.3.4-1_all.deb
 e556858ada4aa4459dab7c7f63b205d8 218228 misc optional postgresql_8.3.4-1_all.deb
 37e57d9c8bc2606253268ed47e48c542 218200 misc optional postgresql-client_8.3.4-1_all.deb
 7178d4b2a73bb0a4364f9b339fa8ecb3 218038 doc optional postgresql-doc_8.3.4-1_all.deb
 dded160972b9f471dac816a2aae58f64 218100 misc optional postgresql-contrib_8.3.4-1_all.deb
 07034a31324a28d0264986d03fedc08c 415756 libdevel optional libpq-dev_8.3.4-1_i386.deb
 5d448d0aceb5aeafddac813a0050dab0 351562 libs optional libpq5_8.3.4-1_i386.deb
 e41ec74c8f45ec13bb3b61fbfdd6e9eb 246562 libs optional libecpg6_8.3.4-1_i386.deb
 316c00f610f1008022e753bcccac27b4 428094 libdevel optional libecpg-dev_8.3.4-1_i386.deb
 8942c72ec15bc89877459b32c8fb771a 225724 libs optional libecpg-compat3_8.3.4-1_i386.deb
 009ff20b2e030108e5d62181deaed46a 247260 libs optional libpgtypes3_8.3.4-1_i386.deb
 7ff06790376700d92407cee40bdb2780 5193694 misc optional postgresql-8.3_8.3.4-1_i386.deb
 438a1de9df7767b8f7103c60fa82ed73 1628266 misc optional postgresql-client-8.3_8.3.4-1_i386.deb
 a0df2fa9d3ebe410b8addb4e7f008721 786278 libdevel optional postgresql-server-dev-8.3_8.3.4-1_i386.deb
 675cf852ea3f72c267dce081dd5356ef 543638 misc optional postgresql-contrib-8.3_8.3.4-1_i386.deb
 83718f6d71501ba338c25c01cb09cc02 244034 misc optional postgresql-plperl-8.3_8.3.4-1_i386.deb
 9bd7c1153bd00205c5eb86a97c509a08 237634 misc optional postgresql-plpython-8.3_8.3.4-1_i386.deb
 7bda44b3b3464897d2fd3f25872d4822 236734 misc optional postgresql-pltcl-8.3_8.3.4-1_i386.deb

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

iEYEARECAAYFAkjZR2MACgkQDecnbV4Fd/I72QCg34weLNVSgq/6Z5Dqr65Ihnqy
HdQAoJQWph/bJO/2s5dQ4V4tuU2MxKUC
=ZcAG
-----END PGP SIGNATURE-----


Accepted:
libecpg-compat3_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/libecpg-compat3_8.3.4-1_i386.deb
libecpg-dev_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/libecpg-dev_8.3.4-1_i386.deb
libecpg6_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/libecpg6_8.3.4-1_i386.deb
libpgtypes3_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/libpgtypes3_8.3.4-1_i386.deb
libpq-dev_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/libpq-dev_8.3.4-1_i386.deb
libpq5_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/libpq5_8.3.4-1_i386.deb
postgresql-8.3_8.3.4-1.diff.gz
  to pool/main/p/postgresql-8.3/postgresql-8.3_8.3.4-1.diff.gz
postgresql-8.3_8.3.4-1.dsc
  to pool/main/p/postgresql-8.3/postgresql-8.3_8.3.4-1.dsc
postgresql-8.3_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/postgresql-8.3_8.3.4-1_i386.deb
postgresql-8.3_8.3.4.orig.tar.gz
  to pool/main/p/postgresql-8.3/postgresql-8.3_8.3.4.orig.tar.gz
postgresql-client-8.3_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/postgresql-client-8.3_8.3.4-1_i386.deb
postgresql-client_8.3.4-1_all.deb
  to pool/main/p/postgresql-8.3/postgresql-client_8.3.4-1_all.deb
postgresql-contrib-8.3_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/postgresql-contrib-8.3_8.3.4-1_i386.deb
postgresql-contrib_8.3.4-1_all.deb
  to pool/main/p/postgresql-8.3/postgresql-contrib_8.3.4-1_all.deb
postgresql-doc-8.3_8.3.4-1_all.deb
  to pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.4-1_all.deb
postgresql-doc_8.3.4-1_all.deb
  to pool/main/p/postgresql-8.3/postgresql-doc_8.3.4-1_all.deb
postgresql-plperl-8.3_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/postgresql-plperl-8.3_8.3.4-1_i386.deb
postgresql-plpython-8.3_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/postgresql-plpython-8.3_8.3.4-1_i386.deb
postgresql-pltcl-8.3_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/postgresql-pltcl-8.3_8.3.4-1_i386.deb
postgresql-server-dev-8.3_8.3.4-1_i386.deb
  to pool/main/p/postgresql-8.3/postgresql-server-dev-8.3_8.3.4-1_i386.deb
postgresql_8.3.4-1_all.deb
  to pool/main/p/postgresql-8.3/postgresql_8.3.4-1_all.deb