psycopg2/lib
Oleksandr Shulgin 61e52ce879 Rework replication protocol
This change exposes lower level functions for operating the
(logical) replication protocol, while keeping the high-level
start_replication function that does all the job for you in
case of a synchronous connection.

A number of other changes and fixes are put into this commit.
2015-06-30 10:38:18 +02:00
..
__init__.py Make Column picklable on Python >= 3.3 2015-02-08 11:27:10 +00:00
_json.py Python 3.1 bytes.decode() doesn't support keyword arguments 2015-02-08 19:43:09 +00:00
_range.py Merge branch 'range_sort' 2014-02-22 23:02:19 +00:00
errorcodes.py Dropped creation of errcodes with missing spec field 2014-08-28 02:17:57 +01:00
extensions.py Expose ReplicationMessage type in extras 2015-06-11 12:20:52 +02:00
extras.py Rework replication protocol 2015-06-30 10:38:18 +02:00
pool.py Correct exausted -> exhausted typo 2014-11-17 17:01:00 +00:00
psycopg1.py A couple of fixes to psycopg1 2011-12-15 13:06:32 +00:00
tz.py Fixed pickling of FixedOffsetTimezone objects 2012-10-21 21:47:32 +01:00