index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
subscription
Commit message (
Expand
)
Author
Age
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Remove unnecessary dependencies to wal_level=logical in TAP tests
Michael Paquier
2023-10-20
*
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-17
*
Add worker type to pg_stat_subscription.
Nathan Bossart
2023-09-25
*
Remove redundant result assignment in 004_sync.pl.
Amit Kapila
2023-09-14
*
Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.
Amit Kapila
2023-09-13
*
Stabilize subscription stats test.
Masahiko Sawada
2023-09-08
*
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-29
*
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-14
*
pgstat: fix subscription stats entry leak.
Masahiko Sawada
2023-07-05
*
Remove incidental md5() function uses from several tests
Peter Eisentraut
2023-07-04
*
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-20
*
Add missing subscription TAP test for meson
Michael Paquier
2023-06-15
*
Honor run_as_owner option in tablesync worker.
Masahiko Sawada
2023-06-09
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Refactor background psql TAP functions
Daniel Gustafsson
2023-04-07
*
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
*
Perform logical replication actions as the table owner.
Robert Haas
2023-04-04
*
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
*
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-03-29
*
Ignore generated columns during apply of update/delete.
Amit Kapila
2023-03-23
*
Allow logical replication to copy tables in binary format.
Amit Kapila
2023-03-23
*
Ignore dropped columns during apply of update/delete.
Amit Kapila
2023-03-21
*
Add the testcases for 89e46da5e5.
Amit Kapila
2023-03-15
*
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-15
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-02-02
*
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-30
*
Fix the Drop Database hang.
Amit Kapila
2023-01-24
*
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-15
*
Ignore dropped and generated columns from the column list.
Amit Kapila
2023-01-13
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Invalidate pgoutput's replication-decisions cache upon schema rename.
Tom Lane
2023-01-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-26
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-12-02
*
Shave some cycles off subscription/t/100_bugs.pl tests.
Tom Lane
2022-11-16
*
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-30
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-23
*
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Message wording improvements
Peter Eisentraut
2022-09-16
*
Fix the test case introduced by commit 8756930190.
Amit Kapila
2022-09-08
*
Raise a warning if there is a possibility of data from multiple origins.
Amit Kapila
2022-09-08
*
Message style fixes
Alvaro Herrera
2022-09-07
*
Add wait_for_subscription_sync for TAP tests.
Amit Kapila
2022-08-03
[next]