<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/psycopg, branch nested-array-nulls</title>
<subtitle>github.com: psycopg/psycopg2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/'/>
<entry>
<title>Fixed adaptation of arrays of arrays of nulls</title>
<updated>2018-05-18T11:10:20+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-05-14T01:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b5e4a040f8e50928aefc4f3dc9717bbcf3520cd0'/>
<id>b5e4a040f8e50928aefc4f3dc9717bbcf3520cd0</id>
<content type='text'>
Close #325, close #706.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #325, close #706.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow strings subclasses in ensure_bytes</title>
<updated>2018-02-21T10:27:28+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-02-20T17:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ea923b63a48880d3d229241de42813a822e5db1e'/>
<id>ea923b63a48880d3d229241de42813a822e5db1e</id>
<content type='text'>
Fix #679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #679
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid quoting the string in the psycopg version macro</title>
<updated>2018-02-19T13:53:50+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-02-19T11:28:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=32f5a9fc1d24be502cc71d10a2cd396348891710'/>
<id>32f5a9fc1d24be502cc71d10a2cd396348891710</id>
<content type='text'>
Use a macro trick to add the quotes. This seems more portable than
passing the quotes to the command line (see #658).

https://gcc.gnu.org/onlinedocs/cpp/Stringizing.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a macro trick to add the quotes. This seems more portable than
passing the quotes to the command line (see #658).

https://gcc.gnu.org/onlinedocs/cpp/Stringizing.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed building on SmartOS</title>
<updated>2018-02-19T11:40:05+00:00</updated>
<author>
<name>Mike Gerdts</name>
<email>mike.gerdts@joyent.com</email>
</author>
<published>2018-02-16T22:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f766d90704b03cbe277e3fd4b4153d892960f135'/>
<id>f766d90704b03cbe277e3fd4b4153d892960f135</id>
<content type='text'>
timeradd is missing on Solaris 10, but is present as a macro in
&lt;sys/time.h&gt; on SmartOS, illumos, and likely Solaris 11.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
timeradd is missing on Solaris 10, but is present as a macro in
&lt;sys/time.h&gt; on SmartOS, illumos, and likely Solaris 11.
</pre>
</div>
</content>
</entry>
<entry>
<title>Autocommit shouldn't change deferrable on servers not supporting it</title>
<updated>2018-02-08T15:00:38+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-02-06T00:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=5309da117dd790aaf9dd74b6083638123a383bfa'/>
<id>5309da117dd790aaf9dd74b6083638123a383bfa</id>
<content type='text'>
Regression on unsupported Postgres versions after fixing bug #580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regression on unsupported Postgres versions after fixing bug #580
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed idempotence check changing connection characteristics</title>
<updated>2018-01-11T02:23:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-11T01:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=74d2c4bef934b855726961472ba662141d2e88c9'/>
<id>74d2c4bef934b855726961472ba662141d2e88c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'cursor.mogrify()' can be called on closed cursors</title>
<updated>2018-01-10T23:55:31+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-10T23:06:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e0226fc46ad21f10ca612b32659bab442d2db871'/>
<id>e0226fc46ad21f10ca612b32659bab442d2db871</id>
<content type='text'>
Fix #579.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #579.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'macro-accessors'</title>
<updated>2018-01-10T22:47:59+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-10T22:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=bad9b8b38381ccc740e5285ba42185c11ea1b386'/>
<id>bad9b8b38381ccc740e5285ba42185c11ea1b386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved datatime compatibility macros with others</title>
<updated>2018-01-10T22:29:16+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2018-01-10T22:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=77c703395befce2cc87a18a5ec706f5500f04f04'/>
<id>77c703395befce2cc87a18a5ec706f5500f04f04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in comment in utils.c</title>
<updated>2017-12-14T13:00:36+00:00</updated>
<author>
<name>Ronan Amicel</name>
<email>ronan.amicel@gmail.com</email>
</author>
<published>2017-12-14T13:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b8f2f718190ce5ab73ee8523a18df1ccbe68ad0c'/>
<id>b8f2f718190ce5ab73ee8523a18df1ccbe68ad0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
