~ubuntu-branches/debian/sid/postgresql-9.3/sid

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/release-7-2-5.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 05:39:52 UTC
  • Revision ID: package-import@ubuntu.com-20130508053952-1j7uilp7mjtrvq8q
Tags: upstream-9.3~beta1
ImportĀ upstreamĀ versionĀ 9.3~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>Release 7.2.5</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
9
REV="MADE"
 
10
HREF="mailto:pgsql-docs@postgresql.org"><LINK
 
11
REL="HOME"
 
12
TITLE="PostgreSQL 9.3beta1 Documentation"
 
13
HREF="index.html"><LINK
 
14
REL="UP"
 
15
TITLE="Release Notes"
 
16
HREF="release.html"><LINK
 
17
REL="PREVIOUS"
 
18
TITLE="Release 7.2.6"
 
19
HREF="release-7-2-6.html"><LINK
 
20
REL="NEXT"
 
21
TITLE="Release 7.2.4"
 
22
HREF="release-7-2-4.html"><LINK
 
23
REL="STYLESHEET"
 
24
TYPE="text/css"
 
25
HREF="stylesheet.css"><META
 
26
HTTP-EQUIV="Content-Type"
 
27
CONTENT="text/html; charset=ISO-8859-1"><META
 
28
NAME="creation"
 
29
CONTENT="2013-05-06T21:00:50"></HEAD
 
30
><BODY
 
31
CLASS="SECT1"
 
32
><DIV
 
33
CLASS="NAVHEADER"
 
34
><TABLE
 
35
SUMMARY="Header navigation table"
 
36
WIDTH="100%"
 
37
BORDER="0"
 
38
CELLPADDING="0"
 
39
CELLSPACING="0"
 
40
><TR
 
41
><TH
 
42
COLSPAN="5"
 
43
ALIGN="center"
 
44
VALIGN="bottom"
 
45
><A
 
46
HREF="index.html"
 
47
>PostgreSQL 9.3beta1 Documentation</A
 
48
></TH
 
49
></TR
 
50
><TR
 
51
><TD
 
52
WIDTH="10%"
 
53
ALIGN="left"
 
54
VALIGN="top"
 
55
><A
 
56
TITLE="Release 7.2.6"
 
57
HREF="release-7-2-6.html"
 
58
ACCESSKEY="P"
 
59
>Prev</A
 
60
></TD
 
61
><TD
 
62
WIDTH="10%"
 
63
ALIGN="left"
 
64
VALIGN="top"
 
65
><A
 
66
HREF="release.html"
 
67
ACCESSKEY="U"
 
68
>Up</A
 
69
></TD
 
70
><TD
 
71
WIDTH="60%"
 
72
ALIGN="center"
 
73
VALIGN="bottom"
 
74
>Appendix E. Release Notes</TD
 
75
><TD
 
76
WIDTH="20%"
 
77
ALIGN="right"
 
78
VALIGN="top"
 
79
><A
 
80
TITLE="Release 7.2.4"
 
81
HREF="release-7-2-4.html"
 
82
ACCESSKEY="N"
 
83
>Next</A
 
84
></TD
 
85
></TR
 
86
></TABLE
 
87
><HR
 
88
ALIGN="LEFT"
 
89
WIDTH="100%"></DIV
 
90
><DIV
 
91
CLASS="SECT1"
 
92
><H1
 
93
CLASS="SECT1"
 
94
><A
 
95
NAME="RELEASE-7-2-5"
 
96
>E.204. Release 7.2.5</A
 
97
></H1
 
98
><DIV
 
99
CLASS="NOTE"
 
100
><BLOCKQUOTE
 
101
CLASS="NOTE"
 
102
><P
 
103
><B
 
104
>Release Date: </B
 
105
>2004-08-16</P
 
106
></BLOCKQUOTE
 
107
></DIV
 
108
><P
 
109
>   This release contains a variety of fixes from 7.2.4.
 
110
  </P
 
111
><DIV
 
112
CLASS="SECT2"
 
113
><H2
 
114
CLASS="SECT2"
 
115
><A
 
116
NAME="AEN141961"
 
