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