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
REL_18_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
8 days
Tidyup WARNING ereports in subscriptioncmds.c
David Rowley
8 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
8 days
Use stack allocated StringInfoDatas, where possible
David Rowley
2025-10-28
Add worker type argument to logical replication worker functions.
Amit Kapila
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-15
Standardize use of REFRESH PUBLICATION in code and messages.
Amit Kapila
2025-09-08
Post-commit review fixes for 228c370868.
Amit Kapila
2025-09-02
Add max_retention_duration option to subscriptions.
Amit Kapila
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-19
Fix self-deadlock during DROP SUBSCRIPTION.
Amit Kapila
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-06-28
Message style improvements
Peter Eisentraut
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
[next]