summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-0728-120/+336
|\
| * errorcodes map updated to PostgreSQL 9.5.Daniele Varrazzo2016-07-013-1/+6
| * Merge branch 'conn-get-parameters'Daniele Varrazzo2016-07-017-19/+99
| |\
| | * Mention get_dsn_parameters() in news, improved docs metadataDaniele Varrazzo2016-07-012-0/+6
| | * Add skip_before_libpq for test_get_dsn_parametersOleksandr Shulgin2015-10-301-0/+1
| | * Fix typo in a new test nameOleksandr Shulgin2015-10-301-1/+1
| | * Add connection.get_dsn_parameters()Oleksandr Shulgin2015-10-306-19/+92
| * | Merge branch 'bug-424'Daniele Varrazzo2016-07-012-1/+2
| |\ \
| | * | Mention closing bug #424 in the newsDaniele Varrazzo2016-07-011-0/+1
| | * | Avoid a possible null deref, tz might be NULL.Gabriel Kihlman2016-04-181-1/+1
| * | | Allow adapting bytes using QuotedString on Python 3 tooDaniele Varrazzo2016-07-013-7/+15
| * | | Fixed encoding tests on Py3Daniele Varrazzo2016-07-011-3/+3
| * | | Docs wrappingDaniele Varrazzo2016-07-011-4/+6
| * | | Merge branch 'qstring-writable-encoding'Daniele Varrazzo2016-07-016-36/+114
| |\ \ \
| | * | | Don't hope to encode stuff in an arbitrary encodingDaniele Varrazzo2016-07-012-3/+10
| | * | | Test moved to the right module, cleanup, but same problemDaniele Varrazzo2016-07-014-46/+43
| | * | | Work in progress on writable encodingDaniele Varrazzo2016-07-013-26/+100
| |/ / /
| * | | Fixed build on win32Daniele Varrazzo2016-07-011-1/+2
| * | | Fixed segfault on repr() for uninitialized connectionsDaniele Varrazzo2016-07-012-3/+4
| * | | Wordsmithing on COPY commandsDaniele Varrazzo2016-07-012-2/+13
| * | | Document that the libpq must be available at runtimeDaniele Varrazzo2016-07-011-0/+10
| * | | Fix scattered grammar/spelling errors in comments, debug output, etc.Greg Ward2016-06-303-6/+6
| |/ /
| * | Merge pull request #373 from nonZero/patch-1Daniele Varrazzo2016-03-101-1/+9
| |\ \
| | * | Suggest installing psycopg2 in windows using pipUdi Oron2015-11-101-1/+9
| | |/
| * | Merge pull request #415 from bmwiedemann/masterDaniele Varrazzo2016-03-101-3/+1
| |\ \
| | * | dont claim copyright for future yearsBernhard M. Wiedemann2016-03-091-3/+1
| * | | Merge pull request #416 from dargor/doc_typosDaniele Varrazzo2016-03-101-1/+1
| |\ \ \
| | * | | Typo.Gabriel Linder2016-03-091-1/+1
| | |/ /
| * | | Merge branch 'py35'Daniele Varrazzo2016-03-104-2/+8
| |\ \ \
| | * | | Start advertising Py 3.5 supportDaniele Varrazzo2016-03-102-1/+2
| | * | | Fixed read() exception propagation in copy_fromDaniele Varrazzo2016-03-102-1/+6
| |/ / /
| * | | Merge branch 'msvc-2015-fix'Daniele Varrazzo2016-03-102-0/+5
| |\ \ \
| | * | | Py 3.5 MSVC 2015 build fixed noted in newsDaniele Varrazzo2016-03-101-0/+1
| | * | | Work around late initialization in distutils._msvccompiler.Christian Ullrich2016-03-101-0/+4
| |/ / /
| * | | Merge branch 'setuptools'Daniele Varrazzo2016-03-104-9/+8
| |\ \ \
| | * | | Fixed 'make sdist' to work with setuptoolsDaniele Varrazzo2016-03-102-8/+3
| | * | | setuptools in the newsDaniele Varrazzo2016-03-101-0/+1
| | * | | Modify setup.py to support setuptools/wheelJason Erickson2016-03-101-1/+4
| |/ / /
| * | | Fixed build on Python 2.5Daniele Varrazzo2016-03-101-2/+2
| * | | Fixed manifest trying to include Makefiles from build envDaniele Varrazzo2016-03-101-2/+2
| * | | Skip null array test on Postgres versions not supporting itDaniele Varrazzo2016-03-101-0/+1
| * | | Merge branch 'patch-328'Daniele Varrazzo2016-03-103-28/+28
| |\ \ \ | | |/ / | |/| |
| | * | Fixed compiler warnings about Py_ssize_t printf formatDaniele Varrazzo2016-03-101-6/+6
| | * | Removed added Dprintf statementsJason Erickson2016-03-101-2/+0
| | * | Fix Windows 64bit lobject support for very (>2GB) large objectsJason Erickson2016-03-103-22/+24
| |/ /
* | | Fix TODOs in ReplicationMessage inline docsOleksandr Shulgin2016-04-211-5/+5
* | | Merge remote-tracking branch 'zalando/feature/replication-protocol' into feat...Oleksandr Shulgin2016-03-084-31/+36
|\ \ \
| * | | Fix error test for invalid START_REPLICATION command.Oleksandr Shulgin2016-01-211-2/+8
| * | | Allow retrying start_replication after syntax or data error.Oleksandr Shulgin2016-01-054-31/+30
* | | | Remove duplicated doc for make_dsn()Oleksandr Shulgin2016-03-081-22/+0