aboutsummaryrefslogtreecommitdiff
path: root/src/test/subscription
Commit message (Expand)AuthorAge
* Fix various typos in code and testsMichael Paquier2023-02-09
* Allow the logical_replication_mode to be used on the subscriber.Amit Kapila2023-02-02
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-30
* Fix the Drop Database hang.Amit Kapila2023-01-24
* Make new GENERATED-expressions code more bulletproof.Tom Lane2023-01-15
* Ignore dropped and generated columns from the column list.Amit Kapila2023-01-13
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Invalidate pgoutput's replication-decisions cache upon schema rename.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-26
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* Shave some cycles off subscription/t/100_bugs.pl tests.Tom Lane2022-11-16
* 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