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
REL_19_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
2026-08-26
Fix crash in subscription refresh on concurrent relation drop.
Masahiko Sawada
2026-08-20
Unify error messages
Peter Eisentraut
2026-08-15
Clarify logic in CreateSubscription().
Jeff Davis
2026-08-05
When changing owner of a subscription, do not throw an error.
Jeff Davis
2026-08-05
Revert "Validate subscription conninfo on owner change"
Jeff Davis
2026-08-05
CREATE SUBSCRIPTION: do not construct conninfo unnecessarily.
Jeff Davis
2026-08-05
For subscription DDL, demote user mapping checks to WARNING.
Jeff Davis
2026-08-05
Always check foreign-server USAGE when resolving subscription conninfo.
Jeff Davis
2026-08-05
Be precise about when ALTER SUBSCRIPTION needs conninfo.
Jeff Davis
2026-08-05
Remove Subscription conninfo field; generate in caller.
Jeff Davis
2026-08-04
Validate publisher for retain_dead_tuples in the apply worker.
Amit Kapila
2026-07-31
Improve wording of sequence origin warning in logical replication.
Amit Kapila
2026-07-27
Fix issues in logical replication sequence synchronization.
Amit Kapila
2026-07-23
Validate subscription conninfo on owner change
Fujii Masao
2026-07-23
Reject sequence synchronization against pre-PostgreSQL 19 publishers.
Amit Kapila
2026-07-20
Handle concurrent sequence refreshes.
Amit Kapila
2026-07-18
Fix REASSIGN OWNED for subscriptions in other databases.
Jeff Davis
2026-07-18
Revert "Reject concurrent sequence refreshes".
Amit Kapila
2026-07-15
Reject concurrent sequence refreshes.
Amit Kapila
2026-06-18
Avoid errors during DROP SUBSCRIPTION when slot_name is NONE.
Jeff Davis
2026-06-17
Avoid errors during ALTER SUBSCRIPTION.
Jeff Davis
2026-06-15
Clean up quoting of variable strings within replication commands.
Tom Lane
2026-06-11
Disallow negative values for max_retention_duration.
Amit Kapila
2026-06-08
Fix publisher retain_dead_tuples check when also changing origin.
Amit Kapila
2026-05-15
Check retain_dead_tuples for ALTER SUBSCRIPTION ... SERVER.
Jeff Davis
2026-05-11
Fix SQL injection in logical replication origin checks.
Noah Misch
2026-04-28
Fix wrong datum conversion for subretentionactive in CreateSubscription.
Amit Kapila
2026-04-20
Add missing Datum conversions
Peter Eisentraut
2026-03-30
Remove bits* typedefs.
Nathan Bossart
2026-03-24
Refactor to remove ForeignServerName().
Jeff Davis
2026-03-09
Remove trailing period from errmsg in subscriptioncmds.c.
Amit Kapila
2026-03-06
CREATE SUBSCRIPTION ... SERVER.
Jeff Davis
2026-02-19
Add per-subscription wal_receiver_timeout setting.
Fujii Masao
2026-01-28
Standardize replication origin naming to use "ReplOrigin".
Masahiko Sawada
2026-01-05
Fix typos and inconsistencies in code and comments
Michael Paquier
2026-01-01
Update copyright for 2026
Bruce Momjian
2025-12-24
Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19.
Fujii Masao
2025-12-24
Fix version check for retain_dead_tuples subscription option.
Fujii Masao
2025-12-23
Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
2025-12-09
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-03
Fix shadow variable warning in subscriptioncmds.c.
Amit Kapila
2025-11-17
Fix typos in logical replication code comments
Daniel Gustafsson
2025-11-06
Tidyup WARNING ereports in subscriptioncmds.c
David Rowley
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-06
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
[next]