psycopg2/lib
Oleksandr Shulgin e32e1b834e Add support for streaming replication protocol
Introduce ReplicationConnection and ReplicationCursor classes, that
incapsulate initiation of special type of PostgreSQL connection and
handling of special replication commands only available in this special
connection mode.

The handling of stream of replication data from the server is modelled
largely after the existing support for "COPY table TO file" command and
pg_recvlogical tool supplied with PostgreSQL (though, it can also be
used for physical replication.)
2015-06-01 11:45:04 +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 Make Column picklable on Python >= 3.3 2015-02-08 11:27:10 +00:00
extras.py Add support for streaming replication protocol 2015-06-01 11:45:04 +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