summaryrefslogtreecommitdiff
path: root/src/backend/commands/subscriptioncmds.c
AgeCommit message (Expand)Author
2025-02-21Fix a WARNING for data origin discrepancies.Amit Kapila
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Change the default value of the streaming option to 'parallel'.Amit Kapila
2024-10-25Refactor code converting a publication name List to a StringInfoMichael Paquier
2024-08-29Message style improvementsPeter Eisentraut
2024-08-15Improve ALTER PUBLICATION validation and error messagesDavid Rowley
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-07-11Improve logical replication connection-failure messages.Tom Lane
2024-04-23Fix the handling of the failover option in subscription commands.Amit Kapila
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-02-07Clean-ups for 776621a5e4 and 7329240437.Amit Kapila
2024-02-05Enhance libpqrcv APIs to support slot synchronization.Amit Kapila
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-29Allow setting failover property in the replication command.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-09-13Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila
2023-08-16Improved CREATE SUBSCRIPTION message for clarityPeter Eisentraut
2023-07-05pgstat: fix subscription stats entry leak.Masahiko Sawada
2023-06-21Fix the errhint message and docs for drop subscription failure.Amit Kapila
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-12Improve error message for pg_create_subscription.Nathan Bossart
2023-05-02Fix typos in commentsMichael Paquier
2023-04-19Remove some tabs in SQL code in C string literalsPeter Eisentraut
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-06Wake up a subscription's replication worker processes after DDL.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-10-18Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATIONAlvaro Herrera
2022-10-13Improve the WARNING message for CREATE SUBSCRIPTION.Amit Kapila
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-09-24Message style improvementsPeter Eisentraut
2022-09-16Message wording improvementsPeter Eisentraut
2022-09-15Fix grammar in error messageJohn Naylor
2022-09-12Make the tablesync worker's replication origin drop logic robust.Amit Kapila
2022-09-08Raise a warning if there is a possibility of data from multiple origins.Amit Kapila
2022-08-30Drop replication origin slots before tablesync worker exits.Amit Kapila
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-07-27Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-06pgstat: drop subscription stats without slot as well, fix commentAndres Freund
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-02Prohibit combining publications with different column lists.Amit Kapila
2022-05-12Pre-beta mechanical code beautification.Tom Lane