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

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



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

Format: 1.8
Date: Fri, 06 Feb 2009 23:10:40 +0100
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.6-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
Closes: 513580
Changes: 
 postgresql-8.3 (8.3.6-1) unstable; urgency=low
 .
   * New upstream bug fix release:
     - Make "DISCARD ALL" release advisory locks, in addition to
       everything it already did. This was decided to be the most
       appropriate behavior. This could affect existing applications,
       however.
     - Fix whole-index GiST scans to work correctly.  This error could
       cause rows to be lost if a table is clustered on a GiST index.
     - Fix crash of xmlconcat(NULL).
     - Fix possible crash in ispell dictionary if high-bit-set characters
       are used as flags.  This is known to be done by one widely
       available Norwegian dictionary, and the same condition may exist
       in others. (Closes: #513580)
     - Fix misordering of pg_dump output for composite types.  The most
       likely problem was for user-defined operator classes to be
       dumped after indexes or views that needed them.
     - Improve handling of URLs in headline() function.
     - Improve handling of overlength headlines in headline() function.
     - Prevent possible Assert failure or misconversion if an encoding
       conversion is created with the wrong conversion function for the
       specified pair of encodings.
     - Fix possible Assert failure if a statement executed in PL/pgSQL is
       rewritten into another kind of statement, for example if an
       "INSERT" is rewritten into an "UPDATE".
     - Ensure that a snapshot is available to datatype input functions.
       This primarily affects domains that are declared with CHECK
       constraints involving user-defined stable or immutable functions.
       Such functions typically fail if no snapshot has been set.
     - Make it safer for SPI-using functions to be used within datatype
       I/O; in particular, to be used in domain check constraints.
     - Avoid unnecessary locking of small tables in "VACUUM".
     - Fix a problem that sometimes kept "ALTER TABLE ENABLE/DISABLE RULE"
       from being recognized by active sessions.
     - Fix a problem that made UPDATE RETURNING tableoid return zero
       instead of the correct OID.
     - Allow functions declared as taking ANYARRAY to work on the
       pg_statistic columns of that type.
       This used to work, but was unintentionally broken in 8.3.
     - Fix planner misestimation of selectivity when transitive equality
       is applied to an outer-join clause.
       This could result in bad plans for queries like ... from a left
       join b on a.a1 = b.b1 where a.a1 = 42 ...
     - Improve optimizer's handling of long IN lists.  This change
       avoids wasting large amounts of time on such lists when
       constraint exclusion is enabled.
     - Prevent synchronous scan during GIN index build.  Because GIN is
       optimized for inserting tuples in increasing TID order, choosing
       to use a synchronous scan could slow the build by a factor of
       three or more.
     - Ensure that the contents of a holdable cursor don't depend on the
       contents of TOAST tables.  Previously, large field values in a
       cursor result might be represented as TOAST pointers, which
       would fail if the referenced table got dropped before the cursor
       is read, or if the large value is deleted and then vacuumed
       away. This cannot happen with an ordinary cursor, but it could
       with a cursor that is held past its creating transaction.
     - Fix memory leak when a set-returning function is terminated without
       reading its whole result.
     - Fix encoding conversion problems in XML functions when the database
       encoding isn't UTF-8.
     - Fix "contrib/dblink"'s dblink_get_result(text,bool) function.
     - Fix possible garbage output from "contrib/sslinfo" functions.
     - Fix incorrect behavior of "contrib/tsearch2" compatibility trigger
       when it's fired more than once in a command.
     - Fix possible mis-signaling in autovacuum.
     - Fix ecpg's handling of varchar structs.
     - Make all documentation reference pgsql-bugs and/or pgsql-hackers as
       appropriate, instead of the now-decommissioned pgsql-ports and
       pgsql-patches mailing lists.
 .
 postgresql-8.3 (8.3.5-2) experimental; urgency=low
 .
   * Add 15-dict-fallback-dir.patch: If a tsearch/stem dictionary is
     not found in sharedir/tsearch_data/ll_cc.{dict,affix}, fall back
     to sharedir/tsearch_data/system_ll_cc.{dict,affix}, where
     postgresql-common creates them from system directories. (LP: #301770)
Checksums-Sha1: 
 ff5b62fb31864c4772b438de847225b4028cad2d 1641 postgresql-8.3_8.3.6-1.dsc
 8ab4b96b934df73f1e8fafcd57afd186c66eb1ba 13768971 postgresql-8.3_8.3.6.orig.tar.gz
 14afee3c42a2f49811623327ae0dbb73e2697bcd 63469 postgresql-8.3_8.3.6-1.diff.gz
 6e289ccd23347fa76fa370b3a624a960a74c7962 2110786 postgresql-doc-8.3_8.3.6-1_all.deb
 b1c4c2eb48d81a38113d4e1f2cb7c96b3b3064b9 228500 postgresql_8.3.6-1_all.deb
 99114f244dd18db0b8f01152f858d5c36c00e251 228466 postgresql-client_8.3.6-1_all.deb
 4df6fe0ea586425ab2830e065d6f2ab301ccddc6 228312 postgresql-doc_8.3.6-1_all.deb
 7ece0cf4a45084458d4d1beeae75ef3edaa5f3f6 228364 postgresql-contrib_8.3.6-1_all.deb
 2d6fc2f91b5174c03b4f5d07d907246f63589509 421814 libpq-dev_8.3.6-1_i386.deb
 accb7676f032bce8d347dcb6a5c9cf609226aad9 357218 libpq5_8.3.6-1_i386.deb
 8ca3327cad747945137a6482b6faa2bb0c1ca4aa 256424 libecpg6_8.3.6-1_i386.deb
 5d63fd50e82e557a4903902f397626341dfe15b5 438212 libecpg-dev_8.3.6-1_i386.deb
 c8e508165b57a4e749f3de11f7c0c0be617dfe65 235504 libecpg-compat3_8.3.6-1_i386.deb
 1cc9b20fb50e0bcf99f115653f739b3af034b822 257036 libpgtypes3_8.3.6-1_i386.deb
 ed1a00472234a7de2cde9821c38073b3f446acb3 5208986 postgresql-8.3_8.3.6-1_i386.deb
 8febbb710389e3ed5c1e48394df0da74b1b6339c 1644518 postgresql-client-8.3_8.3.6-1_i386.deb
 eb7c14107668efbff4288cea4faedb9475107026 799088 postgresql-server-dev-8.3_8.3.6-1_i386.deb
 434a2c265c0e84012a0e2fd88dda68df57f7caaf 553942 postgresql-contrib-8.3_8.3.6-1_i386.deb
 e4d2a65794034b7ae08533c3cb782463b63968da 254042 postgresql-plperl-8.3_8.3.6-1_i386.deb
 fcfe622ffc6b7c4f1c91fbb3ee016b724fd716b9 247044 postgresql-plpython-8.3_8.3.6-1_i386.deb
 d583c3a74afe6c96abb4c3616a917470bc4d402f 246006 postgresql-pltcl-8.3_8.3.6-1_i386.deb
Checksums-Sha256: 
 c0e6aa79d365129db4869c5dbb9b85ae34c3881347ad8e55b84acbf957322f2b 1641 postgresql-8.3_8.3.6-1.dsc
 61ef8d10fcd9bd66a892b3b435fe9dc5a0cef33a3594f8106a22df8ef254a0d3 13768971 postgresql-8.3_8.3.6.orig.tar.gz
 5b2d729a0b20c7c6b81795a89aabb0c7bb723d3c7b88f8278d19410b7f3984e8 63469 postgresql-8.3_8.3.6-1.diff.gz
 f3293a71c04fb058393d9c24c771e96d6c77885f875f14a9b470f358c0cad74b 2110786 postgresql-doc-8.3_8.3.6-1_all.deb
 ffe0f5edc4827035bb982a0c5650101e289077a4300cb72ec7893fa8f6a0d3cb 228500 postgresql_8.3.6-1_all.deb
 5f32b3b694654ce92c7579ce547ba0c2eca95fc8e3e0bfb6a59cea37a45a39ca 228466 postgresql-client_8.3.6-1_all.deb
 df8b613905b457d3d996a09439f2cde4015cf33ddc6927accf7bf6c2d19796b0 228312 postgresql-doc_8.3.6-1_all.deb
 ca2a9db78182c32a5552877a9cb6bda7372808822ad2307a5aafb25a2a38d4de 228364 postgresql-contrib_8.3.6-1_all.deb
 41c0a4b91392bc7ce7b692377dd53383aca0d67157b3fae6b88966885c2b30b8 421814 libpq-dev_8.3.6-1_i386.deb
 2f1d846b342c7944330a267e094be877dbf6833cb2ff429f419a9b2019ba8503 357218 libpq5_8.3.6-1_i386.deb
 25767d482ab0c5b79b95775e7b517cd7cc9541789e9d1f77535547f07796cddf 256424 libecpg6_8.3.6-1_i386.deb
 970c754468015523197f8104fc3449d42e104583277b480a7b6a733334f419bb 438212 libecpg-dev_8.3.6-1_i386.deb
 aa914461df86c690939c6cc241d86b87675cd64bfbafa80bd1ad19626a8f6fe3 235504 libecpg-compat3_8.3.6-1_i386.deb
 b57c5c13e5b9cf6ff76c1594a92ae6f536b40aa33eec9c58e120a2e3f1b5a71f 257036 libpgtypes3_8.3.6-1_i386.deb
 ce50552cc097d474a9f26192ae5e5934adcf63ce4ee69c0cf4caaa29eda29465 5208986 postgresql-8.3_8.3.6-1_i386.deb
 28d20664ea4e9d3a0db462a54155b7c50cc2603b8cb9ec48f024d8f13a3c185d 1644518 postgresql-client-8.3_8.3.6-1_i386.deb
 3d29c7f6431924c35f136dd3306dcc65571c559e318dd58450a20ad500513afc 799088 postgresql-server-dev-8.3_8.3.6-1_i386.deb
 96368d156a0553a7b9728061497fb6d31cfe8f9dd0ae6ed77985e69218ad97f5 553942 postgresql-contrib-8.3_8.3.6-1_i386.deb
 2ce815b4c476dc64e131e456b7f1993efe57af36fc2d25444e07241f6bf127e6 254042 postgresql-plperl-8.3_8.3.6-1_i386.deb
 5ec088ba3ba6b1dabfa7d1a2573322a52f99226593641db726290427ba06d839 247044 postgresql-plpython-8.3_8.3.6-1_i386.deb
 06f7ef328964f2703fe7bd22ab2f72b4ad86c67259cc2eb00119be47443ff99e 246006 postgresql-pltcl-8.3_8.3.6-1_i386.deb
Files: 
 ef8db593cc385f4dc252ba61ec2ec503 1641 misc optional postgresql-8.3_8.3.6-1.dsc
 7968c46d9f341b8f604fa980bd750f2c 13768971 misc optional postgresql-8.3_8.3.6.orig.tar.gz
 7535140d496c6150857f8e08603c6212 63469 misc optional postgresql-8.3_8.3.6-1.diff.gz
 eea2b1f5e59f725bcb80a7424d4435fd 2110786 doc optional postgresql-doc-8.3_8.3.6-1_all.deb
 37ebeedb6bda1ea33bbaf8f30015cbfe 228500 misc optional postgresql_8.3.6-1_all.deb
 398cdd51db846d9c5c4fd847ce0de783 228466 misc optional postgresql-client_8.3.6-1_all.deb
 3f938b3905595fac2cf3b6f7d0257269 228312 doc optional postgresql-doc_8.3.6-1_all.deb
 9ba2112239b696aa8496444c283539f8 228364 misc optional postgresql-contrib_8.3.6-1_all.deb
 b38404eb397cfe2cb758a0e2631ee59d 421814 libdevel optional libpq-dev_8.3.6-1_i386.deb
 a897ef32f277e52b634686440f7db6d9 357218 libs optional libpq5_8.3.6-1_i386.deb
 0de3d7af617afa09d981e6fb5dcba22b 256424 libs optional libecpg6_8.3.6-1_i386.deb
 bab89178518ce7b498f4a63cb7aed00d 438212 libdevel optional libecpg-dev_8.3.6-1_i386.deb
 183d8c006546a7f448d161f452cb8e14 235504 libs optional libecpg-compat3_8.3.6-1_i386.deb
 b5dffe04012c7ba50b4dd996d5a17660 257036 libs optional libpgtypes3_8.3.6-1_i386.deb
 9a99520eddb382c1df5104256d94f93e 5208986 misc optional postgresql-8.3_8.3.6-1_i386.deb
 5e568db37d2b88786760a2bb2c183463 1644518 misc optional postgresql-client-8.3_8.3.6-1_i386.deb
 2f5caa30c946290ae91ddca7e8180f3b 799088 libdevel optional postgresql-server-dev-8.3_8.3.6-1_i386.deb
 a44abc99dd8652300ebc8e0b4dec58e3 553942 misc optional postgresql-contrib-8.3_8.3.6-1_i386.deb
 690a21a75edc4eca08103845252896fc 254042 misc optional postgresql-plperl-8.3_8.3.6-1_i386.deb
 fa89c7b12d78928cf4e8de49241d206a 247044 misc optional postgresql-plpython-8.3_8.3.6-1_i386.deb
 e5983b91e1d8f6db3db278601d0fcec3 246006 misc optional postgresql-pltcl-8.3_8.3.6-1_i386.deb

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

iEYEARECAAYFAkmMuq0ACgkQDecnbV4Fd/IlhgCgueGMq0d1j009/ACKhyl6b4aQ
aJQAnjbNo9cZGKnNLTQUrBmsnb8JtTk7
=Yozh
-----END PGP SIGNATURE-----


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


Reply to: