summaryrefslogtreecommitdiff
path: root/src/test/subscription
AgeCommit message (Expand)Author
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
2021-06-12Improve log pattern detection in recently-added TAP testsMichael Paquier
2021-06-11Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane
2021-06-01pgoutput: Fix memory leak due to RelationSyncEntry.map.Amit Kapila
2021-05-21Fix deadlock for multiple replicating truncates of the same table.Amit Kapila
2021-05-19Fix 020_messages.pl test.Amit Kapila
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-27Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila
2021-04-26Add more tests with triggers on partitions for logical replicationMichael Paquier
2021-04-06Fix the tests added by commit ac4645c015.Amit Kapila
2021-04-06Allow pgoutput to send logical decoding messages.Amit Kapila
2021-02-16Remove the unnecessary PrepareWrite in pgoutput.Amit Kapila
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-01-30Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.Noah Misch
2021-01-25Fix ALTER PUBLICATION...DROP TABLE behavior.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-13Use HASH_BLOBS for xidhash.Noah Misch
2020-10-15Fix query in new test to check tables are syncedAlvaro Herrera
2020-10-14Restore replication protocol's duplicate command tagsAlvaro Herrera
2020-09-07Add additional tests to test streaming of in-progress transactions.Amit Kapila
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-07-20Fix construction of updated-columns bitmap in logical replication.Tom Lane
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-05-16Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-06Add logical replication support to replicate into partitioned tablesPeter Eisentraut
2020-03-10Support adding partitioned tables to publicationPeter Eisentraut
2020-01-12Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier
2020-01-06Have logical replication subscriber fire column triggersPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-22Add test coverage for "unchanged toast column" replication code path.Tom Lane