summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version number bumped to 2.7.72_7_7maint_2_7Daniele Varrazzo2019-01-221-1/+1
* Mention new OpenSSL version in wheel packageDaniele Varrazzo2019-01-221-0/+1
* Merge branch 'execute-locks' into maint_2_7Daniele Varrazzo2019-01-222-93/+132
|\
| * Mention cursor locks cleanup in news fileDaniele Varrazzo2019-01-221-0/+7
| * Assign the PGresult to the cursor in the execute critical sectionDaniele Varrazzo2019-01-221-4/+9
| * Split pq_execute into sync/async partsDaniele Varrazzo2019-01-221-92/+119
| * Don't call CLEARPGRES on the cursor state without holding the gilDaniele Varrazzo2019-01-221-2/+2
|/
* Bump to next dev version numberDaniele Varrazzo2019-01-221-1/+1
* Version number bumped to 2.7.6.12_7_6_1Daniele Varrazzo2018-11-101-1/+1
* Merge branch 'fix-binaries-2.7.6' into maint_2_7Daniele Varrazzo2018-11-102-1/+8
|\
| * Mentioning binary packages fixes in news fileDaniele Varrazzo2018-11-101-0/+7
| * Bump package version again to test building with an older osx imagefix-binaries-2.7.6Daniele Varrazzo2018-11-101-1/+1
| * Bump to a package version to test with newer libpq versionfix-808Daniele Varrazzo2018-11-101-1/+1
* | Fixed NEWS file after I actually re-read it for release.Daniele Varrazzo2018-11-091-4/+6
* | Bump to next dev releaseDaniele Varrazzo2018-11-091-1/+1
|/
* Version number bumped to 2.7.62_7_6Daniele Varrazzo2018-11-081-1/+1
* Declare Python 3.7 supportedDaniele Varrazzo2018-11-082-4/+6
* Fixed catching too broad exceptionsDaniele Varrazzo2018-11-084-6/+5
* Merge branch 'fix-788' into maint_2_7Daniele Varrazzo2018-10-303-1/+23
|\
| * Fixed adaptation of lists of empty listsDaniele Varrazzo2018-10-303-1/+23
|/
* Merge branch 'fix-794' into maint_2_7Daniele Varrazzo2018-10-233-0/+26
|\
| * Don't barf on Composite passed to execute_values()Daniele Varrazzo2018-10-233-0/+26
|/
* errorcodes map update to PostgreSQL 11Daniele Varrazzo2018-10-144-3/+5
* Merge branch 'fix-790' into maint_2_7Daniele Varrazzo2018-10-123-0/+12
|\
| * Fixed refcount in connection's readonly and deferrable gettersDaniele Varrazzo2018-10-123-0/+12
|/
* Fixed farto in error checking assigning description valuesDaniele Varrazzo2018-10-111-1/+1
* Merge branch 'fix-copy-async-hangs' into maint_2_7Daniele Varrazzo2018-10-104-5/+23
|\
| * Fixed infinite loop in pq_get_last_result after COPYDaniele Varrazzo2018-10-104-5/+23
|/
* Merge branch 'fix-bsd' into maint_2_7Daniele Varrazzo2018-09-072-2/+2
|\
| * Mention FreeBSD build fixed in news fileDaniele Varrazzo2018-09-071-0/+1
| * Remove obsolete and incorrect FreeBSD version conditionDmitry Marakasov2018-09-071-2/+1
|/
* Improve doc for extras.wait_selectDaniel Hahler2018-09-051-2/+2
* Fix typo in install.rstAndrew King2018-09-051-1/+1
* Update intersphinx URLs to point to Python 3 docsJon Dufresne2018-09-051-3/+2
* Merge branch 'fix-746' into maint_2_7Daniele Varrazzo2018-07-244-17/+65
|\
| * Fixed compile error on windowsDaniele Varrazzo2018-07-241-10/+9
| * Bump tests for selective closure of named cursor to pg 8.2Daniele Varrazzo2018-07-242-2/+2
| * Close named cursor if exist, even if we didn't run executeDaniele Varrazzo2018-07-213-9/+58
|/
* Bump to next dev version numberDaniele Varrazzo2018-07-211-1/+1
* Bump to version 2.7.52_7_5Daniele Varrazzo2018-05-271-1/+1
* Note the upgrade in wheel dependencies in NEWS fileDaniele Varrazzo2018-05-232-2/+3
* Added note adivising against depending on the -wheels packageDaniele Varrazzo2018-05-231-4/+13
* Dropped license paragraph applying to removed filesDaniele Varrazzo2018-05-231-7/+2
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-05-205-6/+6
* Added license to the docsDaniele Varrazzo2018-05-206-9/+27
* Merge branch 'fix-716' into maint_2_7Daniele Varrazzo2018-05-204-7/+24
|\
| * Don't raise an exception closing an unused named cursorfix-716-27Daniele Varrazzo2018-05-204-7/+24
* | Merge branch 'fix-707' into maint_2_7Daniele Varrazzo2018-05-202-0/+13
|\ \ | |/ |/|
| * Set minimal postgres version for intervalstyle testfix-707-27Daniele Varrazzo2018-05-201-0/+1
| * Raise NotSupportedError fetching iso_8601 intervalsDaniele Varrazzo2018-05-202-0/+12
|/