index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
subscriptioncmds.c
Commit message (
Expand
)
Author
Age
*
Change the default value of the streaming option to 'parallel'.
Amit Kapila
2024-10-28
*
Refactor code converting a publication name List to a StringInfo
Michael Paquier
2024-10-25
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Improve ALTER PUBLICATION validation and error messages
David Rowley
2024-08-15
*
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-24
*
Improve logical replication connection-failure messages.
Tom Lane
2024-07-11
*
Fix the handling of the failover option in subscription commands.
Amit Kapila
2024-04-23
*
Add destroyStringInfo function for cleaning up StringInfos
Daniel Gustafsson
2024-03-16
*
Clean-ups for 776621a5e4 and 7329240437.
Amit Kapila
2024-02-07
*
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-02-05
*
Add a failover option to subscriptions.
Amit Kapila
2024-01-30
*
Allow setting failover property in the replication command.
Amit Kapila
2024-01-29
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Allow upgrades to preserve the full subscription's state.
Amit Kapila
2024-01-02
*
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-17
*
Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.
Amit Kapila
2023-09-13
*
Improved CREATE SUBSCRIPTION message for clarity
Peter Eisentraut
2023-08-16
*
pgstat: fix subscription stats entry leak.
Masahiko Sawada
2023-07-05
*
Fix the errhint message and docs for drop subscription failure.
Amit Kapila
2023-06-21
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Improve error message for pg_create_subscription.
Nathan Bossart
2023-05-12
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Remove some tabs in SQL code in C string literals
Peter Eisentraut
2023-04-19
*
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
*
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
*
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-03-29
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-22
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION
Alvaro Herrera
2022-10-18
*
Improve the WARNING message for CREATE SUBSCRIPTION.
Amit Kapila
2022-10-13
*
Add a common function to generate the origin name.
Amit Kapila
2022-10-11
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Message wording improvements
Peter Eisentraut
2022-09-16
*
Fix grammar in error message
John Naylor
2022-09-15
*
Make the tablesync worker's replication origin drop logic robust.
Amit Kapila
2022-09-12
*
Raise a warning if there is a possibility of data from multiple origins.
Amit Kapila
2022-09-08
*
Drop replication origin slots before tablesync worker exits.
Amit Kapila
2022-08-30
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Refactor code in charge of grabbing the relations of a subscription
Michael Paquier
2022-07-27
*
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
*
pgstat: drop subscription stats without slot as well, fix comment
Andres Freund
2022-07-06
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Prohibit combining publications with different column lists.
Amit Kapila
2022-06-02
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
[next]