Skip to content

Commit c738faf

Browse files
author
James William Pye
committed
Ready 1.0.1 release.
1 parent 539e739 commit c738faf

19 files changed

+111
-90
lines changed

postgresql/documentation/changes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
1.0.1 in development
5-
--------------------
4+
1.0.1 released on 2010-04-24
5+
----------------------------
66

77
* Fix unpacking of array NULLs. (Elvis Pranskevichus)
88
* Fix .first()'s handling of counts and commands.

postgresql/documentation/html/_sources/changes.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
Changes
22
=======
33

4-
1.0 release on 2010-03-27
5-
-------------------------
4+
1.0.1 released on 2010-04-24
5+
----------------------------
6+
7+
* Fix unpacking of array NULLs. (Elvis Pranskevichus)
8+
* Fix .first()'s handling of counts and commands.
9+
Bad logic caused zero-counts to return the command tag.
10+
* Don't interrupt and close a temporal connection if it's not open.
11+
* Use the Driver's typio attribute for TypeIO overrides. (Elvis Pranskevichus)
12+
13+
1.0 released on 2010-03-27
14+
--------------------------
615

716
* **DEPRECATION**: Removed 2PC support documentation.
817
* **DEPRECATION**: Removed pg_python and pg_dotconf 'scripts'.
@@ -16,7 +25,6 @@ Changes
1625
high verbosity further irritates that case.
1726
* Added postgresql.project module to provide project information.
1827
Project name, author, version, etc.
19-
* Fixed db.tracer and pg_python's --pq-trace=
2028
* Increased default recvsize and chunksize for improved performance.
2129
* 'D' messages are special cased as builtins.tuples instead of
2230
protocol.element3.Tuple

postgresql/documentation/html/admin.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

8-
<title>Administration &mdash; py-postgresql v1.0.0 documentation</title>
8+
<title>Administration &mdash; py-postgresql v1.0.1 documentation</title>
99
<link rel="stylesheet" href="_static/default.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: '',
14-
VERSION: '1.0.0',
14+
VERSION: '1.0.1',
1515
COLLAPSE_MODINDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true
1818
};
1919
</script>
2020
<script type="text/javascript" src="_static/jquery.js"></script>
2121
<script type="text/javascript" src="_static/doctools.js"></script>
22-
<link rel="top" title="py-postgresql v1.0.0 documentation" href="index.html" />
22+
<link rel="top" title="py-postgresql v1.0.1 documentation" href="index.html" />
2323
<link rel="next" title="Driver" href="driver.html" />
2424
<link rel="prev" title="py-postgresql" href="index.html" />
2525
</head>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="index.html" title="py-postgresql"
3838
accesskey="P">previous</a> |</li>
39-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
39+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
4040
</ul>
4141
</div>
4242

@@ -138,12 +138,12 @@ <h3>Navigation</h3>
138138
<li class="right" >
139139
<a href="index.html" title="py-postgresql"
140140
>previous</a> |</li>
141-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
141+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
142142
</ul>
143143
</div>
144144
<div class="footer">
145145
&copy; Copyright 2010, James William Pye &lt;[email protected]&gt;.
146-
Last updated on Mar 28, 2010.
146+
Last updated on Apr 24, 2010.
147147
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
148148
</div>
149149
</body>

postgresql/documentation/html/alock.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

8-
<title>Advisory Locks &mdash; py-postgresql v1.0.0 documentation</title>
8+
<title>Advisory Locks &mdash; py-postgresql v1.0.1 documentation</title>
99
<link rel="stylesheet" href="_static/default.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: '',
14-
VERSION: '1.0.0',
14+
VERSION: '1.0.1',
1515
COLLAPSE_MODINDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true
1818
};
1919
</script>
2020
<script type="text/javascript" src="_static/jquery.js"></script>
2121
<script type="text/javascript" src="_static/doctools.js"></script>
22-
<link rel="top" title="py-postgresql v1.0.0 documentation" href="index.html" />
22+
<link rel="top" title="py-postgresql v1.0.1 documentation" href="index.html" />
2323
<link rel="next" title="Categories and Libraries" href="lib.html" />
2424
<link rel="prev" title="Notification Management" href="notifyman.html" />
2525
</head>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="notifyman.html" title="Notification Management"
3838
accesskey="P">previous</a> |</li>
39-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
39+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
4040
</ul>
4141
</div>
4242

@@ -204,12 +204,12 @@ <h3>Navigation</h3>
204204
<li class="right" >
205205
<a href="notifyman.html" title="Notification Management"
206206
>previous</a> |</li>
207-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
207+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
208208
</ul>
209209
</div>
210210
<div class="footer">
211211
&copy; Copyright 2010, James William Pye &lt;[email protected]&gt;.
212-
Last updated on Mar 28, 2010.
212+
Last updated on Apr 24, 2010.
213213
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
214214
</div>
215215
</body>

