index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
tablesync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get a snapshot before COPY in table sync
Peter Eisentraut
2017-08-02
1
-0
/
+2
*
Fix race conditions and missed wakeups in syncrep worker signaling.
Tom Lane
2017-06-30
1
-65
/
+91
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Re-run pgindent.
Tom Lane
2017-06-13
1
-23
/
+28
*
Improve code comments
Peter Eisentraut
2017-06-13
1
-23
/
+23
*
Improve tablesync behavior with concurrent changes
Peter Eisentraut
2017-06-09
1
-2
/
+5
*
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-07
1
-4
/
+7
*
Consistently use subscription name as application name
Peter Eisentraut
2017-06-06
1
-0
/
+5
*
Clean up latch related code.
Andres Freund
2017-06-06
1
-6
/
+6
*
Improve handover logic between sync and apply workers
Peter Eisentraut
2017-06-06
1
-110
/
+136
*
Make tablesync worker exit when apply dies while it was waiting for it
Peter Eisentraut
2017-06-03
1
-3
/
+21
*
Fix signal handling in logical replication workers
Peter Eisentraut
2017-06-02
1
-6
/
+4
*
Reorganize logical replication worker disconnect code
Peter Eisentraut
2017-06-01
1
-1
/
+0
*
Fix table syncing with different column order
Peter Eisentraut
2017-05-24
1
-13
/
+3
*
Improve logical replication worker log messages
Peter Eisentraut
2017-05-24
1
-1
/
+4
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-72
/
+73
*
Fix statistics reporting in logical replication workers
Peter Eisentraut
2017-05-08
1
-4
/
+14
*
Wait between tablesync worker restarts
Peter Eisentraut
2017-04-28
1
-6
/
+52
*
Fix query that gets remote relation info
Peter Eisentraut
2017-04-26
1
-2
/
+3
*
Spelling fixes in code comments
Peter Eisentraut
2017-04-26
1
-4
/
+4
*
Don't call the function that may raise an error while holding spinlock.
Fujii Masao
2017-04-20
1
-6
/
+9
*
Set range table for CopyFrom() in tablesync
Peter Eisentraut
2017-04-17
1
-2
/
+7
*
Report statistics in logical replication workers
Peter Eisentraut
2017-04-14
1
-1
/
+7
*
Remove pstrdup of TextDatumGetCString
Peter Eisentraut
2017-04-14
1
-1
/
+1
*
Fix typo in comment
Peter Eisentraut
2017-04-10
1
-1
/
+1
*
Update copyright year in recently added files
Peter Eisentraut
2017-03-29
1
-1
/
+1
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
1
-0
/
+840