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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-07-24 16:13:59 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140724161359-uk325qfv03euxuuh
Tags: 9.3.5-0ubuntu0.14.04.1
* New upstream bug fix release: (LP: #1348176)
  - pg_upgrade: Users who upgraded to version 9.3 using pg_upgrade may have
    an issue with transaction information which causes VACUUM to eventually
    fail. These users should run the script provided in the release notes to
    determine if their installation is affected, and then take the remedy
    steps outlined there.
  - Various data integrity and other bug fixes.
  - Secure Unix-domain sockets of temporary postmasters started during make
    check.
    Any local user able to access the socket file could connect as the
    server's bootstrap superuser, then proceed to execute arbitrary code as
    the operating-system user running the test, as we previously noted in
    CVE-2014-0067. This change defends against that risk by placing the
    server's socket in a temporary, mode 0700 subdirectory of /tmp.
  - See release notes for details:
    http://www.postgresql.org/about/news/1534/
* Remove pg_regress patches to support --host=/path, obsolete with above
  upstream changes and not applicable any more.
* Drop tcl8.6 patch, applied upstream.
* Add missing logrotate test dependency.

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.4 Documentation"
 
12
TITLE="PostgreSQL 9.3.5 Documentation"
13
13
HREF="index.html"><LINK
14
14
REL="UP"
15
15
TITLE="Server Programming"
26
26
HTTP-EQUIV="Content-Type"
27
27
CONTENT="text/html; charset=ISO-8859-1"><META
28
28
NAME="creation"
29
 
CONTENT="2014-03-17T19:42:29"></HEAD
 
29
CONTENT="2014-07-21T19:26:29"></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.3.4 Documentation</A
 
47
>PostgreSQL 9.3.5 Documentation</A
48
48
></TH
49
49
></TR
50
50
><TR
120
120
><DL
121
121
><DT
122
122
>43.3.1. <A
123
 
HREF="plpython-data.html#AEN60949"
 
123
HREF="plpython-data.html#AEN60953"
124
124
>Data Type Mapping</A
125
125
></DT
126
126
><DT
127
127
>43.3.2. <A
128
 
HREF="plpython-data.html#AEN61000"
 
128
HREF="plpython-data.html#AEN61004"
129
129
>Null, None</A
130
130
></DT
131
131
><DT
135
135
></DT
136
136
><DT
137
137
>43.3.4. <A
138
 
HREF="plpython-data.html#AEN61018"
 
138
HREF="plpython-data.html#AEN61022"
139
139
>Composite Types</A
140
140
></DT
141
141
><DT
142
142
>43.3.5. <A
143
 
HREF="plpython-data.html#AEN61047"
 
143
HREF="plpython-data.html#AEN61051"
144
144
>Set-returning Functions</A
145
145
></DT
146
146
></DL
169
169
><DL
170
170
><DT
171
171
>43.7.1. <A
172
 
HREF="plpython-database.html#AEN61184"
 
172
HREF="plpython-database.html#AEN61188"
173
173
>Database Access Functions</A
174
174
></DT
175
175
><DT
188
188
><DL
189
189
><DT
190
190
>43.8.1. <A
191
 
HREF="plpython-subtransaction.html#AEN61343"
 
191
HREF="plpython-subtransaction.html#AEN61347"
192
192
>Subtransaction Context Managers</A
193
193
></DT
194
194
><DT
195
195
>43.8.2. <A
196
 
HREF="plpython-subtransaction.html#AEN61358"
 
196
HREF="plpython-subtransaction.html#AEN61362"
197
197
>Older Python Versions</A
198
198
></DT
199
199
></DL