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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-12-10 15:53:42 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20121210155342-3scm68xcxel275jb
Tags: 8.4.15-0ubuntu10.04
* New upstream bug fix release: (LP: #1088393)
  - Fix multiple bugs associated with "CREATE INDEX CONCURRENTLY"
    Fix "CREATE INDEX CONCURRENTLY" to use in-place updates when
    changing the state of an index's pg_index row. This prevents race
    conditions that could cause concurrent sessions to miss updating
    the target index, thus resulting in corrupt concurrently-created
    indexes.
    Also, fix various other operations to ensure that they ignore
    invalid indexes resulting from a failed "CREATE INDEX CONCURRENTLY"
    command. The most important of these is "VACUUM", because an
    auto-vacuum could easily be launched on the table before corrective
    action can be taken to fix or remove the invalid index.
  - See HISTORY/changelog.gz for details about other bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
postgresql-8.4 (8.4.15-0ubuntu10.04) lucid-proposed; urgency=low
 
2
 
 
3
  * New upstream bug fix release: (LP: #1088393)
 
4
    - Fix multiple bugs associated with "CREATE INDEX CONCURRENTLY"
 
5
      Fix "CREATE INDEX CONCURRENTLY" to use in-place updates when
 
6
      changing the state of an index's pg_index row. This prevents race
 
7
      conditions that could cause concurrent sessions to miss updating
 
8
      the target index, thus resulting in corrupt concurrently-created
 
9
      indexes.
 
10
      Also, fix various other operations to ensure that they ignore
 
11
      invalid indexes resulting from a failed "CREATE INDEX CONCURRENTLY"
 
12
      command. The most important of these is "VACUUM", because an
 
13
      auto-vacuum could easily be launched on the table before corrective
 
14
      action can be taken to fix or remove the invalid index.
 
15
    - See HISTORY/changelog.gz for details about other bug fixes.
 
16
 
 
17
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 10 Dec 2012 15:53:42 +0100
 
18
 
1
19
postgresql-8.4 (8.4.14-0ubuntu10.04) lucid-proposed; urgency=low
2
20
 
3
21
  * New upstream bug fix release: (LP: #1055944)