aboutsummaryrefslogtreecommitdiff
path: root/src/test/subscription
Commit message (Expand)AuthorAge
* Fix comment in 024_add_drop_pub.plMichael Paquier2024-05-24
* Improve stability of subscription/029_on_error.plMichael Paquier2024-05-24
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Fix the intermittent buildfarm failures in 031_column_list.Amit Kapila2024-02-22
* Fix buildfarm error from commit 5c31669058.Jeff Davis2024-01-18
* Re-validate connection string in libpqrcv_connect().Jeff Davis2024-01-12
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila2023-11-27
* Fix the initial sync tables with no columns.Amit Kapila2023-11-22
* Remove distprepPeter Eisentraut2023-11-06
* Remove unnecessary dependencies to wal_level=logical in TAP testsMichael Paquier2023-10-20
* Restart the apply worker if the privileges have been revoked.Amit Kapila2023-10-17
* Add worker type to pg_stat_subscription.Nathan Bossart2023-09-25
* Remove redundant result assignment in 004_sync.pl.Amit Kapila2023-09-14
* Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila2023-09-13
* Stabilize subscription stats test.Masahiko Sawada2023-09-08
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* pgstat: fix subscription stats entry leak.Masahiko Sawada2023-07-05
* Remove incidental md5() function uses from several testsPeter Eisentraut2023-07-04
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* Add missing subscription TAP test for mesonMichael Paquier2023-06-15
* Honor run_as_owner option in tablesync worker.Masahiko Sawada2023-06-09
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix typos in commentsMichael Paquier2023-05-02
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-07
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-04
* Perform logical replication actions as the table owner.Robert Haas2023-04-04
* Add new predefined role pg_create_subscription.Robert Haas2023-03-30
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-29
* Ignore generated columns during apply of update/delete.Amit Kapila2023-03-23
* Allow logical replication to copy tables in binary format.Amit Kapila2023-03-23
* Ignore dropped columns during apply of update/delete.Amit Kapila2023-03-21
* Add the testcases for 89e46da5e5.Amit Kapila2023-03-15
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-15
* 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