summaryrefslogtreecommitdiff
path: root/src/include/replication
AgeCommit message (Expand)Author
2017-03-28Cleanup slots during drop databaseSimon Riggs
2017-03-26Fix typos in logical replication support for initial data copy.Tom Lane
2017-03-23Remove trailing comma from enum definitionPeter Eisentraut
2017-03-23Assorted compilation and test fixesPeter Eisentraut
2017-03-23Replication lag tracking for walsendersSimon Riggs
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-14Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut
2017-02-27Use the new "Slab" context for some allocations in reorderbuffer.h.Andres Freund
2017-02-17Fix typo on commentPeter Eisentraut
2017-02-15Formatting and docs corrections for logical decoding output plugins.Tom Lane
2017-01-25Update copyright years in some recently added filesPeter Eisentraut
2017-01-21Add more includes so header files are self-containedPeter Eisentraut
2017-01-20Logical replicationPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-19Support quorum-based synchronous replication.Fujii Masao
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-12-02Fix Windows build for 78c8c814390fAlvaro Herrera
2016-12-02Refactor libpqwalreceiverPeter Eisentraut
2016-12-02Use latch instead of select() in walreceiverPeter Eisentraut
2016-06-29Add conninfo to pg_stat_wal_receiverAlvaro Herrera
2016-06-09pgindent run for 9.6Robert Haas
2016-05-02Fix thinko in commentAlvaro Herrera
2016-05-02Fix code comments regarding logical decodingAlvaro Herrera
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-14Adjust signature of walrcv_receive hook.Tom Lane
2016-04-14Add required database and origin filtering for logical messages.Andres Freund
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-03-31Blind attempt at fixing Win32 issue on 24c5f1a103cAlvaro Herrera
2016-03-30Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-02-25Fix typosAlvaro Herrera
2016-01-29Migrate replication slot I/O locks into a separate tranche.Robert Haas
2016-01-07pgstat: add WAL receiver status view & SRFAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-28Fix "sesssion" typoAlvaro Herrera
2015-08-11Don't include rel.h when relcache.h is sufficientAlvaro Herrera
2015-08-11Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund
2015-08-11Introduce macros determining if a replication slot is physical or logical.Andres Freund
2015-08-06Improve includes introduced in the replication origins patch.Andres Freund
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
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