summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert default_transaction_* to default only if setsession-attributesDaniele Varrazzo2017-02-161-9/+13
* Check for deferrable unsupported applied to attribute tooDaniele Varrazzo2017-02-162-7/+8
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-168-61/+270
* Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()Daniele Varrazzo2017-02-164-17/+36
* connection.isolation_level is now writableDaniele Varrazzo2017-02-165-108/+256
* Link COPY from docs index to our docs instead of postgres onesDaniele Varrazzo2017-02-161-3/+1
* SQL links not bold in the docsDaniele Varrazzo2017-02-161-0/+5
* Merge branch 'pull-507'Daniele Varrazzo2017-02-114-9/+41
|\
| * Allowed inittype.h's defs all versions of MSVCJason Erickson2017-02-101-2/+0
| * Defined inttypes.h for older MSVC compilersJason Erickson2017-02-091-0/+11
| * Added support for MSVC compilerJason Erickson2017-02-093-7/+30
| * Fixed MSVC compiler error and warningJason Erickson2017-02-091-2/+2
* | Download testing servers from upload instead of tarballsDaniele Varrazzo2017-02-081-1/+1
* | Fixed generation of download url from beta versionDaniele Varrazzo2017-02-081-1/+2
* | Fixed argument name in executemany docsDaniele Varrazzo2017-02-081-1/+1
* | Bump version numberDaniele Varrazzo2017-02-081-1/+1
|/
* Bump version to 2.7 beta 12_7_BETA_1Daniele Varrazzo2017-02-081-1/+1
* Dropped references to prepare in cur.execute[many] docsDaniele Varrazzo2017-02-081-6/+5
* Dropped compiler warning about signed/unsigned comparisonsDaniele Varrazzo2017-02-082-3/+3
* Don't convert '{}'::unknown into an empty listDaniele Varrazzo2017-02-083-12/+8
* 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