summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Obscure the dsn password before storing it into the connectionobscure-password-before-connectDaniele Varrazzo2019-06-223-42/+38
|/
* Fix typo: "the the"Jon Dufresne2019-06-214-10/+10
* Bump to next dev version numberDaniele Varrazzo2019-06-211-1/+1
* typo: remove 'a'Kunal Marwaha2019-06-191-1/+1
* Bump to version 2.8.32_8_3Daniele Varrazzo2019-06-101-1/+1
* Added entry about how to ask questionsDaniele Varrazzo2019-06-102-2/+28
* Making my linter happyDaniele Varrazzo2019-06-071-3/+5
* Merge branch 'fix-namedtuple-cache'Daniele Varrazzo2019-06-073-6/+23
|\
| * Mention #928 fixedDaniele Varrazzo2019-06-071-0/+1
| * fix `NamedTupleCursor._cached_make_nt`Changaco2019-06-042-6/+12
| * improve the NamedTupleCursor cache testChangaco2019-06-041-0/+10
|/
* Merge branch 'feature/smart-feedback'Daniele Varrazzo2019-05-1212-97/+197
|\
| * Added news entry about smart replication feedbackDaniele Varrazzo2019-05-121-0/+9
| * Address code-reviewAlexander Kukushkin2019-05-071-1/+1
| * Improve docsAlexander Kukushkin2019-05-061-0/+14
| * Change the default value of keepalive_interval parameter to NoneAlexander Kukushkin2019-05-062-10/+29