summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'async-keyword'Daniele Varrazzo2017-02-0318-56/+323
| |\
| | * Added docs for async_ aliasDaniele Varrazzo2017-02-034-1/+13
| | * Added async_ as an alias for asyncDaniele Varrazzo2017-02-0311-50/+282
| | * Convert warnings into errors on testDaniele Varrazzo2017-02-035-6/+29
| * | Merge branch 'fast-executemany'Daniele Varrazzo2017-02-034-198/+316
| |\ \
| | * | 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-024-182/+283
| | * | Better docs for fast executemany functions.Daniele Varrazzo2017-02-021-15/+31
| * | | Further skipping of slow testsDaniele Varrazzo2017-02-026-4/+13
| * | | Merge branch 'fast-executemany'Daniele Varrazzo2017-02-025-6/+334
| |\ \ \ | | |/ /
| | * | Added notes about using execute_batch with prepared statementsDaniele Varrazzo2017-02-021-0/+32
| | * | Fixed execute_values with unicodeDaniele Varrazzo2017-02-012-3/+55
| | * | Fixed fast execute functions with Python 3Daniele Varrazzo2017-02-012-4/+6
| | * | Added execute_batch and execute_values functionsDaniele Varrazzo2017-02-015-6/+248
| * | | Merge branch 'manylinux'Daniele Varrazzo2017-02-0213-15/+101
| |\ \ \ | | |_|/ | |/| |
| | * | Added note about finding slow testsDaniele Varrazzo2017-02-021-1/+6
| | * | Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-0211-15/+45
| | * | Use the server on the host to testDaniele Varrazzo2017-02-011-10/+9
| | * | Merge back manylinux build script from the psycopg2-wheels projectDaniele Varrazzo2017-02-011-7/+11
| | * | Added script to create manylinux1 wheelsDaniele Varrazzo2017-01-042-0/+48
| * | | Fixed sql docs style with newer Docutils versionsDaniele Varrazzo2017-02-011-0/+2
| | |/ | |/|
| * | Merge branch 'fix-iter-warning'Daniele Varrazzo2017-01-051-20/+26
| |\ \ | | |/ | |/|
| | * Fix DeprecationWarning: generator '__iter__' raised StopIterationfix-iter-warningNotSqrt2017-01-041-20/+26
| |/
| * Consider Python 3.6 and Postgres 9.6 supportedDaniele Varrazzo2017-01-033-3/+4
| * Using the new name of the old doc templateDaniele Varrazzo2017-01-012-2/+2
* | Autonumbered args not available in Python 2.6Daniele Varrazzo2017-01-032-19/+24
* | Several improvements to the sql objectsDaniele Varrazzo2017-01-033-91/+189
* | Use {} instead of %s placeholders in SQL compositionDaniele Varrazzo2017-01-033-162/+141
* | More doc love for the sql moduleDaniele Varrazzo2017-01-014-24/+63
* | Added missing doc fileDaniele Varrazzo2017-01-011-0/+68
* | sql module docs wordsmithingDaniele Varrazzo2017-01-012-4/+5
* | Dropped sql.composeDaniele Varrazzo2017-01-012-37/+48
* | Adding sql module documentationDaniele Varrazzo2017-01-013-24/+153
* | Added test for sql percents treatmentDaniele Varrazzo2017-01-011-0/+9
* | Typo: composible -> composableDaniele Varrazzo2017-01-013-17/+17
* | Fixed sql.compose with no args and added testsDaniele Varrazzo2017-01-012-4/+19
* | Fixed sql.Composed representationDaniele Varrazzo2017-01-012-1/+7
* | Fixed sql stuff in Py3Daniele Varrazzo2017-01-013-17/+38
* | Added sql.compose() implementationDaniele Varrazzo2017-01-012-9/+135
* | Added basic sql module implementationDaniele Varrazzo2017-01-012-1/+396
* | Adding some boilerplate for the new moduleDaniele Varrazzo2017-01-014-3/+65
|/
* Don't try to write bytes in the LoggingConnection fileDaniele Varrazzo2016-12-292-0/+4
* Merge branch 'fast-codecs'Daniele Varrazzo2016-12-2918-176/+358
|\
| * Brag about encoding/decoding speedupDaniele Varrazzo2016-12-291-0/+2
| * 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-2614-67/+67