summaryrefslogtreecommitdiff
path: root/psycopg/psycopg.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* SQLSTATE error classes implemented in CDaniele Varrazzo2019-02-101-0/+3
* Dropped project wide type to define encodings tableDaniele Varrazzo2019-01-211-5/+0
* Dropped C API interfaceDaniele Varrazzo2019-01-211-52/+0
* Added utils.h fileDaniele Varrazzo2019-01-211-29/+1
* Obscure the password on url dsn tooDaniele Varrazzo2017-03-161-0/+2
* Don't look up for Python encodingDaniele Varrazzo2016-12-291-0/+2
* Use -1 instead of 0 to say "calculate the length" in many funcsDaniele Varrazzo2016-12-271-1/+1
* Dropped internal escape identifier functionDaniele Varrazzo2016-12-261-1/+2
* Enforce dependency on libpq version >= 9.1Daniele Varrazzo2016-08-151-0/+4
* Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-071-0/+3
|\
| * Add connection.get_dsn_parameters()Oleksandr Shulgin2015-10-301-0/+3
* | Remove some dead codeOleksandr Shulgin2016-03-081-2/+0
* | Use python-defined make_dsn() for ReplicationConnection classOleksandr Shulgin2016-03-081-5/+0
* | Move replication connection to C level.Oleksandr Shulgin2015-10-271-0/+1
* | Merge branch 'feature/connect2' into feature/replication-protocolOleksandr Shulgin2015-10-271-0/+6
|\ \
| * | Rework psycopg2.connect() interface.Oleksandr Shulgin2015-10-271-0/+6
| |/
* | Add ReplicationMessage objectOleksandr Shulgin2015-06-051-0/+1
|/
* Dropped PSYCOPG_EXTENSIONS flagDaniele Varrazzo2014-08-231-4/+0
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-2/+2
* Static-type psycopg_escape_string connection parameterDaniele Varrazzo2013-04-051-2/+3
* Store a PGresult in the Exception errorDaniele Varrazzo2013-03-191-2/+1
* Use more compact macros to annotate functions for the static checkerDaniele Varrazzo2012-03-011-6/+3
* Functions setting exception return a negative value on errorDaniele Varrazzo2012-03-011-1/+1
* Use the newly provided attributes to validate exceptions raisingDaniele Varrazzo2012-03-011-0/+1
* Flag the psycopg_ensure_*() functions as stealing a refDaniele Varrazzo2012-02-241-1/+5
* 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