summaryrefslogtreecommitdiff
path: root/src/include/replication
AgeCommit message (Expand)Author
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-29Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.Andres Freund
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-26Make SyncRepWakeQueue to a static functionTatsuo Ishii
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-21Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane
2015-02-21Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-17Replace walsender's latch with the general shared latch.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-12Put the logic to decide which synchronous standby is active into a function.Heikki Linnakangas
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-12Add GUC to enable logging of replication commands.Fujii Masao
2014-07-06Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund
2014-06-12Consistency improvements for slot and decoding code.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-07Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane
2014-03-03Introduce logical decoding.Robert Haas
2014-02-27Allow BASE_BACKUP to be throttledAlvaro Herrera
2014-02-01Introduce replication slots.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-23Fix typo in comment.Robert Haas
2013-01-23Fix more issues with cascading replication and timeline switches.Heikki Linnakangas
2013-01-18Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-11-07Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas
2012-10-11Improve replication connection timeouts.Heikki Linnakangas
2012-10-05Use the regular main processing loop also in walsenders.Heikki Linnakangas
2012-08-28syncrep.h must include xlogdefs.hAlvaro Herrera
2012-08-09Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs
2012-08-09Ensure all replication message info is available and correct via WalRcvSimon Riggs
2012-07-18Fix management of pendingOpsTable in auxiliary processes.Tom Lane
2012-07-02Make walsender more responsive.Robert Haas
2012-06-25Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-30Various minor comments changes from bgwriter to checkpointer.Simon Riggs
2012-01-24Add new replication mode synchronous_commit = 'write'.Simon Riggs
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-31Send new protocol keepalive messages to standby servers.Simon Riggs
2011-09-14Split walsender.h in public/private headersAlvaro Herrera
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-04walsender.h doesn't need xlog.h, per Tom.Bruce Momjian
2011-09-04Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian