summaryrefslogtreecommitdiff
path: root/src/test/subscription
AgeCommit message (Expand)Author
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
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-24Fix intermetent test failure in 028_row_filter.pl.Amit Kapila
2022-06-21Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-06-15Fix cache look-up failures while applying changes in logical replication.Amit Kapila
2022-06-12Make subscription tests pass with log_error_verbosity=verboseAndrew Dunstan
2022-06-02Prohibit combining publications with different column lists.Amit Kapila
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-03-31Raise a WARNING for missing publications.Amit Kapila
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-03-26Wait for subscription to sync in t/031_column_list.sqlTomas Vondra
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra