index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
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
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
Reorder subskiplsn in pg_subscription to avoid alignment issues.
Amit Kapila
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-03-31
Raise a WARNING for missing publications.
Amit Kapila
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-22
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-14
Optionally disable subscriptions on error.
Amit Kapila
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-08
Respect permissions within logical replication.
Jeff Davis
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-08
Improve parsing of options of CREATE/ALTER SUBSCRIPTION
Michael Paquier
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-08-24
Fix Alter Subscription's Add/Drop Publication behavior.
Amit Kapila
2021-08-04
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-07-19
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-19
Update comments for AlterSubscription.
Amit Kapila
2021-07-15
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-06
Refactor function parse_subscription_options.
Amit Kapila
2021-06-28
Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATION
Michael Paquier
2021-06-25
Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code
Peter Eisentraut
2021-06-16
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
[next]