summaryrefslogtreecommitdiff
path: root/psycopg/connection_int.c
Commit message (Expand)AuthorAgeFilesLines
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* Rearranged code to fix recent MSVC errors2_0_13Jason Erickson2009-10-041-5/+7
* Moved declarations of varaibles/pointers to the beginning of functionsJason Erickson2009-10-041-4/+6
* Fixed a deadlock when using the same connection from multiple threadsFederico Di Gregorio2009-10-041-14/+42
* Implemented connection.reset()Federico Di Gregorio2009-08-091-25/+41
* Exposed protocol_version and server_versionFederico Di Gregorio2009-04-191-1/+3
* Removed calls to PyMem_XXX when not holding the GILFederico Di Gregorio2009-04-071-2/+2
* Cleaned conn_notice_callback() to run without the GILFederico Di Gregorio2009-04-041-3/+53
* COPY problem tests and partial fixFederico Di Gregorio2008-05-271-5/+7
* Merge changes from psycopg2/trunk via psycopg2.r243.James Henstridge2008-05-051-3/+0
|\
| * psycopg is enlarging..Federico Di Gregorio2006-09-011-3/+0
| * Merge from 2_0_x branch up to r814.Federico Di Gregorio2006-09-011-1/+1
* | * psycopg/connection_type.c (connection_dealloc): freeJames Henstridge2008-03-301-2/+2
* | * psycopg/connection_int.c (conn_notice_callback): don't leakJames Henstridge2008-03-191-1/+4
* | * 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