aboutsummaryrefslogtreecommitdiff
path: root/src/test/subscription
Commit message (Expand)AuthorAge
* Fix tab-completion after commit 790bf615ddbaAlvaro Herrera2022-09-30
* Message style improvementsPeter Eisentraut2022-09-24
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-23
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Message wording improvementsPeter Eisentraut2022-09-16
* Fix the test case introduced by commit 8756930190.Amit Kapila2022-09-08
* Raise a warning if there is a possibility of data from multiple origins.Amit Kapila2022-09-08
* Message style fixesAlvaro Herrera2022-09-07
* Add wait_for_subscription_sync for TAP tests.Amit Kapila2022-08-03
* Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila2022-08-02
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* pgindent run prior to branching v15.Tom Lane2022-06-30
* Fix intermetent test failure in 028_row_filter.pl.Amit Kapila2022-06-24
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-21
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Fix cache look-up failures while applying changes in logical replication.Amit Kapila2022-06-15
* Make subscription tests pass with log_error_verbosity=verboseAndrew Dunstan2022-06-12
* Prohibit combining publications with different column lists.Amit Kapila2022-06-02
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* pgstat: add/extend tests for resetting various kinds of stats.Andres Freund2022-04-07
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Raise a WARNING for missing publications.Amit Kapila2022-03-31
* Skip empty transactions for logical replication.Amit Kapila2022-03-30
* Wait for subscription to sync in t/031_column_list.sqlTomas Vondra2022-03-27
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* Fix row filters with multiple publicationsTomas Vondra2022-03-17
* Fix publish_as_relid with multiple publicationsTomas Vondra2022-03-16
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Optionally disable subscriptions on error.Amit Kapila2022-03-14
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Fix one of the tests introduced in commit 52e4f0cd47.Amit Kapila2022-02-24
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-11
* Update copyright notice to 2022 for recently-introduced TAP testMichael Paquier2022-01-16
* More cleanup of a2ab9c06ea.Jeff Davis2022-01-08
* Fix pgperlcritic complaint, per buildfarm.Jeff Davis2022-01-08
* Respect permissions within logical replication.Jeff Davis2022-01-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix double publish of child table's data.Amit Kapila2021-12-09
* Fix regression test failure caused by commit 8d74fc96db.Amit Kapila2021-12-01
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-30
* Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila2021-11-16
* Doc: improve README files associated with TAP tests.Tom Lane2021-10-31
* Add tap tests for the schema publications.Amit Kapila2021-10-29
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24
* Remove gratuitous environment dependency in 002_types.pl test.Tom Lane2021-09-30