summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2023-12-05Fix indentationDaniel Gustafsson
2023-12-05Fix incorrect error message for IDENTIFY_SYSTEMDaniel Gustafsson
2023-12-03Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas
2023-11-30Remove redundant setting of hashkey after insertionJohn Naylor
2023-11-27Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila
2023-11-22Fix the initial sync tables with no columns.Amit Kapila
2023-11-22Stop the search once the slot for replication origin is found.Amit Kapila
2023-11-21Simplify some logic in CreateReplicationSlot()Michael Paquier
2023-11-21Log messages for replication slot acquisition and release.Amit Kapila
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-11-10Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila
2023-11-06Make use of initReadOnlyStringInfo() in more placesDavid Rowley
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-26Introduce the concept of read-only StringInfosDavid Rowley
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-10-23Remove unnecessary break in pg_logical_replication_slot_advance()Michael Paquier
2023-10-19During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas
2023-10-18Add flush option to pg_logical_emit_message()Michael Paquier
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-10-03Tidy-up some appendStringInfo*() usagesDavid Rowley
2023-09-28Move tracking of in_streaming to PGOutputDataMichael Paquier
2023-09-27Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila
2023-09-25Add worker type to pg_stat_subscription.Nathan Bossart
2023-09-20Fix typos in pgoutput.cMichael Paquier
2023-09-14Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila
2023-09-06Use more consistent names for wait event objects and typesMichael Paquier
2023-09-04Fix typo in decode.c.Amit Kapila
2023-08-30Fix some shadow variables in src/backend/replication/Michael Paquier
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-08-25Reset the logical worker type while cleaning up other worker info.Amit Kapila
2023-08-24Fix lack of message pluralizationPeter Eisentraut
2023-08-24Fix the error message when failing to restore the snapshot.Amit Kapila
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-08-22Simplify the logical worker type checks by using the switch on worker type.Amit Kapila
2023-08-14Simplify determining logical replication worker types.Amit Kapila
2023-08-04Simplify some of the logical replication worker-type checks.Amit Kapila
2023-08-03Refactor to split Apply and Tablesync Workers code.Amit Kapila
2023-08-02Fix ReorderBufferCheckMemoryLimit() comment.Masahiko Sawada
2023-07-25Fix code indentation vioaltion introduced in commit d38ad8e31d.Amit Kapila
2023-07-25Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada
2023-07-25Fix the display of UNKNOWN message type in apply worker.Amit Kapila
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-07-13Fix untranslatable log message assemblyPeter Eisentraut
2023-07-13Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada
2023-07-10Message wording improvementsPeter Eisentraut
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-07-05Change example in pgindent README on "/*-----" comments.Heikki Linnakangas
2023-07-04Fix assertion failure in snapshot buildingDaniel Gustafsson
2023-07-03Increase size of bgw_library_name.Nathan Bossart