summaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and debug messageMagnus Hagander2016-07-183-6/+6
* walreceiver: tweak pg_stat_wal_receiver behaviorAlvaro Herrera2016-07-011-16/+6
* Fix typo in ReorderBufferIterTXNInit().Tom Lane2016-06-301-1/+1
* Add conninfo to pg_stat_wal_receiverAlvaro Herrera2016-06-292-35/+102
* pgindent run for 9.6Robert Haas2016-06-0911-101/+103
* Fix various common mispellings.Greg Stark2016-06-032-2/+2
* Revert timeline following in replication slotsAlvaro Herrera2016-05-041-6/+6
* Fix code comments regarding logical decodingAlvaro Herrera2016-05-022-18/+19
* Remove warning about num_sync being too large in synchronous_standby_names.Tom Lane2016-04-301-45/+0
* Remember asking for feedback during walsender shutdown.Andres Freund2016-04-281-4/+8
* Clean up parsing of synchronous_standby_names GUC variable.Tom Lane2016-04-274-172/+176
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-262-20/+42
* Fix trivial typo.Andres Freund2016-04-141-1/+1
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-141-2/+10
* Adjust signature of walrcv_receive hook.Tom Lane2016-04-143-6/+6
* Adjust datatype of ReplicationState.acquired_by.Tom Lane2016-04-141-2/+2
* Add required database and origin filtering for logical messages.Andres Freund2016-04-132-9/+20
* Remove unused function GetOldestWALSendPointer from walsender code.Fujii Masao2016-04-131-41/+0
* Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.Fujii Masao2016-04-111-1/+6
* Use proper format specifier %X/%X for LSN, again.Fujii Masao2016-04-061-1/+1
* Generic Messages for Logical DecodingSimon Riggs2016-04-067-1/+339
* Support multiple synchronous standby servers.Fujii Masao2016-04-066-138/+673
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-051-7/+10
* Fix error message from wal_level value renamingPeter Eisentraut2016-04-041-1/+1
* Add Generic WAL interfaceTeodor Sigaev2016-04-011-0/+1
* Fix broken variable declarationAlvaro Herrera2016-03-301-1/+1
* Use proper format specifier %X/%X for LSN.Fujii Masao2016-03-311-1/+1
* Enable logical slots to follow timeline switchesAlvaro Herrera2016-03-301-8/+9
* XLogReader general code cleanupAlvaro Herrera2016-03-301-1/+17
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-294-46/+118
* Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund2016-03-271-1/+1
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-181-1/+1
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-101-0/+2
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-091-21/+2
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-092-2/+2
* Handle invalid libpq sockets in more placesPeter Eisentraut2016-03-081-1/+1
* Further improvements to c8f621c43.Andres Freund2016-03-072-10/+23
* Fix wrong allocation size in c8f621c43.Andres Freund2016-03-061-1/+2
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-052-55/+116
* logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund2016-03-051-10/+10
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-053-14/+41
* logical decoding: fix decoding of a commit's commit time.Andres Freund2016-03-021-1/+1
* Fix typosAlvaro Herrera2016-02-291-4/+4
* Improve error message about active replication slotPeter Eisentraut2016-02-171-1/+1
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-122-2/+2
* Fix typo in comment.Robert Haas2016-02-051-1/+1
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-021-1/+1
* Fix typos in commentsMagnus Hagander2016-02-012-2/+2
* Migrate replication slot I/O locks into a separate tranche.Robert Haas2016-01-291-3/+11
* Refactor to create generic WAL page read callbackSimon Riggs2016-01-201-155/+3