117
>E.204.1. Migration to Version 7.2.5</A
 
118
></H2
 
119
><P
 
120
>    A dump/restore is not required for those running 7.2.X.
 
121
   </P
 
122
></DIV
 
123
><DIV
 
124
CLASS="SECT2"
 
125
><H2
 
126
CLASS="SECT2"
 
127
><A
 
128
NAME="AEN141964"
 
129
>E.204.2. Changes</A
 
130
></H2
 
131
><P
 
132
></P
 
133
><UL
 
134
><LI
 
135
><P
 
136
>Prevent possible loss of committed transactions during crash</P
 
137
><P
 
138
>Due to insufficient interlocking between transaction commit and checkpointing,
 
139
it was possible for transactions committed just before the most recent
 
140
checkpoint to be lost, in whole or in part, following a database crash and
 
141
restart.  This is a serious bug that has existed
 
142
since <SPAN
 
143
CLASS="PRODUCTNAME"
 
144
>PostgreSQL</SPAN
 
145
> 7.1.</P
 
146
></LI
 
147
><LI
 
148
><P
 
149
>Fix corner case for btree search in parallel with first root page split</P
 
150
></LI
 
151
><LI
 
152
><P
 
153
>Fix buffer overrun in <CODE
 
154
CLASS="FUNCTION"
 
155
>to_ascii</CODE
 
156
> (Guido Notari)</P
 
157
></LI
 
158
><LI
 
159
><P
 
160
>Fix core dump in deadlock detection on machines where char is unsigned</P
 
161
></LI
 
162
><LI
 
163
><P
 
164
>Fix failure to respond to <TT
 
165
CLASS="COMMAND"
 
166
>pg_ctl stop -m fast</TT
 
167
> after Async_NotifyHandler runs</P
 
168
></LI
 
169
><LI
 
170
><P
 
171
>Repair memory leaks in pg_dump</P
 
172
></LI
 
173
><LI
 
174
><P
 
175
>Avoid conflict with system definition of <CODE
 
176
CLASS="FUNCTION"
 
177
>isblank()</CODE
 
178
> function or macro</P
 
179
></LI
 
180
></UL
 
181
></DIV
 
182
></DIV
 
183
><DIV
 
184
CLASS="NAVFOOTER"
 
185
><HR
 
186
ALIGN="LEFT"
 
187
WIDTH="100%"><TABLE
 
188
SUMMARY="Footer navigation table"
 
189
WIDTH="100%"
 
190
BORDER="0"
 
191
CELLPADDING="0"
 
192
CELLSPACING="0"
 
193
><TR
 
194
><TD
 
195
WIDTH="33%"
 
196
ALIGN="left"
 
197
VALIGN="top"
 
198
><A
 
199
HREF="release-7-2-6.html"
 
200
ACCESSKEY="P"
 
201
>Prev</A
 
202
></TD
 
203
><TD
 
204
WIDTH="34%"
 
205
ALIGN="center"
 
206
VALIGN="top"
 
207
><A
 
208
HREF="index.html"
 
209
ACCESSKEY="H"
 
210
>Home</A
 
211
></TD
 
212
><TD
 
213
WIDTH="33%"
 
214
ALIGN="right"
 
215
VALIGN="top"
 
216
><A
 
217
HREF="release-7-2-4.html"
 
218
ACCESSKEY="N"
 
219
>Next</A
 
220
></TD
 
221
></TR
 
222
><TR
 
223
><TD
 
224
WIDTH="33%"
 
225
ALIGN="left"
 
226
VALIGN="top"
 
227
>Release 7.2.6</TD
 
228
><TD
 
229
WIDTH="34%"
 
230
ALIGN="center"
 
231
VALIGN="top"
 
232
><A
 
233
HREF="release.html"
 
234
ACCESSKEY="U"
 
235
>Up</A
 
236
></TD
 
237
><TD
 
238
WIDTH="33%"
 
239
ALIGN="right"
 
240
VALIGN="top"
 
241
>Release 7.2.4</TD
 
242
></TR
 
243
></TABLE
 
244
></DIV
 
245
></BODY
 
246
></HTML
 
247
>
 
 
b'\\ No newline at end of file'