summaryrefslogtreecommitdiff
path: root/psycopg
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into sql-composesql-composeDaniele Varrazzo2017-02-032-7/+13
|\
| * Added async_ as an alias for asyncDaniele Varrazzo2017-02-032-7/+13
* | Typo: composible -> composableDaniele Varrazzo2017-01-011-2/+2
* | Fixed sql stuff in Py3Daniele Varrazzo2017-01-011-6/+23
* | Added sql.compose() implementationDaniele Varrazzo2017-01-011-7/+37
|/
* Merge branch 'fast-codecs'Daniele Varrazzo2016-12-2915-174/+354
|\
| * Use the proper API functions to look up codec functionsDaniele Varrazzo2016-12-292-11/+8
| * Don't look up for Python encodingDaniele Varrazzo2016-12-2914-160/+231
| * Use -1 instead of 0 to say "calculate the length" in many funcsDaniele Varrazzo2016-12-277-24/+22
| * Store python encoding and decoding functions in the connectionDaniele Varrazzo2016-12-273-4/+76
| * Setting connection encoding refactoredDaniele Varrazzo2016-12-261-51/+56
| * conn->codec rename to pyencDaniele Varrazzo2016-12-2612-65/+65
| * Merge branch 'master' into fast-codecsDaniele Varrazzo2016-12-266-77/+190
| |\
| * | Optimize UTF8 and Latin1 decodingDaniele Varrazzo2016-10-123-3/+40
* | | Don't set tp_compare on Python 3Daniele Varrazzo2016-12-291-0/+4
| |/ |/|
* | Fixed refcount problems in named callprocnamed-callprocDaniele Varrazzo2016-12-261-1/+2
* | Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-265-70/+43
|\ \
| * | Dropped internal escape identifier functionDaniele Varrazzo2016-12-264-45/+47
* | | Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-2627-111/+1727
|\ \ \ | |/ /
| * | Avoid deadlock on close if set datestyle failedDaniele Varrazzo2016-12-251-5/+11
| * | Dropped testing printDaniele Varrazzo2016-12-251-1/+0
| * | do not "SET datestyle" on replication connectionsChristoph Moench-Tegeder2016-10-211-3/+26
| |/
| * Dropped compiler warning in debug modeDaniele Varrazzo2016-10-121-1/+1
| * Conver network array types into array of strings by defaultDaniele Varrazzo2016-10-111-0/+6
| * Dropped ifdef guards against obsolete libpq versionsDaniele Varrazzo2016-08-155-22/+0
| * Enforce dependency on libpq version >= 9.1Daniele Varrazzo2016-08-152-1/+5
| * Stop compiling with Python 2.5Daniele Varrazzo2016-08-151-2/+2
| * Merge branch 'replication-protocol'Daniele Varrazzo2016-08-1414-1/+1502
| |\
| | * Use inttypes.h definitionsDaniele Varrazzo2016-08-144-18/+17
| | * Dropped import of postgres internal/c.hDaniele Varrazzo2016-08-142-4/+5
| | * Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-0712-79/+167
| | |\
| | * | Fix TODOs in ReplicationMessage inline docsOleksandr Shulgin2016-04-211-5/+5
| | * | Merge remote-tracking branch 'zalando/feature/replication-protocol' into feat...Oleksandr Shulgin2016-03-083-31/+17
| | |\ \
| | | * | Allow retrying start_replication after syntax or data error.Oleksandr Shulgin2016-01-053-31/+17
| | * | | Remove some dead codeOleksandr Shulgin2016-03-083-47/+1
| | * | | We don't need to expose cursor_init(), call tp_init() on the type instead.Oleksandr Shulgin2016-03-083-13/+5
| | * | | Use python-defined make_dsn() for ReplicationConnection classOleksandr Shulgin2016-03-085-260/+67
| | * | | Merge branch 'master' into feature/replication-protocol-c-connection-objectOleksandr Shulgin2016-03-041-2/+3
| | |\ \ \
| | * | | | Add dbname=replication for physical replication type.Oleksandr Shulgin2015-10-301-0/+4
| | * | | | Move replication connection to C level.Oleksandr Shulgin2015-10-274-1/+275
| | * | | | Merge branch 'feature/connect2' into feature/replication-protocolOleksandr Shulgin2015-10-273-7/+253
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Rework psycopg2.connect() interface.Oleksandr Shulgin2015-10-273-7/+253
| | * | | | Merge branch 'master' into feature/replication-protocolOleksandr Shulgin2015-10-271-2/+2
| | |\ \ \ \ | | | |/ / /
| | * | | | Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.Oleksandr Shulgin2015-10-235-92/+48
| | * | | | Move the `decode` parameter to `start_replication()`.Oleksandr Shulgin2015-10-234-37/+27
| | * | | | Use direct call to consume() callable in pq_copy_both()Oleksandr Shulgin2015-10-221-5/+3
| | * | | | Fix cursor_init() declaration for use in replication_cursor_type.cOleksandr Shulgin2015-10-201-1/+2
| | * | | | Fix send_time printf format in replmsg_repr().Oleksandr Shulgin2015-10-201-1/+1
| | * | | | Add quick start to the replication doc, minor doc fixes.Oleksandr Shulgin2015-10-201-1/+1
| | * | | | Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-198-310/+505