summaryrefslogtreecommitdiff
path: root/psycopg/psycopgmodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch 'master' into feature/replication-protocolOleksandr Shulgin2015-10-151-1/+62
| |\ \ | | |/
| * | Add psyco_curs_datetime_initOleksandr Shulgin2015-10-141-0/+1
| * | Merge remote-tracking branch 'origin/master' into replOleksandr Shulgin2015-10-011-0/+55
| |\ \
| * \ \ Merge branch 'master' into feature/replication-message-objectOleksandr Shulgin2015-06-301-1/+17
| |\ \ \
| * | | | Expose ReplicationMessage type in extrasOleksandr Shulgin2015-06-111-0/+1
| * | | | Add handling of send_time field in replmsgOleksandr Shulgin2015-06-101-0/+1
| * | | | Add ReplicationMessage objectOleksandr Shulgin2015-06-051-0/+4
* | | | | Return input tuple in cur.callproc, factor code to use PQescapeIdentifier in ...mrmilosz2015-12-131-8/+1
| |_|_|/ |/| | |
* | | | Proper unicode handling in quote_ident.Oleksandr Shulgin2015-10-151-9/+29
* | | | Add psycopg2.extensions.quote_ident.Oleksandr Shulgin2015-10-141-0/+38
* | | | Decref the ssl module after importingDaniele Varrazzo2015-10-011-1/+4
| |_|/ |/| |
* | | Added unicode support to parse_dsnDaniele Varrazzo2015-10-011-24/+27
* | | Merge branch 'master' into feature/parse-dsnOleksandr Shulgin2015-06-021-1/+17
|\ \ \ | | |/ | |/|
| * | Dropped PG_VERSION_HEX constantDaniele Varrazzo2015-06-021-2/+2
| * | Add libpq version discoveryOleksandr Shulgin2015-06-011-0/+16
| |/
* | Move parse_dsn to extensions, add testsOleksandr Shulgin2015-06-011-13/+25
* | Add parse_dsn module functionOleksandr Shulgin2015-06-011-0/+40
|/
* Make sure libcrypto threadsafety callbacks are properly set upJan UrbaƄski2015-05-031-0/+23
* Make Column picklable on Python >= 3.3Daniele Varrazzo2015-02-081-3/+19
* Allow pickling of cursor.descriptionOwen Raccuglia2015-02-081-0/+1