summaryrefslogtreecommitdiff
path: root/src/test/subscription
AgeCommit message (Expand)Author
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
2022-01-16Update copyright notice to 2022 for recently-introduced TAP testMichael Paquier
2022-01-09More cleanup of a2ab9c06ea.Jeff Davis
2022-01-08Fix pgperlcritic complaint, per buildfarm.Jeff Davis
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-09Fix double publish of child table's data.Amit Kapila
2021-12-01Fix regression test failure caused by commit 8d74fc96db.Amit Kapila
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-16Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila
2021-10-31Doc: improve README files associated with TAP tests.Tom Lane
2021-10-29Add tap tests for the schema publications.Amit Kapila
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-09-30Remove gratuitous environment dependency in 002_types.pl test.Tom Lane
2021-09-01Fix the random test failure in 001_rep_changes.Amit Kapila
2021-08-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila
2021-08-09Fix typo in 022_twophase_cascade.pl.Amit Kapila
2021-08-04Add prepare API support for streaming transactions in logical replication.Amit Kapila
2021-08-02Fix test failure in 021_twophase.pl.Amit Kapila
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-19Handle no replica identity index case in RelationGetIdentityKeyBitmap.Amit Kapila