summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in sample code: psycopg >> psycopg2maint_2_8Sergey Golitsynskiy2021-05-231-3/+3
* Use GitHub Actions badge in the readmeDaniele Varrazzo2021-05-221-3/+3
* Merge branch 'github-actions' into maint_2_8Daniele Varrazzo2021-05-227-284/+89
|\
| * Add tests with x86 architectureDaniele Varrazzo2021-05-221-1/+3
| * Update GitHub Actions to something similar to psycopg3Daniele Varrazzo2021-05-227-315/+64
| * ci: first stab at running CI as github actionsRiccardo Magliocchetti2021-05-222-0/+54
|/
* Fix test for empty connect params with 'async' parameterDaniele Varrazzo2021-05-221-5/+16
* Fix typoYusuke Hayashi2021-05-221-1/+1
* Add Python 3.9 to travis test gridDaniele Varrazzo2021-05-201-0/+1
* Add warning about send_feedback and cursor choiceChris Wilson2021-05-201-1/+3
* cursor.rst typo: was createsHans Ginzel2021-05-201-1/+1
* Drop unsupported Python versions from Travis test gridDaniele Varrazzo2021-05-201-5/+0
* Don't abort if sqlstate_errors or psycoEncodings are already initializedSandro Mani2021-05-202-3/+7
* Add note about cursor.callproc() and PostgreSQL proceduresDaniele Varrazzo2021-05-201-0/+10
* Add note about sending multiple statements in the same queryDaniele Varrazzo2021-05-201-0/+14
* Fix NEWS typoDaniele Varrazzo2021-05-201-1/+1
* Fix segfault initialising Column object manuallyDaniele Varrazzo2021-05-203-4/+34
* Accept no param in connect()Daniele Varrazzo2021-05-203-8/+21
* docs: fix a few simple typosTim Gates2021-05-207-8/+8
* Update build to use PostgreSQL 11.10 sourceJason Erickson2020-11-132-2/+2
* Remove old patch for Postgres 9.6 and OpenSSL 1.1Jason Erickson2020-11-131-14/+0
* Build more OpenSSL binaries and add to pathJason Erickson2020-11-131-1/+2
* Combine included libraries into one parameterJason Erickson2020-11-131-1/+1
* Publish docs from the maint_2_8 branchDaniele Varrazzo2020-11-091-1/+1
* Merge branch 'py39-appveyor'Daniele Varrazzo2020-11-043-24/+38
|\
| * Settings for Py39/VS2019 builds + OpenSSL updateJason Erickson2020-11-042-19/+22
| * Add Strawberry Perl to the pathJason Erickson2020-11-041-0/+1
| * Add VC 2019 path locationJason Erickson2020-11-041-4/+10
| * First batch of changes to build on appveyor with Python 3.9Daniele Varrazzo2020-11-042-5/+9
* | Remove semicolon from code exampleJannis Vamvas2020-10-201-1/+1
* | Bump to next dev releaseDaniele Varrazzo2020-09-061-1/+1
* | Suggest how to auto-generate tag name in release docDaniele Varrazzo2020-09-061-1/+2
* | Minor spelling and grammar corrections for 195b254Daniel Fortunov2020-09-061-3/+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