summaryrefslogtreecommitdiff
path: root/psycopg/replication_cursor.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Don't advance replication cursor when the message wasn't confirmedAlexander Kukushkin2019-07-051-0/+1
* Smart replication feedbackAlexander Kukushkin2019-05-061-1/+4
* Address code review feedbackgrunskis-bonial2019-03-301-2/+2
* Store WAL end pointer in the replication cursorMartins Grunskis2019-03-301-0/+2
* Several function names shortenedDaniele Varrazzo2019-03-171-1/+1
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Date/time modules initialized in separate functionsDaniele Varrazzo2019-01-221-1/+1
* Allow retrying start_replication after syntax or data error.Oleksandr Shulgin2016-01-051-19/+1
* Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.Oleksandr Shulgin2015-10-231-2/+1
* Move the `decode` parameter to `start_replication()`.Oleksandr Shulgin2015-10-231-3/+4
* Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-191-0/+77