postgresql-8.3 8.3.6-0ubuntu8.10 source package in Ubuntu

Changelog

postgresql-8.3 (8.3.6-0ubuntu8.10) intrepid-proposed; urgency=low

  * New upstream bug fix release: (LP: #326372)
    - 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.

 -- Martin Pitt <email address hidden>   Fri, 06 Feb 2009 23:44:54 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Intrepid
Original maintainer:
Martin Pitt
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
postgresql-8.3_8.3.6.orig.tar.gz 13.1 MiB 61ef8d10fcd9bd66a892b3b435fe9dc5a0cef33a3594f8106a22df8ef254a0d3
postgresql-8.3_8.3.6-0ubuntu8.10.diff.gz 61.5 KiB f27eb5e1c12a2cd6ff812bdc72e0456f835c513930f21cf8f4ef526126deb3de
postgresql-8.3_8.3.6-0ubuntu8.10.dsc 1.6 KiB 18c3fee4046f8a1ba2cfd878077c058e6768e6636e94a870b22dd61e7813ca6d

View changes file

Binary packages built by this source

libecpg-compat3: No summary available for libecpg-compat3 in ubuntu intrepid.

No description available for libecpg-compat3 in ubuntu intrepid.

libecpg-dev: No summary available for libecpg-dev in ubuntu intrepid.

No description available for libecpg-dev in ubuntu intrepid.

libecpg6: No summary available for libecpg6 in ubuntu intrepid.

No description available for libecpg6 in ubuntu intrepid.

libpgtypes3: No summary available for libpgtypes3 in ubuntu intrepid.

No description available for libpgtypes3 in ubuntu intrepid.

libpq-dev: No summary available for libpq-dev in ubuntu intrepid.

No description available for libpq-dev in ubuntu intrepid.

libpq5: No summary available for libpq5 in ubuntu intrepid.

No description available for libpq5 in ubuntu intrepid.

postgresql: No summary available for postgresql in ubuntu intrepid.

No description available for postgresql in ubuntu intrepid.

postgresql-8.3: No summary available for postgresql-8.3 in ubuntu intrepid.

No description available for postgresql-8.3 in ubuntu intrepid.

postgresql-client: No summary available for postgresql-client in ubuntu intrepid.

No description available for postgresql-client in ubuntu intrepid.

postgresql-client-8.3: No summary available for postgresql-client-8.3 in ubuntu intrepid.

No description available for postgresql-client-8.3 in ubuntu intrepid.

postgresql-contrib: No summary available for postgresql-contrib in ubuntu intrepid.

No description available for postgresql-contrib in ubuntu intrepid.

postgresql-contrib-8.3: No summary available for postgresql-contrib-8.3 in ubuntu intrepid.

No description available for postgresql-contrib-8.3 in ubuntu intrepid.

postgresql-doc: No summary available for postgresql-doc in ubuntu intrepid.

No description available for postgresql-doc in ubuntu intrepid.

postgresql-doc-8.3: No summary available for postgresql-doc-8.3 in ubuntu intrepid.

No description available for postgresql-doc-8.3 in ubuntu intrepid.

postgresql-plperl-8.3: No summary available for postgresql-plperl-8.3 in ubuntu intrepid.

No description available for postgresql-plperl-8.3 in ubuntu intrepid.

postgresql-plpython-8.3: No summary available for postgresql-plpython-8.3 in ubuntu intrepid.

No description available for postgresql-plpython-8.3 in ubuntu intrepid.

postgresql-pltcl-8.3: No summary available for postgresql-pltcl-8.3 in ubuntu intrepid.

No description available for postgresql-pltcl-8.3 in ubuntu intrepid.

postgresql-server-dev-8.3: No summary available for postgresql-server-dev-8.3 in ubuntu intrepid.

No description available for postgresql-server-dev-8.3 in ubuntu intrepid.