summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
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
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-15Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis
2020-12-13Use HASH_BLOBS for xidhash.Noah Misch
2020-12-13Correct behavior descriptions in comments, and correct a test name.Noah Misch
2020-12-04Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut
2020-12-04Remove incorrect assertion in reorderbuffer.c.Amit Kapila
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
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