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
/
backend
/
replication
/
logical
/
tablesync.c
Age
Commit message (
Expand
)
Author
13 days
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-06-24
Prevent excessive delays before launching new logrep workers.
Tom Lane
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-30
Replicate generated columns when specified in the column list.
Amit Kapila
2024-10-25
Refactor code converting a publication name List to a StringInfo
Michael Paquier
2024-07-11
Improve logical replication connection-failure messages.
Tom Lane
2024-04-25
Fix the missing table sync due to improper invalidation handling.
Amit Kapila
2024-04-09
Fixup various StringInfo function usages
David Rowley
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-02-05
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-01-30
Add a failover option to subscriptions.
Amit Kapila
2024-01-29
Allow setting failover property in the replication command.
Amit Kapila
2024-01-04
Add macros for looping through a List without a ListCell.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-11
Fix an undetected deadlock due to apply worker.
Amit Kapila
2023-11-22
Fix the initial sync tables with no columns.
Amit Kapila
2023-10-17
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-08-22
Simplify the logical worker type checks by using the switch on worker type.
Amit Kapila
2023-08-14
Simplify determining logical replication worker types.
Amit Kapila
2023-08-03
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
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-19
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
[next]