summaryrefslogtreecommitdiff
path: root/psycopg/connection.h
Commit message (Expand)AuthorAgeFilesLines
* * psycopg/*.[ch]: add const qualifier to various string argumentsJames Henstridge2008-01-211-1/+1
* * psycypg/*.h: apply HIDDEN to all global variables and functionsJames Henstridge2008-01-211-7/+9
* * tests/test_transaction.py (DeadlockSerializationTestCase): portJames Henstridge2008-01-161-12/+0
* Use escape string syntax for string escape if connected to a server Daniele Varrazzo2007-11-111-0/+2
* - Hard limit on the connection.notices list to avoid them Daniele Varrazzo2007-11-091-0/+3
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-8/+9
* Added support for per-cursor and per-connection typecasters.Federico Di Gregorio2007-02-221-1/+5
* Builds again on win32 (closes: #132).Federico Di Gregorio2006-10-291-1/+1
* Piet Delport patches: 1 of 3.Federico Di Gregorio2006-09-231-1/+1
* Implemented named cursors.Federico Di Gregorio2005-10-221-0/+1
* async fixes and better connection/cursor management.Federico Di Gregorio2004-12-101-2/+0
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+98