summaryrefslogtreecommitdiff
path: root/src/test/subscription
AgeCommit message (Expand)Author
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-10Tests for logical replication with temporal keysPeter Eisentraut
2024-12-04Ensure stored generated columns must be published when required.Amit Kapila
2024-11-27Fix buildfarm failure from commit 8fcd80258b.Amit Kapila
2024-11-27Improve error message for replication of generated columns.Amit Kapila
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2024-10-28Change the default value of the streaming option to 'parallel'.Amit Kapila
2024-09-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-08-29Rename the conflict types for the origin differ cases.Amit Kapila
2024-08-21Don't advance origin during apply failure.Amit Kapila
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-07-31Fix random failure in 021_twophase.Amit Kapila
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.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