~ubuntu-branches/ubuntu/karmic/postgresql-8.4/karmic-proposed

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-12-21 21:17:08 UTC
  • mfrom: (1.3.1 upstream) (8.1.3 karmic-security)
  • Revision ID: james.westby@ubuntu.com-20101221211708-5gcqa90kf99fkcfz
Tags: 8.4.6-0ubuntu9.10
* 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.
  - Fix error checking during early connection processing.
    The check for too many child processes was skipped in some cases,
    possibly leading to postmaster crash when attempting to add the new
    child process to fixed-size arrays.
  - Improve efficiency of window functions.
    Certain cases where a large number of tuples needed to be read in
    advance, but work_mem was large enough to allow them all to be held
    in memory, were unexpectedly slow. percent_rank(), cume_dist() and
    ntile() in particular were subject to this problem.
  - 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 incorrect calculation of transaction status in ecpg.
  - 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.
Filename Latest Rev Last Changed Committer Comment Size
..
ref 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 Diff
.gitignore 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 432 bytes Diff Download File
acronyms.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 17.2 KB Diff Download File
adminpack.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 1.1 KB Diff Download File
advanced.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 24.9 KB Diff Download File
arch-dev.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 23.4 KB Diff Download File
array.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 22.8 KB Diff Download File
auto-explain.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 5.7 KB Diff Download File
backup.sgml 1.2.2 14 years ago Bazaar Package Importer Import upstream version 8.4.2 88.9 KB Diff Download File
biblio.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 15.2 KB Diff Download File
bki.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 11.7 KB Diff Download File
btree-gin.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 1.8 KB Diff Download File
btree-gist.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 1.6 KB Diff Download File
catalogs.sgml 1.3.1 13 years ago Bazaar Package Importer Import upstream version 8.4.6 235 KB Diff Download File
charset.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 42 KB Diff Download File
chkpass.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 2.2 KB Diff Download File
citext.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 6.8 KB Diff Download File
client-auth.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 54 KB Diff Download File
config.sgml 1.3.1 13 years ago Bazaar Package Importer Import upstream version 8.4.6 233 KB Diff Download File
contacts.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 682 bytes Diff Download File
contrib-spi.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 8 KB Diff Download File
contrib.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 3.5 KB Diff Download File
cube.sgml 1.1.6 14 years ago Bazaar Package Importer Import upstream version 8.4.2 12.3 KB Diff Download File
datatype.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 152 KB Diff Download File
datetime.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 17.8 KB Diff Download File
dblink.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 50.2 KB Diff Download File
ddl.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 103 KB Diff Download File
dfunc.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 10.3 KB Diff Download File
dict-int.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 2.3 KB Diff Download File
dict-xsyn.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 2.9 KB Diff Download File
diskusage.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 4.8 KB Diff Download File
dml.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 8.7 KB Diff Download File
docguide.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 42.2 KB Diff Download File
earthdistance.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 6.3 KB Diff Download File
ecpg.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 161 KB Diff Download File
errcodes.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 32.9 KB Diff Download File
extend.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 10.4 KB Diff Download File
external-projects.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 8.4 KB Diff Download File
features.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 6.5 KB Diff Download File
filelist.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 6.7 KB Diff Download File
File fixrtf 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 939 bytes Diff Download File
func.sgml 1.2.4 14 years ago Bazaar Package Importer Import upstream version 8.4.4 472 KB Diff Download File
fuzzystrmatch.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 4.6 KB Diff Download File
generate_history.pl 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 1.5 KB Diff Download File
geqo.sgml 1.2.2 14 years ago Bazaar Package Importer Import upstream version 8.4.2 12.5 KB Diff Download File
gin.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 17.6 KB Diff Download File
gist.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 21.3 KB Diff Download File
high-availability.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 16 KB Diff Download File
history.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 8.2 KB Diff Download File
hstore.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 9.5 KB Diff Download File
indexam.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 41.5 KB Diff Download File
indices.sgml 1.2.2 14 years ago Bazaar Package Importer Import upstream version 8.4.2 44.4 KB Diff Download File
info.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 2.2 KB Diff Download File
information_schema.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 172 KB Diff Download File
install-win32.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 16 KB Diff Download File
installation.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 108 KB Diff Download File
intagg.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 3.8 KB Diff Download File
intarray.sgml 1.2.4 14 years ago Bazaar Package Importer Import upstream version 8.4.4 10.7 KB Diff Download File
intro.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 4.5 KB Diff Download File
isn.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 10.1 KB Diff Download File
keywords.sgml 1.2.3 14 years ago Bazaar Package Importer Import upstream version 8.4.3 139 KB Diff Download File
legal.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 1.6 KB Diff Download File
libpq.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 251 KB Diff Download File
lo.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 4.1 KB Diff Download File
lobj.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 22.2 KB Diff Download File
ltree.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 22.6 KB Diff Download File
maintenance.sgml 1.2.2 14 years ago Bazaar Package Importer Import upstream version 8.4.2 38.4 KB Diff Download File
Makefile 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 9.2 KB Diff Download File
manage-ag.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 20.3 KB Diff Download File
mk_feature_tables.pl 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 1.2 KB Diff Download File
monitoring.sgml 1.2.4 14 years ago Bazaar Package Importer Import upstream version 8.4.4 62.7 KB Diff Download File
mvcc.sgml 1.2.3 14 years ago Bazaar Package Importer Import upstream version 8.4.3 48.5 KB Diff Download File
nls.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 19.4 KB Diff Download File
notation.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 1.9 KB Diff Download File
oid2name.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 8.2 KB Diff Download File
pageinspect.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 6.2 KB Diff Download File
perform.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 45.9 KB Diff Download File
pgbench.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 19.6 KB Diff Download File
pgbuffercache.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 5.3 KB Diff Download File
pgcrypto.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 34.9 KB Diff Download File
pgfreespacemap.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 2.9 KB Diff Download File
pgrowlocks.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 3.8 KB Diff Download File
pgstandby.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 11.9 KB Diff Download File
pgstatstatements.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 8.1 KB Diff Download File
pgstattuple.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 7.2 KB Diff Download File
pgtrgm.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 7.5 KB Diff Download File
planstats.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 17.7 KB Diff Download File
plhandler.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 6.2 KB Diff Download File
plperl.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 33.8 KB Diff Download File
plpgsql.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 168 KB Diff Download File
plpython.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 17.8 KB Diff Download File
pltcl.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 30 KB Diff Download File
postgres.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 7.4 KB Diff Download File
problems.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 15.1 KB Diff Download File
protocol.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 108 KB Diff Download File
queries.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 63.8 KB Diff Download File
query.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 29.5 KB Diff Download File
README.links 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 1.1 KB Diff Download File
reference.ced 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 323 KB Diff Download File
reference.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 4.6 KB Diff Download File
regress.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 19.8 KB Diff Download File
release-7.4.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 142 KB Diff Download File
release-8.0.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 157 KB Diff Download File
release-8.1.sgml 1.3.1 13 years ago Bazaar Package Importer Import upstream version 8.4.6 154 KB Diff Download File
release-8.2.sgml 1.3.1 13 years ago Bazaar Package Importer Import upstream version 8.4.6 164 KB Diff Download File
release-8.3.sgml 1.3.1 13 years ago Bazaar Package Importer Import upstream version 8.4.6 167 KB Diff Download File
release-8.4.sgml 1.3.1 13 years ago Bazaar Package Importer Import upstream version 8.4.6 150 KB Diff Download File
release-old.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 256 KB Diff Download File
release.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 2.9 KB Diff Download File
rowtypes.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 11.1 KB Diff Download File
rules.sgml 1.3.1 13 years ago Bazaar Package Importer Import upstream version 8.4.6 76 KB Diff Download File
runtime.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 72.1 KB Diff Download File
seg.sgml 1.1.6 14 years ago Bazaar Package Importer Import upstream version 8.4.2 11.7 KB Diff Download File
sourcerepo.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 2.9 KB Diff Download File
sources.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 25.4 KB Diff Download File
spi.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 99.1 KB Diff Download File
sql.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 70.6 KB Diff Download File
sslinfo.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 5.1 KB Diff Download File
standalone-install.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 1 KB Diff Download File
start.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 15.4 KB Diff Download File
storage.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 29.2 KB Diff Download File
stylesheet-common.xsl 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 2.3 KB Diff Download File
stylesheet-fo.xsl 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 348 bytes Diff Download File
stylesheet-hh.xsl 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 1.2 KB Diff Download File
stylesheet-man.xsl 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 482 bytes Diff Download File
stylesheet.css 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 1.2 KB Diff Download File
stylesheet.dsl 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 21.4 KB Diff Download File
stylesheet.xsl 1 15 years ago Bazaar Package Importer Import upstream version 8.4~0cvs20090328 1.1 KB Diff Download File
syntax.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 73 KB Diff Download File
tablefunc.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 28 KB Diff Download File
test-parser.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 2.3 KB Diff Download File
textsearch.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 127 KB Diff Download File
trigger.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 25 KB Diff Download File
tsearch2.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 6.9 KB Diff Download File
typeconv.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 29.4 KB Diff Download File
user-manag.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 19.4 KB Diff Download File
uuid-ossp.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 4.8 KB Diff Download File
vacuumlo.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 3.5 KB Diff Download File
wal.sgml 1.3.1 13 years ago Bazaar Package Importer Import upstream version 8.4.6 28.3 KB Diff Download File
xaggr.sgml 1.1.4 14 years ago Bazaar Package Importer Import upstream version 8.4.0 7.1 KB Diff Download File
xfunc.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 110 KB Diff Download File
xindex.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 34.6 KB Diff Download File
xml2.sgml 1.2.5 13 years ago Bazaar Package Importer Import upstream version 8.4.5 13.4 KB Diff Download File
xoper.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 21.1 KB Diff Download File
xplang.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 8.4 KB Diff Download File
xtypes.sgml 1.1.3 15 years ago Bazaar Package Importer Import upstream version 8.4~beta2 9.7 KB Diff Download File