<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/psycopg/cursor.h, branch separate-binary</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>Accept Composable in start_replication_expert()</title>
<updated>2017-06-17T02:30:44+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-17T02:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=1a97445471492a62e89d8e26cffdb3b640132174'/>
<id>1a97445471492a62e89d8e26cffdb3b640132174</id>
<content type='text'>
Close #554
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #554
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped internal escape identifier function</title>
<updated>2016-12-26T02:11:36+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-12-26T01:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a53b39efe8f8bef6f574de24a28fb27b143e890a'/>
<id>a53b39efe8f8bef6f574de24a28fb27b143e890a</id>
<content type='text'>
Using libpq one as now it's guaranteed to be present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using libpq one as now it's guaranteed to be present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't segfault on uninitialized cursor</title>
<updated>2014-02-26T19:41:59+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-02-26T19:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7b82be936dae074217b7c5b9cefe0ec2b227160c'/>
<id>7b82be936dae074217b7c5b9cefe0ec2b227160c</id>
<content type='text'>
It can happen with bad cursor subclasses not calling super's init. Raise
an exception instead of segfaulting.

Closes #195
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can happen with bad cursor subclasses not calling super's init. Raise
an exception instead of segfaulting.

Closes #195
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the do-while 0 idiom for cursor guards macro</title>
<updated>2014-02-26T19:31:27+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-02-26T19:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=618f7e41de4fa0b9f40f2cf152789a088b6acd8d'/>
<id>618f7e41de4fa0b9f40f2cf152789a088b6acd8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support with cursors without scroll clause</title>
<updated>2012-08-15T08:44:44+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-08-15T08:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=a79a5292e7b3040b12de4cf553c037f2d23ea92e'/>
<id>a79a5292e7b3040b12de4cf553c037f2d23ea92e</id>
<content type='text'>
Using nothing is different from NO SCROLL, see DECLARE notes
in PG docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using nothing is different from NO SCROLL, see DECLARE notes
in PG docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added scrollable cursor implementation</title>
<updated>2012-08-14T23:30:54+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-08-14T23:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=fa4994e471c7487489ac7abb93bafb6f1fa507b6'/>
<id>fa4994e471c7487489ac7abb93bafb6f1fa507b6</id>
<content type='text'>
Patch provided by Jon Nelson (ticket #108).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch provided by Jon Nelson (ticket #108).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more compact macros to annotate functions for the static checker</title>
<updated>2012-03-01T02:53:28+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-03-01T00:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=5bfb6cdefed3754b2a15e1e3372630691392ca47'/>
<id>5bfb6cdefed3754b2a15e1e3372630691392ca47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flag a few other functions returning borrowed refs</title>
<updated>2012-02-24T22:26:01+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-02-24T20:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=0ee641361bf44e6aacac87dd1c198f301cfcf038'/>
<id>0ee641361bf44e6aacac87dd1c198f301cfcf038</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First try at curs.withhold implementation</title>
<updated>2011-07-05T08:28:34+00:00</updated>
<author>
<name>Federico Di Gregorio</name>
<email>fog@initd.org</email>
</author>
<published>2011-07-05T08:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=2f6336ea78e866951310209d6178f10b5ddb154b'/>
<id>2f6336ea78e866951310209d6178f10b5ddb154b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed default size for read copy buffer</title>
<updated>2011-06-07T10:16:06+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2011-06-07T09:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=9b5ac7951365c166535f645be1d612afc0cc1ec2'/>
<id>9b5ac7951365c166535f645be1d612afc0cc1ec2</id>
<content type='text'>
The original commit stated it should have been 8192.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original commit stated it should have been 8192.
</pre>
</div>
</content>
</entry>
</feed>
