summaryrefslogtreecommitdiff
path: root/src/test/subscription
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-193-3/+3
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-071-36/+15
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-041-0/+204
* Perform logical replication actions as the table owner.Robert Haas2023-04-041-87/+78
* Add new predefined role pg_create_subscription.Robert Haas2023-03-301-1/+1
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-293-11/+65
* Ignore generated columns during apply of update/delete.Amit Kapila2023-03-231-3/+13
* Allow logical replication to copy tables in binary format.Amit Kapila2023-03-231-10/+170
* Ignore dropped columns during apply of update/delete.Amit Kapila2023-03-211-0/+55
* Add the testcases for 89e46da5e5.Amit Kapila2023-03-151-0/+448
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-151-0/+1
* Fix various typos in code and testsMichael Paquier2023-02-091-1/+1
* Allow the logical_replication_mode to be used on the subscriber.Amit Kapila2023-02-023-2/+133
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-304-4/+4
* Fix the Drop Database hang.Amit Kapila2023-01-241-3/+7
* Make new GENERATED-expressions code more bulletproof.Tom Lane2023-01-151-7/+41
* Ignore dropped and generated columns from the column list.Amit Kapila2023-01-131-0/+47
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-097-368/+789
* Invalidate pgoutput's replication-decisions cache upon schema rename.Tom Lane2023-01-061-1/+64
* Update copyright for 2023Bruce Momjian2023-01-0234-34/+34
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-264-57/+57
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-021-0/+33
* Shave some cycles off subscription/t/100_bugs.pl tests.Tom Lane2022-11-161-9/+20
* Fix tab-completion after commit 790bf615ddbaAlvaro Herrera2022-09-301-2/+2
* Message style improvementsPeter Eisentraut2022-09-242-4/+4
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-231-1/+1
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-223-11/+11
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+42
* Message wording improvementsPeter Eisentraut2022-09-164-6/+6
* Fix the test case introduced by commit 8756930190.Amit Kapila2022-09-081-1/+7
* Raise a warning if there is a possibility of data from multiple origins.Amit Kapila2022-09-081-24/+90
* Message style fixesAlvaro Herrera2022-09-071-1/+1
* Add wait_for_subscription_sync for TAP tests.Amit Kapila2022-08-0326-260/+85
* Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila2022-08-021-4/+0
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-211-0/+155
* pgindent run prior to branching v15.Tom Lane2022-06-303-9/+20
* Fix intermetent test failure in 028_row_filter.pl.Amit Kapila2022-06-241-0/+5
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-211-0/+14
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-161-0/+15
* Fix cache look-up failures while applying changes in logical replication.Amit Kapila2022-06-151-4/+52
* Make subscription tests pass with log_error_verbosity=verboseAndrew Dunstan2022-06-122-6/+6
* Prohibit combining publications with different column lists.Amit Kapila2022-06-021-86/+64
* Pre-beta mechanical code beautification.Tom Lane2022-05-1211-475/+776
* pgstat: add/extend tests for resetting various kinds of stats.Andres Freund2022-04-071-73/+245
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-202/+0
* Raise a WARNING for missing publications.Amit Kapila2022-03-311-0/+37
* Skip empty transactions for logical replication.Amit Kapila2022-03-302-3/+30
* Wait for subscription to sync in t/031_column_list.sqlTomas Vondra2022-03-271-1/+1