index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
tablesync.c
Age
Commit message (
Expand
)
Author
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-15
Fix possible crash in tablesync worker.
Amit Kapila
2023-06-09
Honor run_as_owner option in tablesync worker.
Masahiko Sawada
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-23
Allow logical replication to copy tables in binary format.
Amit Kapila
2023-01-24
Fix the Drop Database hang.
Amit Kapila
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
Check for two_phase change at end of process_syncing_tables_for_apply.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-11
Add a common function to generate the origin name.
Amit Kapila
2022-09-30
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-21
Pass Size as a 2nd argument for snprintf() in tablesync.c.
Amit Kapila
2022-09-12
Make the tablesync worker's replication origin drop logic robust.
Amit Kapila
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-08-30
Drop replication origin slots before tablesync worker exits.
Amit Kapila
2022-08-20
Remove shadowed local variables that are new in v15
David Rowley
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-06-02
Prohibit combining publications with different column lists.
Amit Kapila
2022-05-19
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-12
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-06
pgstat: store statistics in shared memory.
Andres Freund
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-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-01-07
Respect permissions within logical replication.
Jeff Davis
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-16
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-05-12
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-03-31
Improve style of some replication-related error messages.
Tom Lane
2021-03-24
Improve an error message
Peter Eisentraut
2021-03-17
Fix race condition in drop subscription's handling of tablesync slots.
Amit Kapila
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-15
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-04
Clarify comment in tablesync.c
Michael Paquier
2021-02-02
Remove unused column atttypmod from initial tablesync query
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-11-23
Split copy.c into four files.
Heikki Linnakangas
2020-10-15
Review logical replication tablesync code
Alvaro Herrera
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
[next]