postgresql/documentation/html/bin.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

8-
<title>Commands &mdash; py-postgresql v1.0.0 documentation</title>
8+
<title>Commands &mdash; py-postgresql v1.0.1 documentation</title>
99
<link rel="stylesheet" href="_static/default.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: '',
14-
VERSION: '1.0.0',
14+
VERSION: '1.0.1',
1515
COLLAPSE_MODINDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true
1818
};
1919
</script>
2020
<script type="text/javascript" src="_static/jquery.js"></script>
2121
<script type="text/javascript" src="_static/doctools.js"></script>
22-
<link rel="top" title="py-postgresql v1.0.0 documentation" href="index.html" />
22+
<link rel="top" title="py-postgresql v1.0.1 documentation" href="index.html" />
2323
<link rel="prev" title="Changes" href="changes.html" />
2424
</head>
2525
<body>
@@ -32,7 +32,7 @@ <h3>Navigation</h3>
3232
<li class="right" >
3333
<a href="changes.html" title="Changes"
3434
accesskey="P">previous</a> |</li>
35-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
35+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
3636
</ul>
3737
</div>
3838

@@ -311,12 +311,12 @@ <h3>Navigation</h3>
311311
<li class="right" >
312312
<a href="changes.html" title="Changes"
313313
>previous</a> |</li>
314-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
314+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
315315
</ul>
316316
</div>
317317
<div class="footer">
318318
&copy; Copyright 2010, James William Pye &lt;[email protected]&gt;.
319-
Last updated on Mar 28, 2010.
319+
Last updated on Apr 24, 2010.
320320
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
321321
</div>
322322
</body>

postgresql/documentation/html/changes.html

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

8-
<title>Changes &mdash; py-postgresql v1.0.0 documentation</title>
8+
<title>Changes &mdash; py-postgresql v1.0.1 documentation</title>
99
<link rel="stylesheet" href="_static/default.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: '',
14-
VERSION: '1.0.0',
14+
VERSION: '1.0.1',
1515
COLLAPSE_MODINDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true
1818
};
1919
</script>
2020
<script type="text/javascript" src="_static/jquery.js"></script>
2121
<script type="text/javascript" src="_static/doctools.js"></script>
22-
<link rel="top" title="py-postgresql v1.0.0 documentation" href="index.html" />
22+
<link rel="top" title="py-postgresql v1.0.1 documentation" href="index.html" />
2323
<link rel="next" title="Commands" href="bin.html" />
2424
<link rel="prev" title="Gotchas" href="gotchas.html" />
2525
</head>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="gotchas.html" title="Gotchas"
3838
accesskey="P">previous</a> |</li>
39-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
39+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
4040
</ul>
4141
</div>
4242

@@ -47,8 +47,20 @@ <h3>Navigation</h3>
4747

4848
<div class="section" id="changes">
4949
<h1>Changes<a class="headerlink" href="#changes" title="Permalink to this headline"></a></h1>
50-
<div class="section" id="release-on-2010-03-27">
51-
<h2>1.0 release on 2010-03-27<a class="headerlink" href="#release-on-2010-03-27" title="Permalink to this headline"></a></h2>
50+
<div class="section" id="released-on-2010-04-24">
51+
<h2>1.0.1 released on 2010-04-24<a class="headerlink" href="#released-on-2010-04-24" title="Permalink to this headline"></a></h2>
52+
<blockquote>
53+
<ul class="simple">
54+
<li>Fix unpacking of array NULLs. (Elvis Pranskevichus)</li>
55+
<li>Fix .first()&#8217;s handling of counts and commands.
56+
Bad logic caused zero-counts to return the command tag.</li>
57+
<li>Don&#8217;t interrupt and close a temporal connection if it&#8217;s not open.</li>
58+
<li>Use the Driver&#8217;s typio attribute for TypeIO overrides. (Elvis Pranskevichus)</li>
59+
</ul>
60+
</blockquote>
61+
</div>
62+
<div class="section" id="released-on-2010-03-27">
63+
<h2>1.0 released on 2010-03-27<a class="headerlink" href="#released-on-2010-03-27" title="Permalink to this headline"></a></h2>
5264
<blockquote>
5365
<ul class="simple">
5466
<li><strong>DEPRECATION</strong>: Removed 2PC support documentation.</li>
@@ -63,7 +75,6 @@ <h2>1.0 release on 2010-03-27<a class="headerlink" href="#release-on-2010-03-27"
6375
high verbosity further irritates that case.</li>
6476
<li>Added postgresql.project module to provide project information.
6577
Project name, author, version, etc.</li>
66-
<li>Fixed db.tracer and pg_python&#8217;s &#8211;pq-trace=</li>
6778
<li>Increased default recvsize and chunksize for improved performance.</li>
6879
<li>&#8216;D&#8217; messages are special cased as builtins.tuples instead of
6980
protocol.element3.Tuple</li>
@@ -104,7 +115,8 @@ <h2>1.0 release on 2010-03-27<a class="headerlink" href="#release-on-2010-03-27"
104115
<h3><a href="index.html">Table Of Contents</a></h3>
105116
<ul>
106117
<li><a class="reference external" href="">Changes</a><ul>
107-
<li><a class="reference external" href="#release-on-2010-03-27">1.0 release on 2010-03-27</a></li>
118+
<li><a class="reference external" href="#released-on-2010-04-24">1.0.1 released on 2010-04-24</a></li>
119+
<li><a class="reference external" href="#released-on-2010-03-27">1.0 released on 2010-03-27</a></li>
108120
</ul>
109121
</li>
110122
</ul>
@@ -149,12 +161,12 @@ <h3>Navigation</h3>
149161
<li class="right" >
150162
<a href="gotchas.html" title="Gotchas"
151163
>previous</a> |</li>
152-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
164+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
153165
</ul>
154166
</div>
155167
<div class="footer">
156168
&copy; Copyright 2010, James William Pye &lt;[email protected]&gt;.
157-
Last updated on Mar 28, 2010.
169+
Last updated on Apr 24, 2010.
158170
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
159171
</div>
160172
</body>

