aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Fix typos in comments.Heikki Linnakangas2016-10-26
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* libpqwalreceiver needs to link with libintl when using --enable-nls.Tom Lane2016-10-07
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Correct logical decoding restore behaviour for subtransactions.Andres Freund2016-10-03
* Exclude additional directories in pg_basebackupPeter Eisentraut2016-09-28
* Fix dangling pointer problem in ReorderBufferSerializeChange.Robert Haas2016-09-28
* Identify walsenders in pg_stat_activitySimon Riggs2016-09-12
* Add location field to DefElemPeter Eisentraut2016-09-06
* Dirty replication slots when using sql interfaceSimon Riggs2016-09-05
* Remove duplicate code from ReorderBufferCleanupTXN().Tom Lane2016-09-04
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* reorderbuffer: preserve errno while reporting errorAlvaro Herrera2016-08-19
* Properly re-initialize replication slot shared memory upon creation.Andres Freund2016-08-17
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Code cleanup in SyncRepWaitForLSN()Simon Riggs2016-08-12
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-07
* Fix typos in comments and debug messageMagnus Hagander2016-07-18
* walreceiver: tweak pg_stat_wal_receiver behaviorAlvaro Herrera2016-07-01
* Fix typo in ReorderBufferIterTXNInit().Tom Lane2016-06-30
* Add conninfo to pg_stat_wal_receiverAlvaro Herrera2016-06-29
* pgindent run for 9.6Robert Haas2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Revert timeline following in replication slotsAlvaro Herrera2016-05-04
* Fix code comments regarding logical decodingAlvaro Herrera2016-05-02
* Remove warning about num_sync being too large in synchronous_standby_names.Tom Lane2016-04-30
* Remember asking for feedback during walsender shutdown.Andres Freund2016-04-28
* Clean up parsing of synchronous_standby_names GUC variable.Tom Lane2016-04-27
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Fix trivial typo.Andres Freund2016-04-14
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* Adjust signature of walrcv_receive hook.Tom Lane2016-04-14
* Adjust datatype of ReplicationState.acquired_by.Tom Lane2016-04-14
* Add required database and origin filtering for logical messages.Andres Freund2016-04-13
* Remove unused function GetOldestWALSendPointer from walsender code.Fujii Masao2016-04-13
* Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.Fujii Masao2016-04-11
* Use proper format specifier %X/%X for LSN, again.Fujii Masao2016-04-06
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Support multiple synchronous standby servers.Fujii Masao2016-04-06
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-05
* Fix error message from wal_level value renamingPeter Eisentraut2016-04-04
* Add Generic WAL interfaceTeodor Sigaev2016-04-01
* Fix broken variable declarationAlvaro Herrera2016-03-30
* Use proper format specifier %X/%X for LSN.Fujii Masao2016-03-31
* Enable logical slots to follow timeline switchesAlvaro Herrera2016-03-30
* XLogReader general code cleanupAlvaro Herrera2016-03-30
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund2016-03-27
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10