<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/sandbox, branch travis</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>cleanup remaining GPL license text</title>
<updated>2014-05-20T16:42:41+00:00</updated>
<author>
<name>Chris Mildebrandt</name>
<email>chris@woodenrhino.com</email>
</author>
<published>2014-05-20T16:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=67354ed14f2ac76cbb29e3b32efa9bf6c00d03a2'/>
<id>67354ed14f2ac76cbb29e3b32efa9bf6c00d03a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Script to test ticket #58 moved into sandbox</title>
<updated>2013-04-07T21:02:52+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2013-04-07T19:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=61d496b2edb6946597a2dd7cd4ee105de2ea5b2b'/>
<id>61d496b2edb6946597a2dd7cd4ee105de2ea5b2b</id>
<content type='text'>
We don't need it distributed in the sdist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need it distributed in the sdist
</pre>
</div>
</content>
</entry>
<entry>
<title>Close the connection on error in callback</title>
<updated>2012-10-09T01:01:29+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-10-06T10:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=58d048198f88b882ce7530b5eb2dec672c36c8a0'/>
<id>58d048198f88b882ce7530b5eb2dec672c36c8a0</id>
<content type='text'>
Unfortunately PQcancel blocks, so it's not better than PQgetResult.
It has been suggested to use PQreset in non-blocking way but this would give
the Python program the burden of handling a connection done but not configured
in an unexpected place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unfortunately PQcancel blocks, so it's not better than PQgetResult.
It has been suggested to use PQreset in non-blocking way but this would give
the Python program the burden of handling a connection done but not configured
in an unexpected place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get the result from the connection after the green panic</title>
<updated>2012-10-09T01:01:29+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-10-06T00:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7632e1ae46d0f65b6302f02d0b6a5c236b84c0fe'/>
<id>7632e1ae46d0f65b6302f02d0b6a5c236b84c0fe</id>
<content type='text'>
Otherwise the connection won't be usable in case we manage
to put it back on track (libpq reports "another command is
already in progress")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise the connection won't be usable in case we manage
to put it back on track (libpq reports "another command is
already in progress")
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to fix issue #113.</title>
<updated>2012-10-09T01:01:29+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-10-06T00:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=fa032f09fb5bdbbb0f804b346978525939261c97'/>
<id>fa032f09fb5bdbbb0f804b346978525939261c97</id>
<content type='text'>
If the network is down, trying to read blocking will hang the process hard
(ctrl-c not working). Send a cancel signal instead (as suggested in
http://archives.postgresql.org/pgsql-hackers/2012-07/msg00903.php) and go
back into a green polling: this should allow a further error (e.g. another
ctrl-c) to break the loop. In this case we cannot assume anything about
the state of the connection, so we close it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the network is down, trying to read blocking will hang the process hard
(ctrl-c not working). Send a cancel signal instead (as suggested in
http://archives.postgresql.org/pgsql-hackers/2012-07/msg00903.php) and go
back into a green polling: this should allow a further error (e.g. another
ctrl-c) to break the loop. In this case we cannot assume anything about
the state of the connection, so we close it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed error related to calling C typecasters from Python ones</title>
<updated>2010-05-15T17:34:56+00:00</updated>
<author>
<name>Federico Di Gregorio</name>
<email>fog@initd.org</email>
</author>
<published>2010-05-15T17:34:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6521fb5a445ff5bc32516b970297f9dad32a1c18'/>
<id>6521fb5a445ff5bc32516b970297f9dad32a1c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to double free segfault in connection</title>
<updated>2009-04-19T14:51:31+00:00</updated>
<author>
<name>Federico Di Gregorio</name>
<email>fog@initd.org</email>
</author>
<published>2009-04-19T14:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=5db66038fe47a34ef52be19a2e6e9f5933bfc094'/>
<id>5db66038fe47a34ef52be19a2e6e9f5933bfc094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a couple of test scripts to sandbox</title>
<updated>2009-04-19T14:25:49+00:00</updated>
<author>
<name>Federico Di Gregorio</name>
<email>fog@initd.org</email>
</author>
<published>2009-04-19T14:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=e3a5ae8e20ed015a816862a2806f2a4e7c6a995e'/>
<id>e3a5ae8e20ed015a816862a2806f2a4e7c6a995e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added isready() error test to sandbox</title>
<updated>2009-01-10T17:48:31+00:00</updated>
<author>
<name>Federico Di Gregorio</name>
<email>fog@initd.org</email>
</author>
<published>2009-01-10T17:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=f5ec67656665f27bcf6f1a72c312564fed58cb23'/>
<id>f5ec67656665f27bcf6f1a72c312564fed58cb23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>COPY problem tests and partial fix</title>
<updated>2008-05-27T15:40:19+00:00</updated>
<author>
<name>Federico Di Gregorio</name>
<email>fog@initd.org</email>
</author>
<published>2008-05-27T15:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=5a428642f86d31e8493379dee6ef8d6c55201891'/>
<id>5a428642f86d31e8493379dee6ef8d6c55201891</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