postgresql/documentation/html/clientparameters.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

8-
<title>Client Parameters &mdash; py-postgresql v1.0.0 documentation</title>
8+
<title>Client Parameters &mdash; py-postgresql v1.0.1 documentation</title>
99
<link rel="stylesheet" href="_static/default.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: '',
14-
VERSION: '1.0.0',
14+
VERSION: '1.0.1',
1515
COLLAPSE_MODINDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true
1818
};
1919
</script>
2020
<script type="text/javascript" src="_static/jquery.js"></script>
2121
<script type="text/javascript" src="_static/doctools.js"></script>
22-
<link rel="top" title="py-postgresql v1.0.0 documentation" href="index.html" />
22+
<link rel="top" title="py-postgresql v1.0.1 documentation" href="index.html" />
2323
<link rel="next" title="Gotchas" href="gotchas.html" />
2424
<link rel="prev" title="Categories and Libraries" href="lib.html" />
2525
</head>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="lib.html" title="Categories and Libraries"
3838
accesskey="P">previous</a> |</li>
39-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
39+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
4040
</ul>
4141
</div>
4242

@@ -410,12 +410,12 @@ <h3>Navigation</h3>
410410
<li class="right" >
411411
<a href="lib.html" title="Categories and Libraries"
412412
>previous</a> |</li>
413-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
413+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
414414
</ul>
415415
</div>
416416
<div class="footer">
417417
&copy; Copyright 2010, James William Pye &lt;[email protected]&gt;.
418-
Last updated on Mar 28, 2010.
418+
Last updated on Apr 24, 2010.
419419
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
420420
</div>
421421
</body>

postgresql/documentation/html/copyman.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

8-
<title>Copy Management &mdash; py-postgresql v1.0.0 documentation</title>
8+
<title>Copy Management &mdash; py-postgresql v1.0.1 documentation</title>
99
<link rel="stylesheet" href="_static/default.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
1313
URL_ROOT: '',
14-
VERSION: '1.0.0',
14+
VERSION: '1.0.1',
1515
COLLAPSE_MODINDEX: false,
1616
FILE_SUFFIX: '.html',
1717
HAS_SOURCE: true
1818
};
1919
</script>
2020
<script type="text/javascript" src="_static/jquery.js"></script>
2121
<script type="text/javascript" src="_static/doctools.js"></script>
22-
<link rel="top" title="py-postgresql v1.0.0 documentation" href="index.html" />
22+
<link rel="top" title="py-postgresql v1.0.1 documentation" href="index.html" />
2323
<link rel="next" title="Notification Management" href="notifyman.html" />
2424
<link rel="prev" title="Driver" href="driver.html" />
2525
</head>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="driver.html" title="Driver"
3838
accesskey="P">previous</a> |</li>
39-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
39+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
4040
</ul>
4141
</div>
4242

@@ -417,12 +417,12 @@ <h3>Navigation</h3>
417417
<li class="right" >
418418
<a href="driver.html" title="Driver"
419419
>previous</a> |</li>
420-
<li><a href="index.html">py-postgresql v1.0.0 documentation</a> &raquo;</li>
420+
<li><a href="index.html">py-postgresql v1.0.1 documentation</a> &raquo;</li>
421421
</ul>
422422
</div>
423423
<div class="footer">
424424
&copy; Copyright 2010, James William Pye &lt;[email protected]&gt;.
425-
Last updated on Mar 28, 2010.
425+
Last updated on Apr 24, 2010.
426426
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
427427
</div>
428428
</body>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)