summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-04-15Fix trivial typo.Andres Freund
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-04-14Adjust signature of walrcv_receive hook.Tom Lane
2016-04-14Adjust datatype of ReplicationState.acquired_by.Tom Lane
2016-04-14Add required database and origin filtering for logical messages.Andres Freund
2016-04-12Remove unused function GetOldestWALSendPointer from walsender code.Fujii Masao
2016-04-11Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.Fujii Masao
2016-04-06Use proper format specifier %X/%X for LSN, again.Fujii Masao
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander
2016-04-05Fix error message from wal_level value renamingPeter Eisentraut
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2016-03-31Fix broken variable declarationAlvaro Herrera
2016-03-31Use proper format specifier %X/%X for LSN.Fujii Masao
2016-03-30Enable logical slots to follow timeline switchesAlvaro Herrera
2016-03-30XLogReader general code cleanupAlvaro Herrera
2016-03-30Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas
2016-03-27Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund
2016-03-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
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