summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TEMP: explore where the server config files aretravisDaniele Varrazzo2016-12-241-0/+1
* Added python3 supported versionsDaniele Varrazzo2016-12-241-0/+5
* Fixed tests failing on Python 2.6Daniele Varrazzo2016-12-245-11/+12
* Create the hstore extension in the trevis dbDaniele Varrazzo2016-12-241-0/+1
* Disable email notificationDaniele Varrazzo2016-12-241-0/+4
* Testing CI with TravisDaniele Varrazzo2016-12-241-0/+6
* Dropped compiler warning in debug modeDaniele Varrazzo2016-10-121-1/+1
* Merge branch 'networking-improvement'Daniele Varrazzo2016-10-1110-15/+281
|\
| * Added ipaddress objects conversionDaniele Varrazzo2016-10-118-24/+254
| * Conver network array types into array of strings by defaultDaniele Varrazzo2016-10-114-7/+36
| * inet adapters deprecatedDaniele Varrazzo2016-10-113-2/+9
|/
* Fix unicode mogrify test on python 2Daniele Varrazzo2016-10-111-3/+9
* Python source cleanup using flake8Daniele Varrazzo2016-10-1135-432/+644
* Merge branch 'drop-libpq-pre-91'Daniele Varrazzo2016-08-159-24/+9
|\
| * Mention dropping Pre 9.1 libpq support in NEWS fileDaniele Varrazzo2016-08-151-0/+2
| * Dropped ifdef guards against obsolete libpq versionsDaniele Varrazzo2016-08-155-22/+0
| * Enforce dependency on libpq version >= 9.1Daniele Varrazzo2016-08-153-2/+7
|/
* Merge branch 'drop-py25'Daniele Varrazzo2016-08-1513-128/+91
|\
| * Mention dropping Py 2.5 support in NEWS fileDaniele Varrazzo2016-08-151-0/+4
| * Dropped use of b() "macro" and 2to3 fixerDaniele Varrazzo2016-08-1510-124/+84
| * Stop compiling with Python 2.5Daniele Varrazzo2016-08-153-4/+3
|/
* Merge branch 'replication-protocol'Daniele Varrazzo2016-08-1427-36/+2336
|\
| * Mention replication support in the NEWS fileDaniele Varrazzo2016-08-141-0/+2
| * Name the db in the replication test like the unit test oneDaniele Varrazzo2016-08-141-3/+3
| * Use inttypes.h definitionsDaniele Varrazzo2016-08-144-18/+17
| * Dropped import of postgres internal/c.hDaniele Varrazzo2016-08-142-4/+5
| * Replication docs massaging, mostly formattingDaniele Varrazzo2016-08-072-11/+13
| * Reshuffling and indexing of replication docsDaniele Varrazzo2016-08-072-72/+97
| * Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-0728-120/+336
| |\
| * | 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
| * | | Move replication-related imports to extras.pyOleksandr Shulgin2016-03-082-6/+4
| * | | Remove some dead codeOleksandr Shulgin2016-03-083-47/+1
| * | | We don't need to expose cursor_init(), call tp_init() on the type instead.Oleksandr Shulgin2016-03-083-13/+5
| * | | Use python-defined make_dsn() for ReplicationConnection classOleksandr Shulgin2016-03-088-275/+71
| * | | Merge branch 'master' into feature/replication-protocol-c-connection-objectOleksandr Shulgin2016-03-0413-142/+394
| |\ \ \
| * | | | Add dbname=replication for physical replication type.Oleksandr Shulgin2015-10-301-0/+4
| * | | | Move replication connection to C level.Oleksandr Shulgin2015-10-279-53/+296
| * | | | Merge branch 'feature/connect2' into feature/replication-protocolOleksandr Shulgin2015-10-277-63/+303
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Rework psycopg2.connect() interface.Oleksandr Shulgin2015-10-277-63/+303
| * | | | Merge branch 'master' into feature/replication-protocolOleksandr Shulgin2015-10-271-2/+2
| |\ \ \ \ | | |/ / /
| * | | | Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.Oleksandr Shulgin2015-10-237-109/+49
| * | | | Improve async replication example.Oleksandr Shulgin2015-10-231-8/+9
| * | | | Move the `decode` parameter to `start_replication()`.Oleksandr Shulgin2015-10-236-71/+72
| * | | | Use direct call to consume() callable in pq_copy_both()Oleksandr Shulgin2015-10-221-5/+3
| * | | | Actually add replication tests to the test suite.Oleksandr Shulgin2015-10-202-0/+3
| * | | | Fix cursor_init() declaration for use in replication_cursor_type.cOleksandr Shulgin2015-10-201-1/+2