summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Trigger docs rebuild on pushgoodbye-initdDaniele Varrazzo2020-01-253-4/+36
* Added sql module basic usage section and classes hierarchyDaniele Varrazzo2020-01-201-4/+47
* Fixed dependencies in docs buildDaniele Varrazzo2020-01-192-5/+8
* Use a responsive theme for docsDaniele Varrazzo2020-01-186-8/+134
* Hide the "made with sphinx" doc footerDaniele Varrazzo2020-01-181-44/+59
* Copyright bumped to 2020Daniele Varrazzo2020-01-17120-1/+120
* Use an ssh config file to configure package uploadingDaniele Varrazzo2020-01-041-9/+4
* Copyright 2020 in the docsDaniele Varrazzo2020-01-041-1/+1
* Website on httpsDaniele Varrazzo2019-12-317-14/+14
* CI resources moved to upload.psycopg.orgDaniele Varrazzo2019-12-312-5/+6
* Changed docs to point to psycopg.orgDaniele Varrazzo2019-12-308-21/+24
* Document a release procedure not using initd serverDaniele Varrazzo2019-12-301-18/+10
* Merge branch 'py38-win'Daniele Varrazzo2019-12-301-6/+3
|\
| * Added Python 3.8 build on Appveyorpy38-winDaniele Varrazzo2019-11-101-6/+3
* | Blacklist docutils 0.15 to build docsDaniele Varrazzo2019-12-291-0/+4
* | Merge branch 'fix-1019'Daniele Varrazzo2019-12-102-5/+13
|\ \
| * | Fixed use of cursor_factory attribute in connecion subclassesfix-1019Daniele Varrazzo2019-12-092-5/+13
|/ /
* | Bump to next dev versionDaniele Varrazzo2019-12-091-1/+1
|/
* Bump to version 2.8.42_8_4Daniele Varrazzo2019-10-201-1/+1
* Mention the library versions packaged in the 2.8.4 wheel in the NEWS fileDaniele Varrazzo2019-10-201-0/+1
* Merge branch 'fix-951'Daniele Varrazzo2019-10-192-5/+6
|\
| * Mention fixing time.h include in NEWSDaniele Varrazzo2019-10-191-2/+3
| * [psycopg/pqpath.c] sys/time.h include for non mac & WindowsSamuel Marks2019-08-051-3/+3
* | Merge branch 'bugfix/940'Daniele Varrazzo2019-10-194-1/+9
|\ \
| * | Mention bug 940 fixed in NEWS fileDaniele Varrazzo2019-10-191-2/+4
| * | Don't advance replication cursor when the message wasn't confirmedAlexander Kukushkin2019-07-053-1/+7
| |/
* | Fix typo 'againts'Jann Kleen2019-10-191-1/+1
* | Mention that with PgBouncer get_backend_pid() is not updatedDaniele Varrazzo2019-10-192-4/+6
* | Added UltraJSON exampleDaniele Varrazzo2019-10-191-0/+7
* | Slow test is slowDaniele Varrazzo2019-10-191-0/+1
* | Allow parsing boolean both upper and lowercaseDaniele Varrazzo2019-10-191-6/+17
* | Revert testing on Windows to libpq 11.4Daniele Varrazzo2019-10-191-1/+1
* | Test on appveyior with libpq 11.5 and openssl 1.1.1dDaniele Varrazzo2019-10-192-4/+4
* | Merge branch 'pg12'Daniele Varrazzo2019-10-1912-24/+69
|\ \
| * | Test Python 3.4 on xenialDaniele Varrazzo2019-10-191-3/+0
| * | Test PG 11 and 12 on travisDaniele Varrazzo2019-10-193-3/+7
| * | Added Postgres 12 errorsDaniele Varrazzo2019-10-197-11/+40
| * | Use travis test config variable 0/1 instead of blank stringsDaniele Varrazzo2019-10-194-9/+9
| * | Install postgres from pgdg on travis if available thereDaniele Varrazzo2019-10-191-2/+14
* | | Merge branch 'py38'Daniele Varrazzo2019-10-197-8/+15
|\ \ \
| * | | Support for Python 3.8 mentioned in news fileDaniele Varrazzo2019-10-191-1/+2
| * | | Added Py 3.8 support to appveyor buildDaniele Varrazzo2019-10-192-2/+9
| * | | Add Python 3.8 to the test matrixJon Dufresne2019-10-184-5/+4
| |/ /
* | | Dropped download url from package metadataDaniele Varrazzo2019-10-191-7/+0
|/ /
* | Added decorator to clean up the adaptation mappings after testsfix-948Daniele Varrazzo2019-09-043-132/+89
* | Merge branch 'fix-961'Daniele Varrazzo2019-09-047-13/+25
|\ \ | |/ |/|
| * Fixed handling large Oid valuesfix-961Daniele Varrazzo2019-09-047-13/+25
|/
* Merge branch 'obscure-password-before-connect'Daniele Varrazzo2019-06-244-71/+77
|\
| * Mention ctrl-c swallowing fixed in news fileDaniele Varrazzo2019-06-241-0/+7
| * Function to obscure password moved to connection_intDaniele Varrazzo2019-06-243-53/+56