summaryrefslogtreecommitdiff
path: root/psycopg/psycopgmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid quoting the string in the psycopg version macroDaniele Varrazzo2018-02-191-2/+6
* 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
* Don't import psycopg2.tz into the C extensionDaniele Varrazzo2014-08-281-17/+0
* Dropped PSYCOPG_EXTENSIONS flagDaniele Varrazzo2014-08-231-10/+0
* Dropped simple type wrapper functionsDaniele Varrazzo2014-08-151-16/+8
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-1/+1
* Fixed build on windowsDaniele Varrazzo2013-04-061-3/+7
* Use the Py_RETURN_NONE macroDaniele Varrazzo2013-04-051-2/+1
* PyType_GenericAlloc is the default allocator: no need to specifyDaniele Varrazzo2013-03-201-45/+34
* Notify and Xid objects and types renamed for consistencyDaniele Varrazzo2013-03-201-8/+8
* psycopg2.Error object and type renamed more consistentlyDaniele Varrazzo2013-03-201-7/+7
* Store a PGresult in the Exception errorDaniele Varrazzo2013-03-191-17/+9
* Added a C structure to psycopg.ErrorDaniele Varrazzo2013-03-191-114/+17
* Work-in-progress support for retrieving PG_DIAG result error fields.Matthew Woodcraft2013-03-171-0/+13