| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed args parsing in ReplicationCursor.consume_stream() | Daniele Varrazzo | 2017-04-19 | 1 | -0/+23 |
| | | | | | Close #547. | ||||
| * | Added async_ as an alias for async | Daniele Varrazzo | 2017-02-03 | 1 | -1/+1 |
| | | | | | | Added in argument for psycopg2.connect() and connection.__init__, and for the connection.async attribute. | ||||
| * | Skip replication tests in green mode | Daniele Varrazzo | 2016-12-25 | 1 | -3/+8 |
| | | |||||
| * | Added test to verify bug #482 | Daniele Varrazzo | 2016-12-25 | 1 | -2/+15 |
| | | |||||
| * | Fixed tests failing on Python 2.6 | Daniele Varrazzo | 2016-12-24 | 1 | -4/+0 |
| | | |||||
| * | Python source cleanup using flake8 | Daniele Varrazzo | 2016-10-11 | 1 | -21/+39 |
| | | |||||
| * | 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 | 1 | -0/+13 |
| | | |||||
| * | Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface. | Oleksandr Shulgin | 2015-10-23 | 1 | -1/+1 |
| | | |||||
| * | Properly subclass ReplicationCursor on C level. | Oleksandr Shulgin | 2015-10-19 | 1 | -4/+16 |
| | | |||||
| * | Improve async replication test. | Oleksandr Shulgin | 2015-10-19 | 1 | -35/+48 |
| | | |||||
| * | Replace stop_replication with requirement for an exception. | Oleksandr Shulgin | 2015-10-19 | 1 | -14/+31 |
| | | |||||
| * | Fix PSYCOPG2_TEST_REPL_DSN handling. | Oleksandr Shulgin | 2015-10-16 | 1 | -0/+16 |
| | | |||||
| * | Fix async replication and test. | Oleksandr Shulgin | 2015-10-15 | 1 | -0/+123 |
