summaryrefslogtreecommitdiff
path: root/src/backend/commands/subscriptioncmds.c
AgeCommit message (Expand)Author
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
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-03-31Raise a WARNING for missing publications.Amit Kapila
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-08Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-08-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila
2021-08-04Add prepare API support for streaming transactions in logical replication.Amit Kapila
2021-07-19Don't allow to set replication slot_name as ''.Amit Kapila
2021-07-19Update comments for AlterSubscription.Amit Kapila
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-06Refactor function parse_subscription_options.Amit Kapila
2021-06-28Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATIONMichael Paquier
2021-06-25Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut
2021-06-16Improve SQLSTATE reporting in some replication-related code.Tom Lane