summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* connection.isolation_level is now writableDaniele Varrazzo2017-02-161-1/+1
* Stop a docstring generating a warningDaniele Varrazzo2017-02-071-1/+1
* Exposing ISOLATION_LEVEL_DEFAULT to PythonDaniele Varrazzo2017-02-041-0/+1
* Merge branch 'master' into sql-composesql-composeDaniele Varrazzo2017-02-032-24/+175
|\
| * Merge branch 'async-keyword'Daniele Varrazzo2017-02-031-4/+10
| |\
| | * Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-4/+10
| * | Further minimal performance tweaks to execute_valuesfast-executemanyDaniele Varrazzo2017-02-021-5/+6
| * | Avoid an useless encode/decode roundtrip in execute_values()Daniele Varrazzo2017-02-021-4/+44
| * | Better docs for fast executemany functions.Daniele Varrazzo2017-02-021-15/+31
| * | Fixed execute_values with unicodeDaniele Varrazzo2017-02-011-1/+1
| * | Fixed fast execute functions with Python 3Daniele Varrazzo2017-02-011-2/+4
| * | Added execute_batch and execute_values functionsDaniele Varrazzo2017-02-011-0/+80
| |/
| * Fix DeprecationWarning: generator '__iter__' raised StopIterationfix-iter-warningNotSqrt2017-01-041-20/+26
* | Autonumbered args not available in Python 2.6Daniele Varrazzo2017-01-031-7/+7
* | Several improvements to the sql objectsDaniele Varrazzo2017-01-031-76/+95
* | Use {} instead of %s placeholders in SQL compositionDaniele Varrazzo2017-01-031-135/+84
* | More doc love for the sql moduleDaniele Varrazzo2017-01-011-19/+39
* | sql module docs wordsmithingDaniele Varrazzo2017-01-011-4/+4
* | Dropped sql.composeDaniele Varrazzo2017-01-011-16/+28
* | Adding sql module documentationDaniele Varrazzo2017-01-011-24/+147
* | Typo: composible -> composableDaniele Varrazzo2017-01-011-10/+10
* | Fixed sql.compose with no args and added testsDaniele Varrazzo2017-01-011-4/+4
* | Fixed sql.Composed representationDaniele Varrazzo2017-01-011-1/+1
* | Fixed sql stuff in Py3Daniele Varrazzo2017-01-011-9/+15
* | Added sql.compose() implementationDaniele Varrazzo2017-01-011-2/+98
* | Added basic sql module implementationDaniele Varrazzo2017-01-011-0/+174
* | Adding some boilerplate for the new moduleDaniele Varrazzo2017-01-011-0/+25
|/
* Don't try to write bytes in the LoggingConnection fileDaniele Varrazzo2016-12-291-0/+2
* Fix "invalid escape sequence" warning in Python 3.6Tim Graham2016-12-251-1/+1
* Added ipaddress objects conversionDaniele Varrazzo2016-10-112-0/+93
* inet adapters deprecatedDaniele Varrazzo2016-10-111-0/+5
* Python source cleanup using flake8Daniele Varrazzo2016-10-119-139/+187
* Dropped use of b() "macro" and 2to3 fixerDaniele Varrazzo2016-08-153-27/+17
* Merge branch 'replication-protocol'Daniele Varrazzo2016-08-141-1/+122
|\
| * Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-071-0/+4
| |\
| * | Move replication-related imports to extras.pyOleksandr Shulgin2016-03-082-6/+4
| * | Use python-defined make_dsn() for ReplicationConnection classOleksandr Shulgin2016-03-082-14/+3
| * | Merge branch 'master' into feature/replication-protocol-c-connection-objectOleksandr Shulgin2016-03-044-13/+73
| |\ \
| * | | Move replication connection to C level.Oleksandr Shulgin2015-10-272-47/+13
| * | | Merge branch 'feature/connect2' into feature/replication-protocolOleksandr Shulgin2015-10-272-48/+4
| |\ \ \
| | * | | Rework psycopg2.connect() interface.Oleksandr Shulgin2015-10-272-48/+4
| * | | | Move the `decode` parameter to `start_replication()`.Oleksandr Shulgin2015-10-231-2/+2
| * | | | 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-192-7/+5
| * | | | Replace stop_replication with requirement for an exception.Oleksandr Shulgin2015-10-191-0/+12
| * | | | Fix async replication and test.Oleksandr Shulgin2015-10-151-3/+4
| * | | | Use quote_ident from psycopg2.extensionsOleksandr Shulgin2015-10-151-11/+7
| * | | | Merge branch 'master' into feature/replication-protocolOleksandr Shulgin2015-10-153-12/+17
| |\ \ \ \ | | |/ / /
| * | | | Remove IDENTIFY_SYSTEM wrapper method (it can't work with async anyway).Oleksandr Shulgin2015-10-131-8/+1
| * | | | Rework replication connection/cursor classesOleksandr Shulgin2015-10-011-5/+4