summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test commit: will fail on CRDBtestmrDaniele Varrazzo2020-08-241-3/+0
* a test mrDaniele Varrazzo2020-08-240-0/+0
* Merge pull request #1120 from bashtanov/dictcursor-docs-improvementDaniele Varrazzo2020-08-242-3/+6
|\
| * dictcursor-docs-improvementAlexey Bashtanov2020-06-182-3/+6
* | Merge pull request #1131 from jouve/py3.10compatDaniele Varrazzo2020-08-242-6/+14
|\ \
| * | use Py_SET_TYPE for compat with python 3.10Cyril Jouve2020-07-262-6/+14
* | | Merge branch 'docs/quick-start'Daniele Varrazzo2020-08-241-112/+129
|\ \ \
| * | | A few corrections to the install pageDaniele Varrazzo2020-08-241-13/+9
| * | | minor typo in docsEdan Schwartz2020-08-101-1/+1
| * | | Move pyscopg-binary install docs to "quick start" sectionEdan Schwartz2020-08-071-108/+129
| |/ /
* | | Merge branch 'cockroachdb-tests'Daniele Varrazzo2020-08-1820-271/+491
|\ \ \ | |/ / |/| |
| * | Python 2 compatibilitycockroachdb-testsDaniele Varrazzo2020-08-171-2/+2
| * | Added possibility to skip a test only on certain crdb versionsDaniele Varrazzo2020-08-171-4/+27
| * | Added ticket numbers for the tests skipped on crdbDaniele Varrazzo2020-08-171-0/+27
| * | Added missing reasons for crdb skipDaniele Varrazzo2020-08-173-7/+10
| * | TeamCity commit hook testDaniele Varrazzo2020-08-040-0/+0
| * | Added reason for skipping on CockroachDBDaniele Varrazzo2020-07-2719-89/+97
| * | Types tests adapted to CockroachDBDaniele Varrazzo2020-07-232-14/+29
| * | Several other tests skipped for CockroachDBDaniele Varrazzo2020-07-229-14/+34
| * | Some extra cursors test skipped on CockroachDBDaniele Varrazzo2020-07-222-3/+21
| * | Skip a few date tests on CockroachDBDaniele Varrazzo2020-07-221-1/+4
| * | Cursor tests adapted to CockroachDBDaniele Varrazzo2020-07-211-223/+231
| * | Get CockroachDB version from the connection infoDaniele Varrazzo2020-07-211-14/+11
| * | Skip copy tests on CockroachDBDaniele Varrazzo2020-07-211-1/+5
| * | Skip connection tests which cannot pass on CockroachDBDaniele Varrazzo2020-07-212-1/+36
| * | Expose libpq PG* vars as testconfig contentDaniele Varrazzo2020-07-211-4/+4
| * | Skip cancel tests on CockroachDBDaniele Varrazzo2020-07-213-8/+12
| * | All the sync tests pass on CockroachDBDaniele Varrazzo2020-07-212-5/+23
| * | Allow most of the async tests to pass on CockroachDBDaniele Varrazzo2020-07-212-1/+38
|/ /
* | Merge pull request #1127 from rafiss/iso-level-finally-blockDaniele Varrazzo2020-07-081-3/+5
|\ \ | |/ |/|
| * Handle failure in setup of IsolationLevelsTestCaseRafi Shamim2020-07-071-3/+5
|/
* Merge pull request #1105 from rafiss/with-block-connection-testDaniele Varrazzo2020-05-301-3/+5
|\
| * Handle failure in setup of ConnectionTwoPhaseTestRafi Shamim2020-05-121-3/+5
* | Merge pull request #1111 from cjolif/masterDaniele Varrazzo2020-05-291-1/+1
|\ \
| * | use new URL for psycogreenChristophe Jolif2020-05-281-1/+1
|/ /
* | Merge pull request #1110 from UpGado/patch-1Daniele Varrazzo2020-05-271-0/+1
|\ \ | |/ |/|
| * Fix ctypes example AttributeErrorDio Gado2020-05-271-0/+1
|/
* Merge pull request #1103 from franciscouzo/patch-1Daniele Varrazzo2020-05-071-1/+1
|\
| * Fix typoFrancisco Couzo2020-05-071-1/+1
|/
* Merge branch 'mx-search'Daniele Varrazzo2020-05-062-3/+6
|\
| * Mention fixing mx search in news fileDaniele Varrazzo2020-05-061-0/+1
| * Fixed search of mxDateTime headersColin 't Hart2020-05-061-3/+5
|/
* Mention python3-dev as possibly required dev package nameDaniele Varrazzo2020-05-052-3/+4
* Mention CALL on stored procedures using transaction in autocommitDaniele Varrazzo2020-05-051-1/+4
* Merge remote-tracking branch 'pombredanne/patch-1'Daniele Varrazzo2020-05-041-2/+2
|\
| * Improve doc wordingPhilippe Ombredanne2020-04-281-1/+1
| * Fix typo and improve grammar in docPhilippe Ombredanne2020-04-281-1/+1
* | Merge branch 'client-encoding-leak'Daniele Varrazzo2020-05-042-1/+11
|\ \
| * | Mention ticket #1101 closed in news fileDaniele Varrazzo2020-05-041-0/+7
| * | Fix memory leak in conn_set_client_encodingKevin Michel2020-05-041-1/+4
| |/