summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 2.7 packages build on Windows enabled backpy39-appveyorDaniele Varrazzo2020-11-041-0/+2
* Dropped debug statements, cleanupDaniele Varrazzo2020-11-032-19/+14
* Settings for Py39/VS2019 builds + OpenSSL updateJason Erickson2020-10-292-19/+20
* Add Strawberry Perl to the pathJason Erickson2020-10-281-0/+1
* Add VC 2019 path locationJason Erickson2020-10-281-4/+10
* Use an explicit image in the yaml file to force VS 2019Daniele Varrazzo2020-10-271-1/+1
* Trigger new build after switching image to VS 2019 in appveyor settingsDaniele Varrazzo2020-10-270-0/+0
* Temporary commit to list the Python versions availableDaniele Varrazzo2020-10-272-12/+15
* Configure build on VS 2019 for Python 3.9 on appveyorDaniele Varrazzo2020-10-271-0/+3
* Allow building on Appveyor with Python 3.9Daniele Varrazzo2020-10-272-1/+3
* Bump version to 2.8.62_8_6Daniele Varrazzo2020-09-051-1/+1
* Metion ARM packages in news fileDaniele Varrazzo2020-09-051-0/+1
* 'cursor.query' reports the query of the last COPY opearation tooDaniele Varrazzo2020-09-053-0/+38
* Errors mapping updated to PostgreSQL 13Daniele Varrazzo2020-09-057-4/+10
* Added duplicate values to errcodes moduleDaniele Varrazzo2020-09-054-6/+35
* Errors fetch scripts ported to Python 3Daniele Varrazzo2020-09-052-8/+8
* Improve wording around transactions behaviour closing connectionsDaniele Varrazzo2020-09-051-4/+8
* Document context manager usage in connection and cursor docsDaniele Varrazzo2020-09-052-0/+32
* Mention building wheels package with OpenSSL 1.1.1g in news fileDaniele Varrazzo2020-09-052-1/+2
* Add ARM64 jobs in Travis-CIodidev2020-08-253-23/+49
* 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
|\