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-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
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-05-06
Update replication statistics after every stream/spill.
Amit Kapila
2021-05-06
Tighten the concurrent abort check during decoding.
Amit Kapila
2021-05-03
Fix the computation of slot stats for 'total_bytes'.
Amit Kapila
2021-04-30
Fix the bugs in selecting the transaction for streaming.
Amit Kapila
2021-04-28
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-27
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-27
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-27
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-26
Avoid sending prepare multiple times while decoding.
Amit Kapila
2021-04-26
Fix typo in reorderbuffer.c.
Amit Kapila
2021-04-22
Fix relation leak for subscribers firing triggers in logical replication
Michael Paquier
2021-04-19
Use correct format placeholder for pids
Peter Eisentraut
2021-04-17
Use correct format placeholder for block numbers
Peter Eisentraut
2021-04-16
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-14
Use NameData datatype for slotname in stats.
Amit Kapila
2021-04-08
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
Add circular WAL decoding buffer.
Thomas Munro
2021-04-08
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-07
Message improvement
Peter Eisentraut
[next]