summaryrefslogtreecommitdiff
path: root/psycopg/psycopgmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Fix typo: "the the"Jon Dufresne2019-06-211-2/+2
* Windows doesn't like the name "connect" for a functionDaniele Varrazzo2019-03-171-5/+5
* Prefix 'psycopg_' changed to 'psyco_'namingDaniele Varrazzo2019-03-171-7/+7
* Several function names shortenedDaniele Varrazzo2019-03-171-30/+30
* Dropped debug info for microprotocols/adapters initializationDaniele Varrazzo2019-03-161-2/+2
* Added PY_2, PY_3 macros and used uniformlyDaniele Varrazzo2019-03-161-6/+6
* Dropped conditional compiling dealing with unsupported versionsDaniele Varrazzo2019-03-161-4/+1
* Removed support for mxDateTime as the default date and time adapterJon Dufresne2019-03-161-7/+0
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Allow importing _psycopg even if the 'errors' module is not availableDaniele Varrazzo2019-02-101-9/+23
* SQLSTATE error classes implemented in CDaniele Varrazzo2019-02-101-2/+95
* General cleanup of module init shenanigansmodule-init-cleanupDaniele Varrazzo2019-01-231-71/+74
* Decrement the refcount of temporary objects in module init failedDaniele Varrazzo2019-01-221-6/+16
* Date/time modules initialized in separate functionsDaniele Varrazzo2019-01-221-46/+64
* Dropped psyco_errors_fill()Daniele Varrazzo2019-01-211-19/+16
* Dropped project wide type to define encodings tableDaniele Varrazzo2019-01-211-14/+21
* Dropped C API interfaceDaniele Varrazzo2019-01-211-32/+4
* Respect refcount with PyModule_AddObject()Daniele Varrazzo2019-01-211-87/+63
* Module constants definition moved in a separate function for clarityDaniele Varrazzo2019-01-211-16/+39
* Dropped funny handling of REPLICATION_* constantsDaniele Varrazzo2019-01-211-3/+0
* Added utils.h fileDaniele Varrazzo2019-01-211-111/+0
* Respect PyCFunction signature in METH_NOARGS functionsDaniele Varrazzo2019-01-211-1/+1
* Remove workarounds for unsupported libpq < 9.1Jon Dufresne2018-12-011-5/+0
* Moving host attribute to a connection.info objectDaniele Varrazzo2018-10-111-0/+5
* Added C implementation for a Column typeDaniele Varrazzo2018-10-111-62/+5
* Fixed refcount handling in encrypt_passwordDaniele Varrazzo2018-05-201-9/+8
* Fixed keywords support for encrypt_password and tests completedDaniele Varrazzo2018-05-201-1/+1
* Fixed code flow in encrypt_password()Daniele Varrazzo2018-05-201-56/+55
* Fixed the string format error reported by Travis-CI.Ashesh Vashi2018-05-081-3/+1
* Merge branch 'master' into masterAshesh Vashi2018-05-081-2/+6
|\
| * Avoid quoting the string in the psycopg version macroDaniele Varrazzo2018-02-191-2/+6
* | Moving the encrypt_password method from the connection class to theAshesh Vashi2017-09-141-0/+105
|/
* Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-4/+6
* Use -1 instead of 0 to say "calculate the length" in many funcsDaniele Varrazzo2016-12-271-6/+2
* Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-261-1/+1
|\
* \ Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-261-23/+29
|\ \ | |/
| * Dropped ifdef guards against obsolete libpq versionsDaniele Varrazzo2016-08-151-7/+0
| * Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-071-19/+3
| |\
| | * Merge branch 'conn-get-parameters'Daniele Varrazzo2016-07-011-19/+3
| | |\
| | | * Add connection.get_dsn_parameters()Oleksandr Shulgin2015-10-301-19/+3
| * | | Remove some dead codeOleksandr Shulgin2016-03-081-1/+1
| * | | Use python-defined make_dsn() for ReplicationConnection classOleksandr Shulgin2016-03-081-202/+7
| * | | Merge branch 'master' into feature/replication-protocol-c-connection-objectOleksandr Shulgin2016-03-041-2/+3
| |\ \ \ | | |/ /
| | * | Validate output result from make_dsn()Daniele Varrazzo2016-03-031-1/+1
| | * | Added parse_dsn() docstringDaniele Varrazzo2016-03-031-1/+2
| | |/
| * | Move replication connection to C level.Oleksandr Shulgin2015-10-271-1/+11
| * | Merge branch 'feature/connect2' into feature/replication-protocolOleksandr Shulgin2015-10-271-7/+203
| |\ \
| | * | Rework psycopg2.connect() interface.Oleksandr Shulgin2015-10-271-7/+203
| | |/
| * | Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-191-2/+7