summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-10Introduce durable_rename() and durable_link_or_rename().Andres Freund
2016-03-09Handle invalid libpq sockets in more placesPeter Eisentraut
2016-03-07Further improvements to c8f621c43.Andres Freund
2016-03-07Fix wrong allocation size in c8f621c43.Andres Freund
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-03logical decoding: fix decoding of a commit's commit time.Andres Freund
2016-02-29Fix typosAlvaro Herrera
2016-02-18Improve error message about active replication slotPeter Eisentraut
2016-02-12Make builtin lwlock tranche names consistent.Robert Haas
2016-02-05Fix typo in comment.Robert Haas
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas
2016-02-01Fix typos in commentsMagnus Hagander
2016-01-29Migrate replication slot I/O locks into a separate tranche.Robert Haas
2016-01-21Refactor to create generic WAL page read callbackSimon Riggs
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2016-01-07pgstat: add WAL receiver status view & SRFAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-18Remove duplicate word.Robert Haas
2015-12-18Fix copy-and-paste error in logical decoding callback.Robert Haas
2015-12-13Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander
2015-12-13Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-11-08Set replication origin when decoding commit records.Andres Freund
2015-10-29Message style improvementsPeter Eisentraut
2015-10-27Measure string lengths only onceAlvaro Herrera
2015-10-06Remove more volatile qualifiers.Robert Haas
2015-10-03Improve errhint() about replication slot naming restrictions.Andres Freund
2015-09-28Fix "sesssion" typoAlvaro Herrera
2015-09-06Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund
2015-09-05Fix misc typos.Heikki Linnakangas
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-12Remove duplicated assignment in pg_create_physical_replication_slot.Andres Freund
2015-08-11Don't include rel.h when relcache.h is sufficientAlvaro Herrera
2015-08-11Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund
2015-08-11Introduce macros determining if a replication slot is physical or logical.Andres Freund
2015-08-11Minor cleanups in slot related code.Andres Freund
2015-08-10Add confirmed_flush column to pg_replication_slots.Andres Freund
2015-08-10Fix copy & paste mistake in pg_get_replication_slots().Andres Freund
2015-08-07Address points made in post-commit review of replication origins.Andres Freund
2015-08-05Fix debug message output when connecting to a logical slot.Andres Freund
2015-07-07Fix logical decoding bug leading to inefficient reopening of files.Andres Freund
2015-06-11Fix typoPeter Eisentraut
2015-05-28Fix assorted inconsistencies in our calls of readlink().Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas