summaryrefslogtreecommitdiff
path: root/psycopg/pqpath.h
Commit message (Expand)AuthorAgeFilesLines
* Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.Oleksandr Shulgin2015-10-231-2/+4
* Move the `decode` parameter to `start_replication()`.Oleksandr Shulgin2015-10-231-2/+2
* Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-191-3/+5
* Rework replication connection/cursor classesOleksandr Shulgin2015-10-011-0/+2
* Rework replication protocolOleksandr Shulgin2015-06-301-0/+3
* No implicit transaction on named cursor closeAlexey Borzenkov2014-08-211-1/+1
* Dropped IFCLEARPGRES macroDaniele Varrazzo2013-03-201-3/+2
* Discard any result produced by cursor.executemany()Daniele Varrazzo2012-10-111-2/+3
* More functions annotated for static analysisDaniele Varrazzo2012-03-011-1/+1
* Use more compact macros to annotate functions for the static checkerDaniele Varrazzo2012-03-011-12/+6
* Use the newly provided attributes to validate exceptions raisingDaniele Varrazzo2012-03-011-0/+6
* Added pqpath functions to get/set the value for GUC parametersDaniele Varrazzo2011-06-051-0/+6
* Set hidden visibility to a few functions not publicDaniele Varrazzo2011-02-191-0/+2
* Internal imports simplified.Daniele Varrazzo2010-12-121-1/+0
* Keep the GIL while converting the xid into the PostgreSQL transaction id.Daniele Varrazzo2010-11-051-1/+1
* Added tpc_prepare and CONN_STATUS_PREPARED.Daniele Varrazzo2010-11-051-0/+4
* poll implementation for async, sync and green connection unified.Daniele Varrazzo2010-04-231-0/+1
* Added a function to advance the state after a read attempt.Daniele Varrazzo2010-04-231-0/+1
* Added 'pq_get_last_result()' function.Daniele Varrazzo2010-04-231-0/+1
* 'pq_execute_command_locked()' calls the wait callback if set.Daniele Varrazzo2010-04-211-3/+4
* Added pq_set_non_blocking utility function.Daniele Varrazzo2010-04-071-0/+1
* Add pq_flush, a function to flush the output bufferJan Urbański2010-04-051-0/+1
* Make pq_clear_async clear the whole pending result and export itJan Urbański2010-04-051-0/+1
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* Implemented connection.reset()Federico Di Gregorio2009-08-091-0/+1
* Some changes to the lobject code to match changes in pqpath.[ch].James Henstridge2008-05-051-0/+2
* * psycypg/*.h: apply HIDDEN to all global variables and functionsJames Henstridge2008-01-211-9/+10
* * psycopg/pqpath.c (pq_raise): remove unused arguments toJames Henstridge2008-01-191-1/+0
* * psycopg/connection_int.c (conn_close): fix for newJames Henstridge2008-01-101-1/+9
* 2007-12-23 James Henstridge <james@jamesh.id.au>James Henstridge2008-01-101-1/+1
* * psycopg/pqpath.c (pq_raise): only remove the first 8 charactersJames Henstridge2007-12-191-0/+1
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+41