aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/subscriptioncmds.c
Commit message (Expand)AuthorAge
* Change the default value of the streaming option to 'parallel'.Amit Kapila2024-10-28
* Refactor code converting a publication name List to a StringInfoMichael Paquier2024-10-25
* Message style improvementsPeter Eisentraut2024-08-29
* Improve ALTER PUBLICATION validation and error messagesDavid Rowley2024-08-15
* Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila2024-07-24
* Improve logical replication connection-failure messages.Tom Lane2024-07-11
* Fix the handling of the failover option in subscription commands.Amit Kapila2024-04-23
* Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson2024-03-16
* Clean-ups for 776621a5e4 and 7329240437.Amit Kapila2024-02-07
* Enhance libpqrcv APIs to support slot synchronization.Amit Kapila2024-02-05
* Add a failover option to subscriptions.Amit Kapila2024-01-30
* Allow setting failover property in the replication command.Amit Kapila2024-01-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Allow upgrades to preserve the full subscription's state.Amit Kapila2024-01-02
* Restart the apply worker if the privileges have been revoked.Amit Kapila2023-10-17
* Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila2023-09-13
* Improved CREATE SUBSCRIPTION message for clarityPeter Eisentraut2023-08-16
* pgstat: fix subscription stats entry leak.Masahiko Sawada2023-07-05
* Fix the errhint message and docs for drop subscription failure.Amit Kapila2023-06-21
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Improve error message for pg_create_subscription.Nathan Bossart2023-05-12
* Fix typos in commentsMichael Paquier2023-05-02
* Remove some tabs in SQL code in C string literalsPeter Eisentraut2023-04-19
* Add a run_as_owner option to subscriptions.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
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-22
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Wake up a subscription's replication worker processes after DDL.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATIONAlvaro Herrera2022-10-18
* Improve the WARNING message for CREATE SUBSCRIPTION.Amit Kapila2022-10-13
* Add a common function to generate the origin name.Amit Kapila2022-10-11
* Message style improvementsPeter Eisentraut2022-09-24
* Message wording improvementsPeter Eisentraut2022-09-16
* Fix grammar in error messageJohn Naylor2022-09-15
* Make the tablesync worker's replication origin drop logic robust.Amit Kapila2022-09-12
* Raise a warning if there is a possibility of data from multiple origins.Amit Kapila2022-09-08
* Drop replication origin slots before tablesync worker exits.Amit Kapila2022-08-30
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier2022-07-27
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* pgstat: drop subscription stats without slot as well, fix commentAndres Freund2022-07-06
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Prohibit combining publications with different column lists.Amit Kapila2022-06-02
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07