~ubuntu-branches/ubuntu/utopic/postgresql-9.1/utopic

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/regress.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-09-25 05:40:23 UTC
  • mfrom: (1.2.1)
  • Revision ID: package-import@ubuntu.com-20120925054023-lv75ptpdzvjdhkbw
Tags: 9.1.6-1
* Urgency medium because of data loss bug fix.
* New upstream bug fix release:
  - Fix persistence marking of shared buffers during WAL replay.
    This mistake can result in buffers not being written out during
    checkpoints, resulting in data corruption if the server later
    crashes without ever having written those buffers. Corruption can
    occur on any server following crash recovery, but it is
    significantly more likely to occur on standby slave servers since
    those perform much more WAL replay. There is a low probability of
    corruption of btree and GIN indexes. There is a much higher
    probability of corruption of table "visibility maps". Fortunately,
    visibility maps are non-critical data in 9.1, so the worst
    consequence of such corruption in 9.1 installations is transient
    inefficiency of vacuuming. Table data proper cannot be corrupted by
    this bug.
    While no index corruption due to this bug is known to have occurred
    in the field, as a precautionary measure it is recommended that
    production installations "REINDEX" all btree and GIN indexes at a
    convenient time after upgrading to 9.1.6.
    Also, if you intend to do an in-place upgrade to 9.2.X, before
    doing so it is recommended to perform a "VACUUM" of all tables
    while having vacuum_freeze_table_age set to zero. This will ensure
    that any lingering wrong data in the visibility maps is corrected
    before 9.2.X can depend on it. vacuum_cost_delay can be adjusted to
    reduce the performance impact of vacuuming, while causing it to
    take longer to finish.
  - See HISTORY/changelog.gz for the other bug fixes.
* debian/rules: Compress all binaries with xz. Thanks Cyril Brulebois!
  (Closes: #688678)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
REV="MADE"
10
10
HREF="mailto:pgsql-docs@postgresql.org"><LINK
11
11
REL="HOME"
12
 
TITLE="PostgreSQL 9.1.5 Documentation"
 
12
TITLE="PostgreSQL 9.1.6 Documentation"
13
13
HREF="index.html"><LINK
14
14
REL="UP"
15
15
TITLE="Server Administration"
26
26
HTTP-EQUIV="Content-Type"
27
27
CONTENT="text/html; charset=ISO-8859-1"><META
28
28
NAME="creation"
29
 
CONTENT="2012-08-14T22:55:48"></HEAD
 
29
CONTENT="2012-09-19T22:05:18"></HEAD
30
30
><BODY
31
31
CLASS="CHAPTER"
32
32
><DIV
44
44
VALIGN="bottom"
45
45
><A
46
46
HREF="index.html"
47
 
>PostgreSQL 9.1.5 Documentation</A
 
47
>PostgreSQL 9.1.6 Documentation</A
48
48
></TH
49
49
></TR
50
50
><TR
110
110
><DL
111
111
><DT
112
112
>30.1.1. <A
113
 
HREF="regress-run.html#AEN36014"
 
113
HREF="regress-run.html#AEN36037"
114
114
>Running the Tests Against a Temporary Installation</A
115
115
></DT
116
116
><DT
117
117
>30.1.2. <A
118
 
HREF="regress-run.html#AEN36045"
 
118
HREF="regress-run.html#AEN36068"
119
119
>Running the Tests Against an Existing Installation</A
120
120
></DT
121
121
><DT
122
122
>30.1.3. <A
123
 
HREF="regress-run.html#AEN36064"
 
123
HREF="regress-run.html#AEN36087"
124
124
>Testing Hot Standby</A
125
125
></DT
126
126
><DT
127
127
>30.1.4. <A
128
 
HREF="regress-run.html#AEN36076"
 
128
HREF="regress-run.html#AEN36099"
129
129
>Locale and Encoding</A
130
130
></DT
131
131
><DT
132
132
>30.1.5. <A
133
 
HREF="regress-run.html#AEN36087"
 
133
HREF="regress-run.html#AEN36110"
134
134
>Extra Tests</A
135
135
></DT
136
136
></DL
144
144
><DL
145
145
><DT
146
146
>30.2.1. <A
147
 
HREF="regress-evaluation.html#AEN36111"
 
147
HREF="regress-evaluation.html#AEN36134"
148
148
>Error Message Differences</A
149
149
></DT
150
150
><DT
151
151
>30.2.2. <A
152
 
HREF="regress-evaluation.html#AEN36116"
 
152
HREF="regress-evaluation.html#AEN36139"
153
153
>Locale Differences</A
154
154
></DT
155
155
><DT
156
156
>30.2.3. <A
157
 
HREF="regress-evaluation.html#AEN36127"
 
157
HREF="regress-evaluation.html#AEN36150"
158
158
>Date and Time Differences</A
159
159
></DT
160
160
><DT
161
161
>30.2.4. <A
162
 
HREF="regress-evaluation.html#AEN36133"
 
162
HREF="regress-evaluation.html#AEN36156"
163
163
>Floating-Point Differences</A
164
164
></DT
165
165
><DT
166
166
>30.2.5. <A
167
 
HREF="regress-evaluation.html#AEN36147"
 
167
HREF="regress-evaluation.html#AEN36170"
168
168
>Row Ordering Differences</A
169
169
></DT
170
170
><DT
171
171
>30.2.6. <A
172
 
HREF="regress-evaluation.html#AEN36159"
 
172
HREF="regress-evaluation.html#AEN36182"
173
173
>Insufficient Stack Depth</A
174
174
></DT
175
175
><DT
176
176
>30.2.7. <A
177
 
HREF="regress-evaluation.html#AEN36167"
 
177
HREF="regress-evaluation.html#AEN36190"
178
178
>The <SPAN
179
179
CLASS="QUOTE"
180
180
>"random"</SPAN