summaryrefslogtreecommitdiff
path: root/src/test/subscription
AgeCommit message (Expand)Author
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
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-17Fix row filters with multiple publicationsTomas Vondra
2022-03-16Fix publish_as_relid with multiple publicationsTomas Vondra
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-24Fix one of the tests introduced in commit 52e4f0cd47.Amit Kapila
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson