summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
2021-04-01Ensure to send a prepare after we detect concurrent abort during decoding.Amit Kapila
2021-03-31Improve style of some replication-related error messages.Tom Lane
2021-03-30Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila
2021-03-25Sanitize the term "combo CID" in code commentsMichael Paquier
2021-03-24Improve an error messagePeter Eisentraut
2021-03-24Rename wait event WalrcvExit to WalReceiverExit.Fujii Masao
2021-03-23Fix dangling pointer reference in stream_cleanup_files.Amit Kapila
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-19Don't leak malloc'd error string in libpqrcv_check_conninfo().Tom Lane
2021-03-17Code review for server's handling of "tablespace map" files.Tom Lane
2021-03-17Fix race condition in drop subscription's handling of tablesync slots.Amit Kapila
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-12Add condition variable for walreceiver shutdown.Thomas Munro
2021-03-10Small debug message tweakPeter Eisentraut
2021-03-03Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila
2021-03-01Avoid repeated decoding of prepared transactions after a restart.Amit Kapila
2021-03-01Use FeBeWaitSet for walsender.c.Thomas Munro
2021-03-01Update the docs and comments for decoding of prepared xacts.Amit Kapila
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-23Fix an oversight in ReorderBufferFinishPrepared.Amit Kapila
2021-02-18Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-16Remove the unnecessary PrepareWrite in pgoutput.Amit Kapila
2021-02-16Remove backwards compat ugliness in snapbuild.c.Andres Freund
2021-02-15Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-10Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila
2021-02-04Clarify comment in tablesync.cMichael Paquier
2021-02-02Remove unused column atttypmod from initial tablesync queryMichael Paquier
2021-01-25Fix two typos in snapbuild.c.Andres Freund
2021-01-25Remove CheckpointLock.Robert Haas
2021-01-25Fix ALTER PUBLICATION...DROP TABLE behavior.Amit Kapila
2021-01-19pgindent worker.c.Amit Kapila
2021-01-18Narrow the scope of a local variable.Tom Lane
2021-01-14Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao
2021-01-14Rework refactoring of hex and encoding routinesMichael Paquier
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-13Fix memory leak in SnapBuildSerialize.Amit Kapila
2021-01-12Fix relation descriptor leak.Amit Kapila
2021-01-06Fix typos in decode.c and logical.c.Amit Kapila
2021-01-05Fix typo in origin.c.Amit Kapila
2021-01-05Fix typo in reorderbuffer.c.Amit Kapila
2021-01-04Allow decoding at prepare time in ReorderBuffer.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-19Update comment atop of ReorderBufferQueueMessage().Amit Kapila