summaryrefslogtreecommitdiff
path: root/src/test/subscription
AgeCommit message (Expand)Author
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-09-25Add worker type to pg_stat_subscription.Nathan Bossart
2023-09-14Remove redundant result assignment in 004_sync.pl.Amit Kapila
2023-09-13Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila
2023-09-08Stabilize subscription stats test.Masahiko Sawada
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-07-05pgstat: fix subscription stats entry leak.Masahiko Sawada
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-15Add missing subscription TAP test for mesonMichael Paquier
2023-06-09Honor run_as_owner option in tablesync worker.Masahiko Sawada
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-07Refactor background psql TAP functionsDaniel Gustafsson
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-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-23Ignore generated columns during apply of update/delete.Amit Kapila
2023-03-23Allow logical replication to copy tables in binary format.Amit Kapila
2023-03-21Ignore dropped columns during apply of update/delete.Amit Kapila
2023-03-15Add the testcases for 89e46da5e5.Amit Kapila
2023-03-15Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila
2023-02-09Fix various typos in code and testsMichael Paquier
2023-02-02Allow the logical_replication_mode to be used on the subscriber.Amit Kapila
2023-01-30Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila
2023-01-24Fix the Drop Database hang.Amit Kapila
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
2023-01-13Ignore dropped and generated columns from the column list.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-06Invalidate pgoutput's replication-decisions cache upon schema rename.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-26Add 'logical_decoding_mode' GUC.Amit Kapila
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-02Fix incorrect output from pgoutput when using column lists.Amit Kapila
2022-11-16Shave some cycles off subscription/t/100_bugs.pl tests.Tom Lane
2022-09-30Fix tab-completion after commit 790bf615ddbaAlvaro Herrera
2022-09-24Message style improvementsPeter Eisentraut
2022-09-23Allow publications with schema and table of the same schema.Amit Kapila
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-16Message wording improvementsPeter Eisentraut
2022-09-08Fix the test case introduced by commit 8756930190.Amit Kapila
2022-09-08Raise a warning if there is a possibility of data from multiple origins.Amit Kapila
2022-09-07Message style fixesAlvaro Herrera
2022-08-03Add wait_for_subscription_sync for TAP tests.Amit Kapila
2022-08-02Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila