summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/subscription.out
AgeCommit message (Expand)Author
2024-10-28Change the default value of the streaming option to 'parallel'.Amit Kapila
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-01-30Add a failover option to subscriptions.Amit Kapila
2023-09-13Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila
2023-05-16psql: Adjust capitalization of table headingPeter Eisentraut
2023-05-12Improve error message for pg_create_subscription.Nathan Bossart
2023-04-24Display 'password_required' option for \dRs+ command.Amit Kapila
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-03-30Clean up role created in new subscription test.Tom Lane
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-17Fix typo in comment.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2022-10-13Improve the WARNING message for CREATE SUBSCRIPTION.Amit Kapila
2022-10-07Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-06-19Message and documentation refinementsPeter Eisentraut
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2021-12-08Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier
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-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-25Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut
2021-04-06ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut
2021-02-12Fix Subscription test added by commit ce0fdbfe97.Amit Kapila
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2019-06-29Fix regression tests to use only global names beginning with "regress_".Tom Lane
2019-05-28Fix typo in messageAlvaro Herrera
2019-05-17Fix regression test outputsMichael Paquier
2017-06-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-05-18Improve CREATE SUBSCRIPTION option parsingPeter Eisentraut
2017-05-17Add more tests for CREATE SUBSCRIPTIONPeter Eisentraut
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-05-08Check connection info string in ALTER SUBSCRIPTIONPeter Eisentraut
2017-04-17Fix typos in comment and log message.Fujii Masao
2017-04-14Add option to modify sync commit per subscriptionPeter Eisentraut
2017-03-25Remember to drop roles created by regression tests.Tom Lane
2017-03-25Add COMMENT and SECURITY LABEL support for publications and subscriptionsPeter Eisentraut
2017-03-25Add more subscription DDL testsPeter Eisentraut
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-15Simplify publication/subscription tests a bitPeter Eisentraut
2017-03-08Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAMEPeter Eisentraut
2017-03-04Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut