postgresql-8.3 8.3.13-0ubuntu8.04 source package in Ubuntu

Changelog

postgresql-8.3 (8.3.13-0ubuntu8.04) hardy-proposed; urgency=low

  * New upstream bug fix release: (LP: #693157)
    - Force the default wal_sync_method to be fdatasync on Linux.
      The default on Linux has actually been fdatasync for many years,
      but recent kernel changes caused PostgreSQL to choose open_datasync
      instead. This choice did not result in any performance improvement,
      and caused outright failures on certain filesystems, notably ext4
      with the data=journal mount option.
    - Fix assorted bugs in WAL replay logic for GIN indexes.
      This could result in "bad buffer id: 0" failures or corruption of
      index contents during replication.
    - Fix recovery from base backup when the starting checkpoint WAL
      record is not in the same WAL segment as its redo point.
    - Fix persistent slowdown of autovacuum workers when multiple workers
      remain active for a long time.
      The effective vacuum_cost_limit for an autovacuum worker could drop
      to nearly zero if it processed enough tables, causing it to run
      extremely slowly.
    - Add support for detecting register-stack overrun on IA64.
      The IA64 architecture has two hardware stacks. Full prevention of
      stack-overrun failures requires checking both.
    - Add a check for stack overflow in copyObject().
      Certain code paths could crash due to stack overflow given a
      sufficiently complex query.
    - Fix detection of page splits in temporary GiST indexes.
      It is possible to have a "concurrent" page split in a temporary
      index, if for example there is an open cursor scanning the index
      when an insertion is done. GiST failed to detect this case and
      hence could deliver wrong results when execution of the cursor
      continued.
    - Avoid memory leakage while "ANALYZE"'ing complex index expressions.
    - Ensure an index that uses a whole-row Var still depends on its
      table.
      An index declared like create index i on t (foo(t.-)) would not
      automatically get dropped when its table was dropped.
    - Do not "inline" a SQL function with multiple OUT parameters.
      This avoids a possible crash due to loss of information about the
      expected result rowtype.
    - Behave correctly if ORDER BY, LIMIT, FOR UPDATE, or WITH is
      attached to the VALUES part of INSERT ... VALUES.
    - Fix constant-folding of COALESCE() expressions.
      The planner would sometimes attempt to evaluate sub-expressions
      that in fact could never be reached, possibly leading to unexpected
      errors.
    - Fix postmaster crash when connection acceptance (accept() or one of
      the calls made immediately after it) fails, and the postmaster was
      compiled with GSSAPI support.
    - Fix missed unlink of temporary files when log_temp_files is active.
      If an error occurred while attempting to emit the log message, the
      unlink was not done, resulting in accumulation of temp files.
    - Add print functionality for InhRelation nodes.
      This avoids a failure when debug_print_parse is enabled and certain
      types of query are executed.
    - Fix incorrect calculation of distance from a point to a horizontal
      line segment.
      This bug affected several different geometric distance-measurement
      operators.
    - Fix PL/pgSQL's handling of "simple" expressions to not fail in
      recursion or error-recovery cases.
    - Fix PL/Python's handling of set-returning functions.
      Attempts to call SPI functions within the iterator generating a set
      result would fail.
    - Fix bug in "contrib/cube"'s GiST picksplit algorithm.
      This could result in considerable inefficiency, though not actually
      incorrect answers, in a GiST index on a cube column. If you have
      such an index, consider "REINDEX"ing it after installing this
      update.
    - Don't emit "identifier will be truncated" notices in
      "contrib/dblink" except when creating new connections.
    - Fix potential coredump on missing public key in "contrib/pgcrypto".
    - Fix memory leak in "contrib/xml2"'s XPath query functions.
 -- Martin Pitt <email address hidden>   Tue, 21 Dec 2010 21:36:17 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Hardy
Original maintainer:
Ubuntu Developers
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.13.orig.tar.gz 13.4 MiB e28490b44b22016362b654314180a25bd4bfe719da9293d1ed317fd95e01a14d
postgresql-8.3_8.3.13-0ubuntu8.04.diff.gz 72.1 KiB 60afe1f26b9a0f91f6a3e3f6310c4e6367d25cf51135ca5c9323b2b84404bac3
postgresql-8.3_8.3.13-0ubuntu8.04.dsc 2.3 KiB 5192e268ce5675f381e5a73f3d33448f7b1b5aa686fb9ca359f12147f07cf2be

View changes file

Binary packages built by this source

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

No description available for libecpg-compat3 in ubuntu hardy.

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

No description available for libecpg-dev in ubuntu hardy.

libecpg6: No summary available for libecpg6 in ubuntu hardy.

No description available for libecpg6 in ubuntu hardy.

libpgtypes3: No summary available for libpgtypes3 in ubuntu hardy.

No description available for libpgtypes3 in ubuntu hardy.

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

No description available for libpq-dev in ubuntu hardy.

libpq5: No summary available for libpq5 in ubuntu hardy.

No description available for libpq5 in ubuntu hardy.

postgresql: No summary available for postgresql in ubuntu hardy.

No description available for postgresql in ubuntu hardy.

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

No description available for postgresql-8.3 in ubuntu hardy.

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

No description available for postgresql-client in ubuntu hardy.

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

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

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

No description available for postgresql-contrib in ubuntu hardy.

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

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

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

No description available for postgresql-doc in ubuntu hardy.

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

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

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

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

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

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

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

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

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

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