summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't raise an exception closing an unused named cursorfix-716Daniele Varrazzo2018-05-204-7/+24
* Merge remote-tracking branch 'nested-array-nulls'Daniele Varrazzo2018-05-204-41/+106
|\
| * Hstore test fixed after adapting arrays dropped space after commasnested-array-nullsDaniele Varrazzo2018-05-181-2/+2
| * Fixed adaptation of arrays of arrays of nullsDaniele Varrazzo2018-05-183-39/+104
* | Merge remote-tracking branch 'fix-211'Daniele Varrazzo2018-05-204-12/+25
|\ \ | |/ |/|
| * Skipped test on db version not supporting unicode identifiersfix-211Daniele Varrazzo2018-05-181-0/+1
| * Test databases from newest to oldestDaniele Varrazzo2018-05-181-8/+8
| * Allow non-ascii chars in namedtuple fieldsDaniele Varrazzo2018-05-183-4/+16
|/
* Merge pull request #715 from hroncok/py37Daniele Varrazzo2018-05-181-1/+3
|\
| * Travis CI: Run tests on Python 3.7Miro HronĨok2018-05-181-1/+3
|/
* Merge branch 'fix-679'Daniele Varrazzo2018-02-213-2/+17
|\
| * Allow strings subclasses in ensure_bytesfix-679Daniele Varrazzo2018-02-213-2/+17
|/
* Merge branch 'expand-version'Daniele Varrazzo2018-02-193-7/+9
|\
| * Report MSYS2 build probably fixedDaniele Varrazzo2018-02-191-1/+2
| * Avoid quoting the string in the psycopg version macroDaniele Varrazzo2018-02-192-6/+7
|/
* Merge branch 'fix-solaris-11'Daniele Varrazzo2018-02-193-1/+14
|\
| * Added Solaris 11 fix to news fileDaniele Varrazzo2018-02-191-0/+7
| * Fixed building on SmartOSMike Gerdts2018-02-192-1/+7
|/
* Fixed pip invocation example to skip binary packagesDaniele Varrazzo2018-02-091-2/+2
* Autocommit shouldn't change deferrable on servers not supporting itDaniele Varrazzo2018-02-081-2/+2
* Report Python 2.6 wheels no more availableDaniele Varrazzo2018-01-291-0/+2
* Link psycopg2-binary package to PyPI in readmeDaniele Varrazzo2018-01-291-1/+2
* Merge branch 'namedtuple-invalid-identifiers'Daniele Varrazzo2018-01-293-1/+21
|\
| * Convert fields names into valid Python identifiers in NamedTupleCursorDaniele Varrazzo2018-01-293-1/+21
|/
* Merge branch 'openssl-1.0.2n'Daniele Varrazzo2018-01-293-50/+39
|\
| * Build using OpenSSL 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-38/+24
|/
* Merge branch 'separate-binary'Daniele Varrazzo2018-01-295-116/+173
|\
| * 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 packageDaniele Varrazzo2018-01-292-109/+121
| * Print info about the binary package on build failedDaniele Varrazzo2018-01-291-4/+42
|/
* Dropped warning about unsafe cursor namesDaniele Varrazzo2018-01-251-5/+0
* Merge branch 'fix-idempotence-check'Daniele Varrazzo2018-01-114-22/+48
|\
| * Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-114-22/+48
|/
* Merge branch 'mogrify-on-closed-cursor'Daniele Varrazzo2018-01-113-2/+7
|\
| * 'cursor.mogrify()' can be called on closed cursorsmogrify-on-closed-cursorDaniele Varrazzo2018-01-113-2/+7
* | 'key' docs in getconn() improvedDaniele Varrazzo2018-01-111-1/+6
* | Fixed test in asian time zonesDaniele Varrazzo2018-01-101-1/+2
|/
* Fixed stitch_text on Python 2Daniele Varrazzo2018-01-101-4/+6
* Merge branch 'macro-accessors'Daniele Varrazzo2018-01-103-2/+10
|\
| * 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 compatibilityGlyph2017-12-121-0/+6
| * use accessor macros for pypy3 compatibilityGlyph2017-12-121-2/+4
* | Merge pull request #651 from ronnix/patch-1Daniele Varrazzo2017-12-141-1/+1
|\ \ | |/ |/|
| * Fix typo in comment in utils.cRonan Amicel2017-12-141-1/+1
|/
* Gitignore env2/env3 envs tooDaniele Varrazzo2017-12-111-0/+1
* Dropped PYTHONPATH propagation in 'make check'Daniele Varrazzo2017-12-111-1/+1