summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-27Fix replication of in-progress transactions in tablesync worker.Amit Kapila
2020-11-26Restore lock level to update statusFlagsAlvaro Herrera
2020-11-26Use Enums for logical replication message types at more places.Amit Kapila
2020-11-24Centralize logic for skipping useless ereport/elog calls.Tom Lane
2020-11-23Split copy.c into four files.Heikki Linnakangas
2020-11-18Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera
2020-11-17Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila
2020-11-16Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera
2020-11-12change wire protocol data type for history file contentBruce Momjian
2020-11-12Use standard SIGHUP and SIGTERM handlers in walreceiver.Fujii Masao
2020-11-12Remove useless SHA256 initialization when not using backup manifestsMichael Paquier
2020-11-11Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-11-02Use Enum for top level logical replication message types.Amit Kapila
2020-10-29Track statistics for streaming of changes from ReorderBuffer.Amit Kapila
2020-10-28Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane
2020-10-19Remove PartitionRoutingInfo struct.Heikki Linnakangas
2020-10-15Review logical replication tablesync codeAlvaro Herrera
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-15Execute invalidation messages for each XLOG_XACT_INVALIDATIONS messageAmit Kapila
2020-10-14Restore replication protocol's duplicate command tagsAlvaro Herrera
2020-10-14Remove es_result_relation_info from EState.Heikki Linnakangas
2020-10-13Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas
2020-10-09Fix typos in logical.c and reorderbuffer.c.Amit Kapila
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-07Display the names of missing columns in error during logical replication.Amit Kapila
2020-09-29Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao
2020-09-26Fix the logical replication from HEAD to lower versions.Amit Kapila
2020-09-18Update file header comments for logical/relation.c.Amit Kapila
2020-09-17Teach walsender to update its process title for replication commands.Tom Lane
2020-09-17Fix bogus completion tag usage in walsenderAlvaro Herrera
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
2020-09-16Don't fetch partition check expression during InitResultRelInfo.Tom Lane
2020-09-16Fix bogus cache-invalidation logic in logical replication worker.Tom Lane
2020-09-16Fix initialization of RelationSyncEntry for streaming transactions.Amit Kapila
2020-09-14Make walsenders show their replication commands in pg_stat_activity.Tom Lane
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-12Remove unused function declaration in logicalproto.h.Amit Kapila
2020-09-11Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane
2020-09-10Print WAL logical message contents in pg_waldumpAlvaro Herrera
2020-09-10doc: Fix some grammar and inconsistenciesMichael Paquier
2020-09-09Minor fixes in docs and error messages.Tom Lane
2020-09-05Fix over-eager ping'ing in logical replication receiver.Tom Lane
2020-09-05Remove still more useless assignments.Tom Lane
2020-09-04Fix inline marking introduced in commit 464824323e.Amit Kapila
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-09-02Avoid unnecessary acquisition of SyncRepLock in transaction commit time.Fujii Masao
2020-08-18snapshot scalability: cache snapshots using a xact completion counter.Andres Freund
2020-08-14snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund