summaryrefslogtreecommitdiff
path: root/src/include/replication
AgeCommit message (Expand)Author
2020-01-17Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera
2020-01-14walreceiver uses a temporary replication slot by defaultPeter Eisentraut
2020-01-14Expose PQbackendPID() through walreceiver APIPeter Eisentraut
2020-01-10Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-21Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2019-11-19Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila
2019-09-24Rework WAL-reading supporting structsAlvaro Herrera
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-06-13Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-14Fix duplicated words in commentsMichael Paquier
2019-04-29In walreceiver, don't try to do ereport() in a signal handler.Tom Lane
2019-04-05Add facility to copy replication slotsAlvaro Herrera
2019-03-15Add walreceiver API to get remote server versionPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-09Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-09-03Fix memory leak in TRUNCATE decodingTomas Vondra
2018-07-16Add subtransaction handling for table synchronization workers.Robert Haas
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-06-10Fix and document lock handling for in-memory replication slot dataMichael Paquier
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-03-31Portability fix for commit 9a895462d.Tom Lane
2018-03-30Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2018-03-15logical replication: fix OID type mapping mechanismAlvaro Herrera
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