summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2023-12-05Fix incorrect error message for IDENTIFY_SYSTEMDaniel Gustafsson
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-09-27Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-08-24Fix lack of message pluralizationPeter Eisentraut
2023-08-24Fix the error message when failing to restore the snapshot.Amit Kapila
2023-08-02Fix ReorderBufferCheckMemoryLimit() comment.Masahiko Sawada
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-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-04Fix assertion failure in snapshot buildingDaniel Gustafsson
2023-06-28Reword error messages for consistencyPeter Eisentraut
2023-06-23Error message refactoringPeter Eisentraut
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-15Fix possible crash in tablesync worker.Amit Kapila
2023-06-09Honor run_as_owner option in tablesync worker.Masahiko Sawada
2023-06-07Reload configuration more frequently in apply worker.Amit Kapila
2023-05-21Optimize walsender wake up logic using condition variablesAndres Freund
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-05-09Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila
2023-05-03Fix assertion failure in apply worker.Amit Kapila
2023-05-02Fix typos in commentsMichael Paquier
2023-04-24Use elog to report unexpected action in handle_streamed_transaction().Masahiko Sawada
2023-04-20Restart the apply worker if the 'password_required' option is changed.Amit Kapila
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-12Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund
2023-04-08Allow logical decoding on standbysAndres Freund
2023-04-08For cascading replication, wake physical and logical walsenders separatelyAndres Freund
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-07Support invalidating replication slots due to horizon and wal_levelAndres Freund
2023-04-07Prevent use of invalidated logical slot in CreateDecodingContext()Andres Freund
2023-04-07Replace replication slot's invalidated_at LSN with an enumAndres Freund
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-04-04Perform logical replication actions as the table owner.Robert Haas
2023-04-03Fix possible logical replication crash.Robert Haas
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-30Refactor pgoutput_change().Amit Kapila
2023-03-23Allow logical replication to copy tables in binary format.Amit Kapila
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-17Add macros for ReorderBufferTXN toptxn.Amit Kapila
2023-03-16Integrate superuser check into has_rolreplication()Peter Eisentraut
2023-03-15Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila
2023-03-06Fill EState.es_rteperminfos more systematically.Tom Lane
2023-03-06Deduplicate handling of binary and text modes in logicalrep_read_tuple().Amit Kapila
2023-03-02Remove bms_first_member().Tom Lane