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
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
/
subscription
Age
Commit message (
Expand
)
Author
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-10
Tests for logical replication with temporal keys
Peter Eisentraut
2024-12-04
Ensure stored generated columns must be published when required.
Amit Kapila
2024-11-27
Fix buildfarm failure from commit 8fcd80258b.
Amit Kapila
2024-11-27
Improve error message for replication of generated columns.
Amit Kapila
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-10-30
Replicate generated columns when specified in the column list.
Amit Kapila
2024-10-28
Change the default value of the streaming option to 'parallel'.
Amit Kapila
2024-09-04
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-08-29
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-21
Don't advance origin during apply failure.
Amit Kapila
2024-08-20
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-07-31
Fix random failure in 021_twophase.
Amit Kapila
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-05-24
Fix comment in 024_add_drop_pub.pl
Michael Paquier
2024-05-24
Improve stability of subscription/029_on_error.pl
Michael Paquier
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-02-22
Fix the intermittent buildfarm failures in 031_column_list.
Amit Kapila
2024-01-18
Fix buildfarm error from commit 5c31669058.
Jeff Davis
2024-01-12
Re-validate connection string in libpqrcv_connect().
Jeff Davis
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-11-27
Avoid unconditionally filling in missing values with NULL in pgoutput.
Amit Kapila
2023-11-22
Fix the initial sync tables with no columns.
Amit Kapila
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-20
Remove unnecessary dependencies to wal_level=logical in TAP tests
Michael Paquier
2023-10-17
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-09-25
Add worker type to pg_stat_subscription.
Nathan Bossart
2023-09-14
Remove redundant result assignment in 004_sync.pl.
Amit Kapila
2023-09-13
Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.
Amit Kapila
2023-09-08
Stabilize subscription stats test.
Masahiko Sawada
2023-08-29
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-07-14
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-05
pgstat: fix subscription stats entry leak.
Masahiko Sawada
2023-07-04
Remove incidental md5() function uses from several tests
Peter Eisentraut
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-15
Add missing subscription TAP test for meson
Michael Paquier
2023-06-09
Honor run_as_owner option in tablesync worker.
Masahiko Sawada
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-07
Refactor background psql TAP functions
Daniel Gustafsson
2023-04-04
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
Perform logical replication actions as the table owner.
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
[next]