summaryrefslogtreecommitdiff
path: root/src/test/subscription
AgeCommit message (Expand)Author
2024-08-21Don't advance origin during apply failure.Amit Kapila
2024-05-24Fix comment in 024_add_drop_pub.plMichael Paquier
2024-05-24Improve stability of subscription/029_on_error.plMichael Paquier
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-02-22Fix the intermittent buildfarm failures in 031_column_list.Amit Kapila
2024-01-18Fix buildfarm error from commit 5c31669058.Jeff Davis
2024-01-12Re-validate connection string in libpqrcv_connect().Jeff Davis
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-27Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila
2023-11-22Fix the initial sync tables with no columns.Amit Kapila
2023-11-06Remove distprepPeter Eisentraut
2023-10-20Remove unnecessary dependencies to wal_level=logical in TAP testsMichael Paquier
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-09-25Add worker type to pg_stat_subscription.Nathan Bossart
2023-09-14Remove redundant result assignment in 004_sync.pl.Amit Kapila
2023-09-13Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila
2023-09-08Stabilize subscription stats test.Masahiko Sawada
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-07-05pgstat: fix subscription stats entry leak.Masahiko Sawada
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-15Add missing subscription TAP test for mesonMichael Paquier
2023-06-09Honor run_as_owner option in tablesync worker.Masahiko Sawada
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-07Refactor background psql TAP functionsDaniel Gustafsson
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-04-04Perform logical replication actions as the table owner.Robert Haas
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-23Ignore generated columns during apply of update/delete.Amit Kapila
2023-03-23Allow logical replication to copy tables in binary format.Amit Kapila
2023-03-21Ignore dropped columns during apply of update/delete.Amit Kapila
2023-03-15Add the testcases for 89e46da5e5.Amit Kapila
2023-03-15Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila
2023-02-09Fix various typos in code and testsMichael Paquier
2023-02-02Allow the logical_replication_mode to be used on the subscriber.Amit Kapila
2023-01-30Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila
2023-01-24Fix the Drop Database hang.Amit Kapila
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
2023-01-13Ignore dropped and generated columns from the column list.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-06Invalidate pgoutput's replication-decisions cache upon schema rename.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-26Add 'logical_decoding_mode' GUC.Amit Kapila