summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dropped compiler warning about signed/unsigned comparisonspy36-warningsDaniele Varrazzo2017-02-072-3/+3
* Use pydll to poke into extension libraryDaniele Varrazzo2017-02-071-1/+1
* Stop a docstring generating a warningDaniele Varrazzo2017-02-071-1/+1
* Merge branch 'no-set-default-session'Daniele Varrazzo2017-02-0710-313/+360
|\
| * Fixed BEGIN; SET TRANSACTION with PG 7.4no-set-default-sessionDaniele Varrazzo2017-02-071-8/+16
| * Added documentation about the changes in transaction controlDaniele Varrazzo2017-02-044-21/+79
| * Set default_transaction_* GUC if session state is changed in autocomitDaniele Varrazzo2017-02-044-30/+102
| * Exposing ISOLATION_LEVEL_DEFAULT to PythonDaniele Varrazzo2017-02-043-1/+11
| * Reuse set_session to implement autocommit, set_isolation_levelDaniele Varrazzo2017-02-043-63/+43
| * Better separation between interface and state change codeDaniele Varrazzo2017-02-043-91/+110
| * Test looking the transactions characteristics instead of the defaultDaniele Varrazzo2017-02-041-28/+28
| * Don't use default_transaction_* for session characteristicsDaniele Varrazzo2017-02-044-259/+159
* | Merge branch 'test-dinosaurs'Daniele Varrazzo2017-02-0713-116/+248
|\ \
| * | Skipped a couple of tests failing on old dbstest-dinosaursDaniele Varrazzo2017-02-062-0/+2
| * | Skip tests with server not supporting NULL in arrayDaniele Varrazzo2017-02-061-3/+6
| * | Don't test with server not implementing INSERT with VALUES listDaniele Varrazzo2017-02-061-4/+8
| * | Deal consistently with E'' quotes in testsDaniele Varrazzo2017-02-065-41/+41
| * | Work around a race condition in async cancel testDaniele Varrazzo2017-02-062-3/+10
| * | assertDsnEqual moved as TestSuite methodDaniele Varrazzo2017-02-064-22/+25
| * | Run the test suite with postgres versions not available on travisDaniele Varrazzo2017-02-062-44/+157
* | | Dropped support for Python 3.1Daniele Varrazzo2017-02-063-3/+2
* | | build-manylinux script moved to build-wheels projectDaniele Varrazzo2017-02-061-50/+0
|/ /
* | Merge branch 'conform-subclass-adapter'Daniele Varrazzo2017-02-053-10/+25
|\ \
| * | Give precedence to '__conform__()' over superclasses choosing adapterDaniele Varrazzo2017-02-053-10/+25
| |/
| * Dropped compiler warning in debug modeDaniele Varrazzo2017-02-041-3/+3
* | Slower timeout for a test that sometimes failDaniele Varrazzo2017-02-051-1/+1
* | Dropped compiler warning in debug modeDaniele Varrazzo2017-02-051-3/+3
* | Merge pull request #504 from fogzot/pgversion-fixFederico Di Gregorio2017-02-041-1/+3
|\ \ | |/ |/|
| * Fixed version regexp to match "10devel"Federico Di Gregorio2017-02-041-1/+3
|/
* Merge branch 'master' into sql-composesql-composeDaniele Varrazzo2017-02-0334-105/+922
|\
| * Misplaced NEWS entry fixed.Daniele Varrazzo2017-02-031-2/+2
| * 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