~ubuntu-branches/ubuntu/trusty/postgresql-9.3/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/release-7-4-20.html

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2014-03-18 07:19:37 UTC
  • mfrom: (12.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140318071937-nb1lhq4ysrgwa6f4
Tags: 9.3.4-1
* New upstream bugfix release. Most notable change:

  Fix WAL replay of locking an already-updated tuple (Andres Freund,
  Álvaro Herrera)

  This error caused updated rows to not be found by index scans, resulting
  in inconsistent query results depending on whether an index scan was used.
  Subsequent processing could result in constraint violations, since the
  previously updated row would not be found by later index searches, thus
  possibly allowing conflicting rows to be inserted. Since this error is in
  WAL replay, it would only manifest during crash recovery or on standby
  servers. The improperly-replayed case most commonly arises when a table
  row that is referenced by a foreign-key constraint is updated concurrently
  with creation of a referencing row.

* Compile with -fno-omit-frame-pointer on amd64 to facilitate hierarchical
  profile generation. (Closes: #730134)
* Remove obsolete configure option --with-tkconfig.

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.3.3 Documentation"
 
12
TITLE="PostgreSQL 9.3.4 Documentation"
13
13
HREF="index.html"><LINK
14
14
REL="UP"
15
15
TITLE="Release Notes"
26
26
HTTP-EQUIV="Content-Type"
27
27
CONTENT="text/html; charset=ISO-8859-1"><META
28
28
NAME="creation"
29
 
CONTENT="2014-02-17T19:50:18"></HEAD
 
29
CONTENT="2014-03-17T19:42:29"></HEAD
30
30
><BODY
31
31
CLASS="SECT1"
32
32
><DIV
44
44
VALIGN="bottom"
45
45
><A
46
46
HREF="index.html"
47
 
>PostgreSQL 9.3.3 Documentation</A
 
47
>PostgreSQL 9.3.4 Documentation</A
48
48
></TH
49
49
></TR
50
50
><TR
93
93
CLASS="SECT1"
94
94
><A
95
95
NAME="RELEASE-7-4-20"
96
 
>E.173. Release 7.4.20</A
 
96
>E.178. Release 7.4.20</A
97
97
></H1
98
98
><DIV
99
99
CLASS="NOTE"
110
110
   For information about new features in the 7.4 major release, see
111
111
   <A
112
112
HREF="release-7-4.html"
113
 
>Section E.193</A
 
113
>Section E.198</A
114
114
>.
115
115
  </P
116
116
><DIV
118
118
><H2
119
119
CLASS="SECT2"
120
120
><A
121
 
NAME="AEN140907"
122
 
>E.173.1. Migration to Version 7.4.20</A
 
121
NAME="AEN141263"
 
122
>E.178.1. Migration to Version 7.4.20</A
123
123
></H2
124
124
><P
125
125
>    A dump/restore is not required for those running 7.4.X.
126
126
    However, if you are upgrading from a version earlier than 7.4.11,
127
127
    see <A
128
128
HREF="release-7-4-11.html"
129
 
>Section E.182</A
 
129
>Section E.187</A
130
130
>.
131
131
   </P
132
132
></DIV
135
135
><H2
136
136
CLASS="SECT2"
137
137
><A
138
 
NAME="AEN140911"
139
 
>E.173.2. Changes</A
 
138
NAME="AEN141267"
 
139
>E.178.2. Changes</A
140
140
></H2
141
141
><P
142
142
></P