summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version number bumped to 2.7.42_7_4Daniele Varrazzo2018-02-061-1/+1
* Autocommit shouldn't change deferrable on servers not supporting itDaniele Varrazzo2018-02-061-2/+2
* Report Python 2.6 wheels no more availableDaniele Varrazzo2018-01-291-0/+2
* Dropped recipe to install namedtuple on Python < 2.6Daniele Varrazzo2018-01-291-14/+0
* Link psycopg2-binary package to PyPI in readmeDaniele Varrazzo2018-01-291-1/+2
* Merge branch 'openssl-1.0.2n' into maint_2_7Daniele Varrazzo2018-01-293-59/+41
|\
| * Build using OpenSSL 1.0.2nopenssl-1.0.2nDaniele Varrazzo2018-01-293-3/+3
| * Define openssl and libpq versions in vars in appveyor buildDaniele Varrazzo2018-01-291-10/+13
| * Build env vars on windows less verboseDaniele Varrazzo2018-01-291-47/+26
* | Merge branch 'namedtuple-invalid-identifiers' into maint_2_7Daniele Varrazzo2018-01-293-1/+23
|\ \ | |/ |/|
| * Convert fields names into valid Python identifiers in NamedTupleCursornamedtuple-invalid-identifiersDaniele Varrazzo2018-01-293-1/+23
|/
* Merge branch 'separate-binary' into maint_2_7Daniele Varrazzo2018-01-295-117/+174
|\
| * Mention new wheel packages in news fileDaniele Varrazzo2018-01-291-2/+5
| * Silence warning on import failing a testDaniele Varrazzo2018-01-291-1/+5
| * Document the psycopg2-binary packageseparate-binaryDaniele Varrazzo2018-01-162-109/+121
| * Print info about the binary package on build failedDaniele Varrazzo2018-01-131-5/+43
* | Dropped warning about unsafe cursor namesDaniele Varrazzo2018-01-251-5/+0
|/
* Merge branch 'fix-idempotence-check' into maint_2_7Daniele Varrazzo2018-01-114-22/+48
|\
| * Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-114-22/+48
|/
* 'key' docs in getconn() improvedDaniele Varrazzo2018-01-111-1/+6
* Fixed test in asian time zonesDaniele Varrazzo2018-01-111-1/+2
* Merge branch 'mogrify-on-closed-cursor' into maint_2_7Daniele Varrazzo2018-01-113-2/+7
|\
| * 'cursor.mogrify()' can be called on closed cursorsDaniele Varrazzo2018-01-103-2/+7
* | Merge branch 'datetime-macro-accessors' into maint_2_7Daniele Varrazzo2018-01-103-2/+12
|\ \ | |/ |/|
| * Fixed pydatetime macros for Python 3.2Daniele Varrazzo2018-01-101-4/+6
| * pypi3 fix noted in the news fileDaniele Varrazzo2018-01-101-0/+1
| * Moved datatime compatibility macros with othersDaniele Varrazzo2018-01-102-6/+5
| * define a "polyfill" inline for python 2 compatibilityGlyph2018-01-101-0/+6
| * use accessor macros for pypy3 compatibilityGlyph2018-01-101-2/+4
|/
* Fixed NEWS file entriesDaniele Varrazzo2017-12-011-8/+4
* Merge branch 'bug-633' into maint_2_7Daniele Varrazzo2017-11-293-2/+19
|\
| * Collect rowcount in executemany even when discarding resultsDaniele Varrazzo2017-11-293-2/+19
|/
* Build and test packages with libpq 10.1 and OpenSSL 1.0.2mDaniele Varrazzo2017-11-283-12/+13
* Merge branch 'fix-libpq-version' into maint_2_7Daniele Varrazzo2017-11-282-5/+9
|\
| * Fixed __libpq_version__ for Postgres >= 10.1Daniele Varrazzo2017-11-282-5/+9
|/
* Merge branch 'python3_mintimeloggingconnection' into maint_2_7Daniele Varrazzo2017-11-282-0/+3
|\
| * Mention MinTimeLoggingCursor fix in NEWS fileDaniele Varrazzo2017-11-281-0/+6
| * Patch for issue #609 for MinTimeLoggingConnectionKevin Campbell2017-11-031-0/+2
* | Merge branch 'solaris-support' into maint_2_7Daniele Varrazzo2017-11-285-1/+97
|\ \
| * | Mention solaris support in NEWSDaniele Varrazzo2017-11-281-0/+6
| * | Emulate timeradd and timersub on SolarisMy Karlsson2017-10-264-1/+96
* | | Merge remote-tracking branch 'jdufresne/py2'Daniele Varrazzo2017-11-281-0/+2
|\ \ \
| * | | Add some missing trove classifiers for general Python supportJon Dufresne2017-11-271-0/+2
* | | | Merge remote-tracking branch 'jdufresne/license'Daniele Varrazzo2017-11-281-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Include license file in the generated wheel packageJon Dufresne2017-11-261-0/+3
|/ / /
* | | Merge pull request #616 from jdufresne/modern-exceptionsDaniele Varrazzo2017-11-2114-31/+31
|\ \ \
| * | | Use modern except syntax throughout projectJon Dufresne2017-11-2014-31/+31
|/ / /
* | | NEWS updated after last bugfix.Daniele Varrazzo2017-11-161-2/+8
* | | Merge pull request #614 from fogzot/fix-613Federico Di Gregorio2017-11-162-1/+6
|\ \ \
| * | | Don't cast point arrays to float arrays (fixes: #613)Federico Di Gregorio2017-11-162-1/+6
|/ / /