summaryrefslogtreecommitdiff
path: root/src/include/replication
AgeCommit message (Expand)Author
2018-01-17Ability to advance replication slotsSimon Riggs
2018-01-05Fix failure to delete spill files of aborted transactionsAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-22Generational memory allocatorSimon Riggs
2017-10-03Fix race condition with unprotected use of a latch pointer variable.Tom Lane
2017-08-23Update code comment for temporary replication slotsPeter Eisentraut
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-05Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-07-25Fix race conditions in replication slot operationsAlvaro Herrera
2017-06-30Fix locking in WAL receiver/sender shmem state structsAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-21Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane
2017-06-19Fix leaking of small spilled subtransactions during logical decoding.Andres Freund
2017-06-08Use standard interrupt handling in logical replication launcher.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Revert "Prevent panic during shutdown checkpoint"Andres Freund
2017-06-02Fix signal handling in logical replication workersPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2017-05-12Lag tracking for logical replicationSimon Riggs
2017-05-09Improve memory use in logical replication applyPeter Eisentraut
2017-05-05Prevent panic during shutdown checkpointPeter Eisentraut
2017-05-01Fix logical replication launcher wake up and resetPeter Eisentraut
2017-04-27Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund
2017-04-27Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund
2017-04-26Fix various concurrency issues in logical replication worker launchingPeter Eisentraut
2017-04-24Get rid of extern declarations of non-existent functions.Fujii Masao
2017-04-18A collection of small fixes for logical replication.Fujii Masao
2017-04-14Make header self-containedPeter Eisentraut
2017-04-10Support configuration reload in logical replication workersPeter Eisentraut
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