<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git, branch fast-codecs</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>Use the proper API functions to look up codec functions</title>
<updated>2016-12-29T21:03:12+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-29T20:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=d4e5cb06cc707dbffbbfd2db4209c91e534cfd8a'/>
<id>d4e5cb06cc707dbffbbfd2db4209c91e534cfd8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Brag about encoding/decoding speedup</title>
<updated>2016-12-29T21:03:12+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-29T19:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=4668396264d0e23bf2e83150ce04c2ed989514e6'/>
<id>4668396264d0e23bf2e83150ce04c2ed989514e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't look up for Python encoding</title>
<updated>2016-12-29T21:03:12+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-26T18:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dda8c83ce2429d709f5c9076f357fda1adcd2380'/>
<id>dda8c83ce2429d709f5c9076f357fda1adcd2380</id>
<content type='text'>
Store the encode/decode functions for the right codec in the connection.
The Python encoding name has been dropped of the connection to avoid the
temptation to use it...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Store the encode/decode functions for the right codec in the connection.
The Python encoding name has been dropped of the connection to avoid the
temptation to use it...
</pre>
</div>
</content>
</entry>
<entry>
<title>Use -1 instead of 0 to say "calculate the length" in many funcs</title>
<updated>2016-12-26T23:29:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-26T19:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=dfe547856ee946163dfdc695723f7ab67865228b'/>
<id>dfe547856ee946163dfdc695723f7ab67865228b</id>
<content type='text'>
0 is a valid length, isn't it?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
0 is a valid length, isn't it?
</pre>
</div>
</content>
</entry>
<entry>
<title>Store python encoding and decoding functions in the connection</title>
<updated>2016-12-26T23:29:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-26T16:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a255e4e1c6bbe32b0865da410fecd7be067902a7'/>
<id>a255e4e1c6bbe32b0865da410fecd7be067902a7</id>
<content type='text'>
Unused for now: will be used instead of 'pyenc', which is to be dropped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unused for now: will be used instead of 'pyenc', which is to be dropped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Setting connection encoding refactored</title>
<updated>2016-12-26T15:51:22+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-26T15:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=17a74cc77126a15d289d2b568fcf1251b05bcbb3'/>
<id>17a74cc77126a15d289d2b568fcf1251b05bcbb3</id>
<content type='text'>
Code paths to read encoding on connection and to store the new
connection in the structure after changing it in the backend unified
into a single function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code paths to read encoding on connection and to store the new
connection in the structure after changing it in the backend unified
into a single function.
</pre>
</div>
</content>
</entry>
<entry>
<title>conn-&gt;codec rename to pyenc</title>
<updated>2016-12-26T11:25:13+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-26T11:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f439ca61d678ed2fe34c132580cd6e8a581819f7'/>
<id>f439ca61d678ed2fe34c132580cd6e8a581819f7</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 'master' into fast-codecs</title>
<updated>2016-12-26T11:06:21+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-26T11:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7caba160b7083c64197329e17d0d0e0eb17c8639'/>
<id>7caba160b7083c64197329e17d0d0e0eb17c8639</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 'named-callproc'</title>
<updated>2016-12-26T03:57:07+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-26T03:57:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e9577e9b890fd9a27bb146e8ea1c24eb562f28b2'/>
<id>e9577e9b890fd9a27bb146e8ea1c24eb562f28b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed travis test: unset green mode</title>
<updated>2016-12-26T03:31:18+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-26T03:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=c46b6ea719b8a1cd97ed0161de6b6e31e0319d2b'/>
<id>c46b6ea719b8a1cd97ed0161de6b6e31e0319d2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
