summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2021-04-22Fix relation leak for subscribers firing triggers in logical replicationMichael Paquier
2021-04-19Use correct format placeholder for pidsPeter Eisentraut
2021-04-17Use correct format placeholder for block numbersPeter Eisentraut
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-14Use NameData datatype for slotname in stats.Amit Kapila
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-08Add circular WAL decoding buffer.Thomas Munro
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-04-07Message improvementPeter Eisentraut
2021-04-06Postpone some stuff out of ExecInitModifyTable.Tom Lane
2021-04-06Remove tupgone special case from vacuumlazy.c.Peter Geoghegan
2021-04-06Allow pgoutput to send logical decoding messages.Amit Kapila
2021-04-06Refactor function parse_output_parameters.Amit Kapila
2021-04-03Do not rely on pgstat.h to indirectly include storage/ headers.Andres Freund
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