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

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/sql-droptsdictionary.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="SQL Commands"
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="REFENTRY"
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
95
95
><DIV
96
96
CLASS="REFNAMEDIV"
97
97
><A
98
 
NAME="AEN77089"
 
98
NAME="AEN77099"
99
99
></A
100
100
><H2
101
101
>Name</H2
103
103
><DIV
104
104
CLASS="REFSYNOPSISDIV"
105
105
><A
106
 
NAME="AEN77094"
 
106
NAME="AEN77104"
107
107
></A
108
108
><H2
109
109
>Synopsis</H2
119
119
><DIV
120
120
CLASS="REFSECT1"
121
121
><A
122
 
NAME="AEN77097"
 
122
NAME="AEN77107"
123
123
></A
124
124
><H2
125
125
>Description</H2
135
135
><DIV
136
136
CLASS="REFSECT1"
137
137
><A
138
 
NAME="AEN77101"
 
138
NAME="AEN77111"
139
139
></A
140
140
><H2
141
141
>Parameters</H2
195
195
><DIV
196
196
CLASS="REFSECT1"
197
197
><A
198
 
NAME="AEN77124"
 
198
NAME="AEN77134"
199
199
></A
200
200
><H2
201
201
>Examples</H2
221
221
><DIV
222
222
CLASS="REFSECT1"
223
223
><A
224
 
NAME="AEN77130"
 
224
NAME="AEN77140"
225
225
></A
226
226
><H2
227
227
>Compatibility</H2
236
236
><DIV
237
237
CLASS="REFSECT1"
238
238
><A
239
 
NAME="AEN77134"
 
239
NAME="AEN77144"
240
240
></A
241
241
><H2
242
242
>See Also</H2