summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2022-03-07Make the errcontext message in logical replication worker translation friendly.Amit Kapila
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-27Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.Andres Freund
2022-02-26Fix typo in logicalfuncs.c.Amit Kapila
2022-02-26Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-23Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-18Fix a comment in worker.c.Amit Kapila
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-15Move replication slot release to before_shmem_exit().Andres Freund
2022-02-14Move scanint8() to numutils.cPeter Eisentraut
2022-02-13Silence minor compiler warnings.Tom Lane
2022-02-11Add suport for server-side LZ4 base backup compression.Robert Haas
2022-02-10Logical decoding of sequencesTomas Vondra
2022-02-10Remove server support for the previous base backup protocol.Robert Haas
2022-02-10Remove server support for old BASE_BACKUP command syntax.Robert Haas
2022-02-04Improve invalidation handling in pgoutput.c.Amit Kapila
2022-02-02Fix server crash bug in 'server' backup target.Robert Haas
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-28Adjust server-side backup to depend on pg_write_server_files.Robert Haas
2022-01-27pg_basebackup: Add a dummy return to bbsink_gzip_new().Robert Haas
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-24Server-side gzip compression.Robert Haas
2022-01-24Remember to reset yy_start state when firing up repl_scanner.l.Tom Lane
2022-01-23Clean up recent Coverity complaints.Tom Lane
2022-01-20Support base backup targets.Robert Haas
2022-01-19Make logical decoding a part of the rmgr.Jeff Davis
2022-01-19Fix alignment problem with bbsink_copystream buffer.Robert Haas
2022-01-18Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-09More cleanup of a2ab9c06ea.Jeff Davis
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-05Reduce relcache access in WAL sender streaming logical changesMichael Paquier
2021-12-09Fix some typos with {a,an}Michael Paquier
2021-12-08Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila
2021-12-01Fix comment grammar in slotfuncs.cMichael Paquier
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-24Rename SnapBuild* macros in slot.c.Amit Kapila
2021-11-22Be more specific about OOM in XLogReaderAllocateAlvaro Herrera
2021-11-15Fix thinko in bbsink_throttle_manifest_contents.Robert Haas
2021-11-11Restore lock level to set vacuum flagsAlvaro Herrera
2021-11-10Doc: improve protocol spec for logical replication Type messages.Tom Lane
2021-11-10Fix thinko in assertion in basebackup.c.Robert Haas
2021-11-10Improve error messages for some callers of XLogReadRecord()Michael Paquier
2021-11-09Have the server properly terminate tar archives.Robert Haas