summaryrefslogtreecommitdiff
path: root/psycopg/connection_int.c
Commit message (Expand)AuthorAgeFilesLines
* * Add HIDDEN attribute to datetime related global variables.James Henstridge2008-01-221-8/+8
* Add more const qualifiers.James Henstridge2008-01-211-9/+9
* * psycopg/*.[ch]: add const qualifier to various string argumentsJames Henstridge2008-01-211-1/+1
* * psycopg/typecast_array.c (typecast_array_scan): set an initialJames Henstridge2008-01-131-1/+1
* * psycopg/connection_int.c (conn_close): fix for newJames Henstridge2008-01-101-15/+23
* 2007-12-23 James Henstridge <james@jamesh.id.au>James Henstridge2008-01-101-21/+3
* Use escape string syntax for string escape if connected to a server Daniele Varrazzo2007-11-111-1/+30
* - Hard limit on the connection.notices list to avoid them Daniele Varrazzo2007-11-091-1/+6
* Fixed bug #194 (and added nice MD project not that C/C++ is supported.)Federico Di Gregorio2007-09-081-2/+8
* int->size_t transition.Federico Di Gregorio2007-04-131-1/+1
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-21/+22
* ZPsycopgDA now uses connection-level type-casters.Federico Di Gregorio2007-02-231-1/+8
* Fixed string allocation (loses: #109)Federico Di Gregorio2006-06-111-1/+1
* Connection encoding case fix (closes: #83).Federico Di Gregorio2006-01-011-2/+13
* Implemented named cursors.Federico Di Gregorio2005-10-221-4/+7
* Default isolation level set to 2 if not set in the server.Federico Di Gregorio2005-10-081-0/+2
* Isolation level changes.Federico Di Gregorio2005-10-081-3/+28
* Fixed segfault in connection.set_client_encoding().Federico Di Gregorio2005-09-301-4/+9
* async fixes and better connection/cursor management.Federico Di Gregorio2004-12-101-26/+6
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+277