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
/
test
/
subscription
Age
Commit message (
Expand
)
Author
2023-03-15
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-02-09
Fix various typos in code and tests
Michael Paquier
2023-02-02
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-01-30
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-24
Fix the Drop Database hang.
Amit Kapila
2023-01-15
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-13
Ignore dropped and generated columns from the column list.
Amit Kapila
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-06
Invalidate pgoutput's replication-decisions cache upon schema rename.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-26
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-02
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-11-16
Shave some cycles off subscription/t/100_bugs.pl tests.
Tom Lane
2022-09-30
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-22
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-16
Message wording improvements
Peter Eisentraut
2022-09-08
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-07
Message style fixes
Alvaro Herrera
2022-08-03
Add wait_for_subscription_sync for TAP tests.
Amit Kapila
2022-08-02
Remove duplicated wait for subscription sync from 007_ddl.pl.
Amit Kapila
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-06-30
pgindent run prior to branching v15.
Tom Lane
2022-06-24
Fix intermetent test failure in 028_row_filter.pl.
Amit Kapila
2022-06-21
Fix partition table's REPLICA IDENTITY checking on the subscriber.
Amit Kapila
2022-06-16
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-15
Fix cache look-up failures while applying changes in logical replication.
Amit Kapila
2022-06-12
Make subscription tests pass with log_error_verbosity=verbose
Andrew Dunstan
2022-06-02
Prohibit combining publications with different column lists.
Amit Kapila
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
pgstat: add/extend tests for resetting various kinds of stats.
Andres Freund
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-03-31
Raise a WARNING for missing publications.
Amit Kapila
2022-03-30
Skip empty transactions for logical replication.
Amit Kapila
2022-03-26
Wait for subscription to sync in t/031_column_list.sql
Tomas Vondra
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-22
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-17
Fix row filters with multiple publications
Tomas Vondra
2022-03-16
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-14
Optionally disable subscriptions on error.
Amit Kapila
2022-03-05
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-02-24
Fix one of the tests introduced in commit 52e4f0cd47.
Amit Kapila
[next]