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
/
worker.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Message style improvements
Peter Eisentraut
2022-09-24
1
-9
/
+9
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
1
-1
/
+2
*
Message style fixes
Alvaro Herrera
2022-09-07
1
-3
/
+3
*
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
1
-0
/
+2
*
Fix partition table's REPLICA IDENTITY checking on the subscriber.
Amit Kapila
2022-06-21
1
-6
/
+21
*
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-16
1
-0
/
+3
*
Don't report stats in LogicalRepApplyLoop() when in xact.
Andres Freund
2022-05-12
1
-2
/
+7
*
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
1
-1
/
+1
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-2
/
+2
*
Fix SQL syntax in comment in logical/worker.c
John Naylor
2022-04-28
1
-1
/
+1
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
1
-56
/
+0
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
1
-0
/
+6
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
1
-0
/
+56
*
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-22
1
-7
/
+226
*
Fix compiler warning introduced in commit 705e20f855.
Amit Kapila
2022-03-15
1
-1
/
+1
*
Optionally disable subscriptions on error.
Amit Kapila
2022-03-14
1
-44
/
+118
*
Add the additional information to the logical replication worker errcontext.
Amit Kapila
2022-03-08
1
-19
/
+56
*
Make the errcontext message in logical replication worker translation friendly.
Amit Kapila
2022-03-07
1
-40
/
+33
*
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-03-01
1
-29
/
+15
*
Fix a comment in worker.c.
Amit Kapila
2022-02-18
1
-4
/
+1
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
1
-4
/
+4
*
More cleanup of a2ab9c06ea.
Jeff Davis
2022-01-08
1
-0
/
+6
*
Respect permissions within logical replication.
Jeff Davis
2022-01-07
1
-0
/
+42
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-30
1
-3
/
+51
*
Doc: improve protocol spec for logical replication Type messages.
Tom Lane
2021-11-10
1
-1
/
+4
*
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
1
-1
/
+1
*
Optimize fileset usage in apply worker.
Amit Kapila
2021-09-02
1
-207
/
+50
*
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-30
1
-29
/
+53
*
Add logical change details to logical replication worker errcontext.
Amit Kapila
2021-08-27
1
-79
/
+180
*
Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.
Amit Kapila
2021-08-19
1
-1
/
+1
*
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-08-04
1
-1
/
+55
*
Remove unused argument in apply_handle_commit_internal().
Amit Kapila
2021-07-30
1
-5
/
+4
*
Refactor to make common functions in proto.c and worker.c.
Amit Kapila
2021-07-29
1
-38
/
+63
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
1
-4
/
+343
*
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-07-02
1
-27
/
+5
*
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-06-16
1
-2
/
+4
*
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-12
1
-34
/
+84
*
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-11
1
-21
/
+27
*
Rearrange logrep worker's snapshot handling some more.
Tom Lane
2021-06-10
1
-37
/
+48
*
Fix access to no-longer-open relcache entry in logical-rep worker.
Tom Lane
2021-05-22
1
-78
/
+127
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
1
-14
/
+9
*
Fix deadlock for multiple replicating truncates of the same table.
Amit Kapila
2021-05-21
1
-4
/
+5
*
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
1
-11
/
+12
*
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-27
1
-4
/
+0
*
Fix relation leak for subscribers firing triggers in logical replication
Michael Paquier
2021-04-22
1
-26
/
+47
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
1
-2
/
+9
*
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
1
-1
/
+1
*
Allow pgoutput to send logical decoding messages.
Amit Kapila
2021-04-06
1
-0
/
+9
[next]