summaryrefslogtreecommitdiff
path: root/psycopg/replication_message_type.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Several function names shortenedDaniele Varrazzo2019-03-171-5/+5
* Dropped debug info for microprotocols/adapters initializationDaniele Varrazzo2019-03-161-2/+0
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Stricter use of PyArg_ParseTuple typed objectsDaniele Varrazzo2019-01-211-5/+10
* Dropped import of postgres internal/c.hDaniele Varrazzo2016-08-141-2/+3
* Fix TODOs in ReplicationMessage inline docsOleksandr Shulgin2016-04-211-5/+5
* Fix send_time printf format in replmsg_repr().Oleksandr Shulgin2015-10-201-1/+1
* Add quick start to the replication doc, minor doc fixes.Oleksandr Shulgin2015-10-201-1/+1
* Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-191-1/+1
* Rework replication connection/cursor classesOleksandr Shulgin2015-10-011-2/+7
* Fix missing GC flag in ReplicationMessage typeOleksandr Shulgin2015-07-031-3/+11
* Fix missing free in replmsg_deallocOleksandr Shulgin2015-07-031-0/+4
* Refer cursor from ReplicationMessage object. At the same time, for the sync u...Oleksandr Shulgin2015-06-111-6/+9
* Add handling of send_time field in replmsgOleksandr Shulgin2015-06-101-3/+46
* Add ReplicationMessage objectOleksandr Shulgin2015-06-051-0/+127