<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib, branch sql-compose</title>
<subtitle>github.com: psycopg/psycopg2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/'/>
<entry>
<title>Merge branch 'master' into sql-compose</title>
<updated>2017-02-03T04:56:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-03T04:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=de8b335d80ecba0305e2b4796373a4064fd450b3'/>
<id>de8b335d80ecba0305e2b4796373a4064fd450b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'async-keyword'</title>
<updated>2017-02-03T04:45:17+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-03T04:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1911b250e33e140bbbc25f3536bda24e8ca35bdb'/>
<id>1911b250e33e140bbbc25f3536bda24e8ca35bdb</id>
<content type='text'>
Close #495
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #495
</pre>
</div>
</content>
</entry>
<entry>
<title>Added async_ as an alias for async</title>
<updated>2017-02-03T04:43:49+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-03T04:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=ce9be69615c700a0472098c5db171d33091c0b5a'/>
<id>ce9be69615c700a0472098c5db171d33091c0b5a</id>
<content type='text'>
Added in argument for psycopg2.connect() and connection.__init__, and
for the connection.async attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added in argument for psycopg2.connect() and connection.__init__, and
for the connection.async attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Further minimal performance tweaks to execute_values</title>
<updated>2017-02-02T17:44:25+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-02T17:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=95226baa9b3e9ccff50de053a93b2ea53bb1e25c'/>
<id>95226baa9b3e9ccff50de053a93b2ea53bb1e25c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid an useless encode/decode roundtrip in execute_values()</title>
<updated>2017-02-02T17:29:17+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-02T17:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dc1b4fff9001964c719e3f4471cc5a6fe6533e3a'/>
<id>dc1b4fff9001964c719e3f4471cc5a6fe6533e3a</id>
<content type='text'>
Tests moved into a separate module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests moved into a separate module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better docs for fast executemany functions.</title>
<updated>2017-02-02T16:02:33+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-02T16:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d2fdc5ca9f6d5ac76ee39fc6b7db626345a6c84c'/>
<id>d2fdc5ca9f6d5ac76ee39fc6b7db626345a6c84c</id>
<content type='text'>
Issue #502.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #502.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed execute_values with unicode</title>
<updated>2017-02-01T02:47:59+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-01T02:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9bac37baf76dbd0831230e4d01d5269b6e4a9438'/>
<id>9bac37baf76dbd0831230e4d01d5269b6e4a9438</id>
<content type='text'>
Also added unicode tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added unicode tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed fast execute functions with Python 3</title>
<updated>2017-02-01T02:36:54+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-01T02:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=2e2dcd536bb06c07747e28ad98f4fb8e3053748e'/>
<id>2e2dcd536bb06c07747e28ad98f4fb8e3053748e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added execute_batch and execute_values functions</title>
<updated>2017-02-01T01:59:47+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-02-01T01:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a95fd3df1abc0282f1c47fa2170191f037c3c8de'/>
<id>a95fd3df1abc0282f1c47fa2170191f037c3c8de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DeprecationWarning: generator '__iter__' raised StopIteration</title>
<updated>2017-01-04T08:45:53+00:00</updated>
<author>
<name>NotSqrt</name>
<email>notsqrt@gmail.com</email>
</author>
<published>2017-01-04T08:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9ffb61214cbb7b389cfb0bc2bcc6d0790f426672'/>
<id>9ffb61214cbb7b389cfb0bc2bcc6d0790f426672</id>
<content type='text'>
Closes #498
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #498
</pre>
</div>
</content>
</entry>
</feed>
