summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
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
2020-08-13snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-08-09Remove useless Assert.Tom Lane
2020-08-08walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera
2020-08-08Add some const decorationsPeter Eisentraut
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-07-28Extend the logical decoding output plugin API with stream methods.Amit Kapila
2020-07-23WAL Log invalidations at command end with wal_level=logical.Amit Kapila
2020-07-21Weaken type-OID-matching checks in array_recv and record_recv.Tom Lane
2020-07-20Fix construction of updated-columns bitmap in logical replication.Tom Lane
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-20Immediately WAL-log subtransaction and top-level XID association.Amit Kapila