summaryrefslogtreecommitdiff
path: root/src/backend/commands/subscriptioncmds.c
AgeCommit message (Expand)Author
8 daysTidyup WARNING ereports in subscriptioncmds.cDavid Rowley
8 daysUse XLogRecPtrIsValid() in various placesÁlvaro Herrera
8 daysUse stack allocated StringInfoDatas, where possibleDavid Rowley
2025-10-28Add worker type argument to logical replication worker functions.Amit Kapila
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-15Standardize use of REFRESH PUBLICATION in code and messages.Amit Kapila
2025-09-08Post-commit review fixes for 228c370868.Amit Kapila
2025-09-02Add max_retention_duration option to subscriptions.Amit Kapila
2025-08-28Avoid including commands/dbcommands.h in so many placesÁlvaro Herrera
2025-08-19Fix self-deadlock during DROP SUBSCRIPTION.Amit Kapila
2025-08-08Add missing Datum conversionsPeter Eisentraut
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-06-28Message style improvementsPeter Eisentraut
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