summaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-271-5/+0
* Add key management systemBruce Momjian2020-12-251-0/+5
* Update comment atop of ReorderBufferQueueMessage().Amit Kapila2020-12-191-1/+2
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-154-11/+0
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-141-16/+10
* Use HASH_BLOBS for xidhash.Noah Misch2020-12-121-1/+1
* Correct behavior descriptions in comments, and correct a test name.Noah Misch2020-12-122-2/+2
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-041-4/+5
* Remove incorrect assertion in reorderbuffer.c.Amit Kapila2020-12-041-4/+6
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-041-1/+7
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-022-10/+39
* Fix replication of in-progress transactions in tablesync worker.Amit Kapila2020-11-271-45/+55
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-261-1/+1
* Use Enums for logical replication message types at more places.Amit Kapila2020-11-261-7/+7
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-232-3/+3
* Split copy.c into four files.Heikki Linnakangas2020-11-231-2/+2
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-182-2/+2
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-171-0/+1
* Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera2020-11-162-4/+4
* change wire protocol data type for history file contentBruce Momjian2020-11-121-1/+1
* Use standard SIGHUP and SIGTERM handlers in walreceiver.Fujii Masao2020-11-121-43/+10
* Remove useless SHA256 initialization when not using backup manifestsMichael Paquier2020-11-121-2/+7
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-102-28/+5
* Move catalog index declarationsPeter Eisentraut2020-11-071-1/+0
* Use Enum for top level logical replication message types.Amit Kapila2020-11-022-57/+56
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-293-7/+34
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-281-3/+2
* Remove PartitionRoutingInfo struct.Heikki Linnakangas2020-10-191-7/+4
* Review logical replication tablesync codeAlvaro Herrera2020-10-153-156/+123
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-153-5/+5
* Execute invalidation messages for each XLOG_XACT_INVALIDATIONS messageAmit Kapila2020-10-151-21/+82
* Restore replication protocol's duplicate command tagsAlvaro Herrera2020-10-142-2/+2
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-141-11/+6
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-131-14/+18
* Fix typos in logical.c and reorderbuffer.c.Amit Kapila2020-10-092-3/+3
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-084-2/+83
* Display the names of missing columns in error during logical replication.Amit Kapila2020-10-071-10/+45
* Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao2020-09-291-0/+9
* Fix the logical replication from HEAD to lower versions.Amit Kapila2020-09-262-3/+5
* Update file header comments for logical/relation.c.Amit Kapila2020-09-181-3/+4
* Teach walsender to update its process title for replication commands.Tom Lane2020-09-161-2/+12
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-161-13/+21
* Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane2020-09-162-6/+2
* Don't fetch partition check expression during InitResultRelInfo.Tom Lane2020-09-161-1/+1
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-161-27/+44
* Fix initialization of RelationSyncEntry for streaming transactions.Amit Kapila2020-09-161-14/+15
* Make walsenders show their replication commands in pg_stat_activity.Tom Lane2020-09-141-28/+34
* Message fixes and style improvementsPeter Eisentraut2020-09-141-1/+4
* Remove unused function declaration in logicalproto.h.Amit Kapila2020-09-121-1/+1
* Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane2020-09-111-1/+2