summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-12-02Fix outdated commentsAlvaro Herrera
2016-12-02Refactor libpqwalreceiverPeter Eisentraut
2016-12-02Use latch instead of select() in walreceiverPeter Eisentraut
2016-11-22Support condition variables.Robert Haas
2016-10-26Fix typos in comments.Heikki Linnakangas
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-08libpqwalreceiver needs to link with libintl when using --enable-nls.Tom Lane
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-10-04Correct logical decoding restore behaviour for subtransactions.Andres Freund
2016-09-28Exclude additional directories in pg_basebackupPeter Eisentraut
2016-09-28Fix dangling pointer problem in ReorderBufferSerializeChange.Robert Haas
2016-09-12Identify walsenders in pg_stat_activitySimon Riggs
2016-09-06Add location field to DefElemPeter Eisentraut
2016-09-05Dirty replication slots when using sql interfaceSimon Riggs
2016-09-05Remove duplicate code from ReorderBufferCleanupTXN().Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-19reorderbuffer: preserve errno while reporting errorAlvaro Herrera
2016-08-17Properly re-initialize replication slot shared memory upon creation.Andres Freund
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-08-12Code cleanup in SyncRepWaitForLSN()Simon Riggs
2016-08-07Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane
2016-07-18Fix typos in comments and debug messageMagnus Hagander
2016-07-01walreceiver: tweak pg_stat_wal_receiver behaviorAlvaro Herrera
2016-06-30Fix typo in ReorderBufferIterTXNInit().Tom Lane
2016-06-29Add conninfo to pg_stat_wal_receiverAlvaro Herrera
2016-06-09pgindent run for 9.6Robert Haas
2016-06-03Fix various common mispellings.Greg Stark
2016-05-04Revert timeline following in replication slotsAlvaro Herrera
2016-05-02Fix code comments regarding logical decodingAlvaro Herrera
2016-04-30Remove warning about num_sync being too large in synchronous_standby_names.Tom Lane
2016-04-29Remember asking for feedback during walsender shutdown.Andres Freund
2016-04-27Clean up parsing of synchronous_standby_names GUC variable.Tom Lane
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