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
/
test
/
regress
/
expected
/
subscription.out
Age
Commit message (
Expand
)
Author
2024-10-28
Change the default value of the streaming option to 'parallel'.
Amit Kapila
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-01-30
Add a failover option to subscriptions.
Amit Kapila
2023-09-13
Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.
Amit Kapila
2023-05-16
psql: Adjust capitalization of table heading
Peter Eisentraut
2023-05-12
Improve error message for pg_create_subscription.
Nathan Bossart
2023-04-24
Display 'password_required' option for \dRs+ command.
Amit Kapila
2023-04-04
Add a run_as_owner option to subscriptions.
Robert Haas
2023-03-30
Clean up role created in new subscription test.
Tom Lane
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-01-24
Fix error handling in libpqrcv_connect()
Andres Freund
2023-01-17
Fix typo in comment.
Amit Kapila
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2022-10-13
Improve the WARNING message for CREATE SUBSCRIPTION.
Amit Kapila
2022-10-07
Create subscription stats entry at CREATE SUBSCRIPTION time
Andres Freund
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-06-19
Message and documentation refinements
Peter Eisentraut
2022-03-22
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-14
Optionally disable subscriptions on error.
Amit Kapila
2021-12-08
Improve parsing of options of CREATE/ALTER SUBSCRIPTION
Michael Paquier
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-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-06-25
Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code
Peter Eisentraut
2021-04-06
ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
Peter Eisentraut
2021-02-12
Fix Subscription test added by commit ce0fdbfe97.
Amit Kapila
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2020-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2019-06-29
Fix regression tests to use only global names beginning with "regress_".
Tom Lane
2019-05-28
Fix typo in message
Alvaro Herrera
2019-05-17
Fix regression test outputs
Michael Paquier
2017-06-06
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-05-18
Improve CREATE SUBSCRIPTION option parsing
Peter Eisentraut
2017-05-17
Add more tests for CREATE SUBSCRIPTION
Peter Eisentraut
2017-05-12
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-08
Check connection info string in ALTER SUBSCRIPTION
Peter Eisentraut
2017-04-17
Fix typos in comment and log message.
Fujii Masao
2017-04-14
Add option to modify sync commit per subscription
Peter Eisentraut
2017-03-25
Remember to drop roles created by regression tests.
Tom Lane
2017-03-25
Add COMMENT and SECURITY LABEL support for publications and subscriptions
Peter Eisentraut
2017-03-25
Add more subscription DDL tests
Peter Eisentraut
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-15
Simplify publication/subscription tests a bit
Peter Eisentraut
2017-03-08
Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME
Peter Eisentraut
2017-03-04
Disallow CREATE/DROP SUBSCRIPTION in transaction block
Peter Eisentraut
[next]