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
Age
Commit message (
Expand
)
Author
2021-10-05
Remove obsolete comment in snapbuild.c.
Amit Kapila
2021-09-22
Add parent table name in an error in reorderbuffer.c.
Amit Kapila
2021-09-14
Remove code duplication for permission checks with replication slots
Michael Paquier
2021-09-13
Fix reorder buffer memory accounting for toast changes.
Amit Kapila
2021-09-09
Fix issue with WAL archiving in standby.
Fujii Masao
2021-09-07
Log new catalog xmin candidate in LogicalIncreaseXminForSlot().
Amit Kapila
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-02
Optimize fileset usage in apply worker.
Amit Kapila
2021-08-30
Fix incorrect error code in StartupReplicationOrigin().
Amit Kapila
2021-08-30
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-27
Add logical change details to logical replication worker errcontext.
Amit Kapila
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
Fix backup manifests to generate correct WAL-Ranges across timelines
Michael Paquier
2021-08-19
Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.
Amit Kapila
2021-08-19
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-05
Remove unused argument "txn" in maybe_send_schema().
Fujii Masao
2021-08-04
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-07-30
Improve documentation for START_REPLICATION ... LOGICAL.
Jeff Davis
2021-07-30
Remove unused argument in apply_handle_commit_internal().
Amit Kapila
2021-07-29
Refactor to make common functions in proto.c and worker.c.
Amit Kapila
2021-07-28
Clarify some comments making use of leetspeak term "up2date"
Michael Paquier
2021-07-20
Fix potential buffer overruns in proto.c.
Amit Kapila
2021-07-16
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-09
Eliminate replication protocol error related to IDENTIFY_SYSTEM.
Jeff Davis
2021-07-08
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Daniel Gustafsson
2021-07-02
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-06-30
Allow streaming the changes after speculative aborts.
Amit Kapila
2021-06-30
Allow enabling two-phase option via replication protocol.
Amit Kapila
2021-06-29
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-27
Error message refactoring
Peter Eisentraut
2021-06-16
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-06-14
Fix logic bug in 1632ea43682f
Alvaro Herrera
2021-06-12
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-11
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-11
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
Fix race condition in invalidating obsolete replication slots
Alvaro Herrera
2021-06-10
Rearrange logrep worker's snapshot handling some more.
Tom Lane
2021-06-10
Add some const decorations
Peter Eisentraut
2021-06-07
Remove two_phase variable from CreateReplicationSlotCmd struct.
Amit Kapila
2021-06-01
pgoutput: Fix memory leak due to RelationSyncEntry.map.
Amit Kapila
2021-05-27
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-23
Fix access to no-longer-open relcache entry in logical-rep worker.
Tom Lane
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
Fix deadlock for multiple replicating truncates of the same table.
Amit Kapila
2021-05-12
Rename the logical replication global "wrconn"
Alvaro Herrera
[next]