summaryrefslogtreecommitdiff
path: root/psycopg/psycopg.h
Commit message (Expand)AuthorAgeFilesLines
* The cursor name can be a non-valid PostgreSQL identifierDaniele Varrazzo2011-02-231-1/+1
* Stricter declaration and correct use of psyco_set_errorDaniele Varrazzo2011-02-211-1/+4
* Use a global object for NULLDaniele Varrazzo2011-02-171-0/+3
* COPY sends unicode to a file if it derives from io.TextIoBaseDaniele Varrazzo2011-02-051-0/+1
* Added utility function to convert bytes to string in Python 3.Daniele Varrazzo2010-12-311-0/+1
* Added utility function to get bytes from a str/unicode.Daniele Varrazzo2010-12-311-0/+1
* Added psycopg_strdup utility function.Daniele Varrazzo2010-12-211-0/+2
* Applied spelling fixes patch from Peter EisentrautFederico Di Gregorio2010-07-181-1/+1
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* Remove backward compatibility support for Python versions older than James Henstridge2008-12-261-31/+1
* Unified string quotingFederico Di Gregorio2008-11-251-1/+2
* Applied COPY patch from Alejandro DubrovskyFederico Di Gregorio2008-11-251-1/+1
* * psycopg/psycopg.h (NotSupportedError_doc): clean upJames Henstridge2008-09-231-1/+1
* Build fix from Jorgen AustvikFederico Di Gregorio2008-08-021-0/+1
* get_backend_pid() patch and fixesFederico Di Gregorio2008-07-261-0/+2
* * psycopg/typecast.c (typecast_pydatetime): make array static.James Henstridge2008-01-211-1/+1
* * psycypg/*.h: apply HIDDEN to all global variables and functionsJames Henstridge2008-01-211-6/+9
* * tests/test_transaction.py (DeadlockSerializationTestCase): portJames Henstridge2008-01-161-0/+11
* * psycopg/pqpath.c (pq_raise): only remove the first 8 charactersJames Henstridge2007-12-191-2/+2
* Fixed bug #192 (Decimal support not safe for use with multiple subDaniele Varrazzo2007-10-211-1/+1
* Various fixes, now all examples work.Federico Di Gregorio2007-04-131-1/+1
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-16/+41
* Piet Delport patches: final cleanup and PEP 353 macros.Federico Di Gregorio2006-09-231-0/+7
* * Docstrings added/fixedDaniele Varrazzo2006-01-121-0/+31
* Extra attributes for ProgrammingError exception.Federico Di Gregorio2006-01-051-1/+5
* Initial psycopg 2 import after SVN crash.Federico Di Gregorio2004-10-191-0/+107