Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into replication-protocol | Daniele Varrazzo | 2016-08-07 | 28 | -120/+336 |
|\ | |||||
| * | errorcodes map updated to PostgreSQL 9.5. | Daniele Varrazzo | 2016-07-01 | 3 | -1/+6 |
| * | Merge branch 'conn-get-parameters' | Daniele Varrazzo | 2016-07-01 | 7 | -19/+99 |
| |\ | |||||
| | * | Mention get_dsn_parameters() in news, improved docs metadata | Daniele Varrazzo | 2016-07-01 | 2 | -0/+6 |
| | * | Add skip_before_libpq for test_get_dsn_parameters | Oleksandr Shulgin | 2015-10-30 | 1 | -0/+1 |
| | * | Fix typo in a new test name | Oleksandr Shulgin | 2015-10-30 | 1 | -1/+1 |
| | * | Add connection.get_dsn_parameters() | Oleksandr Shulgin | 2015-10-30 | 6 | -19/+92 |
| * | | Merge branch 'bug-424' | Daniele Varrazzo | 2016-07-01 | 2 | -1/+2 |
| |\ \ | |||||
| | * | | Mention closing bug #424 in the news | Daniele Varrazzo | 2016-07-01 | 1 | -0/+1 |
| | * | | Avoid a possible null deref, tz might be NULL. | Gabriel Kihlman | 2016-04-18 | 1 | -1/+1 |
| * | | | Allow adapting bytes using QuotedString on Python 3 too | Daniele Varrazzo | 2016-07-01 | 3 | -7/+15 |
| * | | | Fixed encoding tests on Py3 | Daniele Varrazzo | 2016-07-01 | 1 | -3/+3 |
| * | | | Docs wrapping | Daniele Varrazzo | 2016-07-01 | 1 | -4/+6 |
| * | | | Merge branch 'qstring-writable-encoding' | Daniele Varrazzo | 2016-07-01 | 6 | -36/+114 |
| |\ \ \ | |||||
| | * | | | Don't hope to encode stuff in an arbitrary encoding | Daniele Varrazzo | 2016-07-01 | 2 | -3/+10 |
| | * | | | Test moved to the right module, cleanup, but same problem | Daniele Varrazzo | 2016-07-01 | 4 | -46/+43 |
| | * | | | Work in progress on writable encoding | Daniele Varrazzo | 2016-07-01 | 3 | -26/+100 |
| |/ / / | |||||
| * | | | Fixed build on win32 | Daniele Varrazzo | 2016-07-01 | 1 | -1/+2 |
| * | | | Fixed segfault on repr() for uninitialized connections | Daniele Varrazzo | 2016-07-01 | 2 | -3/+4 |
| * | | | Wordsmithing on COPY commands | Daniele Varrazzo | 2016-07-01 | 2 | -2/+13 |
| * | | | Document that the libpq must be available at runtime | Daniele Varrazzo | 2016-07-01 | 1 | -0/+10 |
| * | | | Fix scattered grammar/spelling errors in comments, debug output, etc. | Greg Ward | 2016-06-30 | 3 | -6/+6 |
| |/ / | |||||
| * | | Merge pull request #373 from nonZero/patch-1 | Daniele Varrazzo | 2016-03-10 | 1 | -1/+9 |
| |\ \ | |||||
| | * | | Suggest installing psycopg2 in windows using pip | Udi Oron | 2015-11-10 | 1 | -1/+9 |
| | |/ | |||||
| * | | Merge pull request #415 from bmwiedemann/master | Daniele Varrazzo | 2016-03-10 | 1 | -3/+1 |
| |\ \ | |||||
| | * | | dont claim copyright for future years | Bernhard M. Wiedemann | 2016-03-09 | 1 | -3/+1 |
| * | | | Merge pull request #416 from dargor/doc_typos | Daniele Varrazzo | 2016-03-10 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Typo. | Gabriel Linder | 2016-03-09 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge branch 'py35' | Daniele Varrazzo | 2016-03-10 | 4 | -2/+8 |
| |\ \ \ | |||||
| | * | | | Start advertising Py 3.5 support | Daniele Varrazzo | 2016-03-10 | 2 | -1/+2 |
| | * | | | Fixed read() exception propagation in copy_from | Daniele Varrazzo | 2016-03-10 | 2 | -1/+6 |
| |/ / / | |||||
| * | | | Merge branch 'msvc-2015-fix' | Daniele Varrazzo | 2016-03-10 | 2 | -0/+5 |
| |\ \ \ | |||||
| | * | | | Py 3.5 MSVC 2015 build fixed noted in news | Daniele Varrazzo | 2016-03-10 | 1 | -0/+1 |
| | * | | | Work around late initialization in distutils._msvccompiler. | Christian Ullrich | 2016-03-10 | 1 | -0/+4 |
| |/ / / | |||||
| * | | | Merge branch 'setuptools' | Daniele Varrazzo | 2016-03-10 | 4 | -9/+8 |
| |\ \ \ | |||||
| | * | | | Fixed 'make sdist' to work with setuptools | Daniele Varrazzo | 2016-03-10 | 2 | -8/+3 |
| | * | | | setuptools in the news | Daniele Varrazzo | 2016-03-10 | 1 | -0/+1 |
| | * | | | Modify setup.py to support setuptools/wheel | Jason Erickson | 2016-03-10 | 1 | -1/+4 |
| |/ / / | |||||
| * | | | Fixed build on Python 2.5 | Daniele Varrazzo | 2016-03-10 | 1 | -2/+2 |
| * | | | Fixed manifest trying to include Makefiles from build env | Daniele Varrazzo | 2016-03-10 | 1 | -2/+2 |
| * | | | Skip null array test on Postgres versions not supporting it | Daniele Varrazzo | 2016-03-10 | 1 | -0/+1 |
| * | | | Merge branch 'patch-328' | Daniele Varrazzo | 2016-03-10 | 3 | -28/+28 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fixed compiler warnings about Py_ssize_t printf format | Daniele Varrazzo | 2016-03-10 | 1 | -6/+6 |
| | * | | Removed added Dprintf statements | Jason Erickson | 2016-03-10 | 1 | -2/+0 |
| | * | | Fix Windows 64bit lobject support for very (>2GB) large objects | Jason Erickson | 2016-03-10 | 3 | -22/+24 |
| |/ / | |||||
* | | | Fix TODOs in ReplicationMessage inline docs | Oleksandr Shulgin | 2016-04-21 | 1 | -5/+5 |
* | | | Merge remote-tracking branch 'zalando/feature/replication-protocol' into feat... | Oleksandr Shulgin | 2016-03-08 | 4 | -31/+36 |
|\ \ \ | |||||
| * | | | Fix error test for invalid START_REPLICATION command. | Oleksandr Shulgin | 2016-01-21 | 1 | -2/+8 |
| * | | | Allow retrying start_replication after syntax or data error. | Oleksandr Shulgin | 2016-01-05 | 4 | -31/+30 |
* | | | | Remove duplicated doc for make_dsn() | Oleksandr Shulgin | 2016-03-08 | 1 | -22/+0 |