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
2020-07-28
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-07-23
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-21
Weaken type-OID-matching checks in array_recv and record_recv.
Tom Lane
2020-07-20
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
Adjust minor comment in reorderbuffer.c.
Amit Kapila
2020-07-18
Fix comments in reorderbuffer.c.
Amit Kapila
2020-07-17
Fix signal handler setup for SIGHUP in the apply launcher process.
Amit Kapila
2020-07-13
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-07
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-06
Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
Amit Kapila
2020-07-02
Move description of libpqwalreceiver hooks out of the replication's README
Michael Paquier
2020-06-27
Persist slot invalidation correctly
Alvaro Herrera
2020-06-25
Remove erroneous assertion from pg_copy_logical_replication_slot().
Fujii Masao
2020-06-24
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-19
Fix issues in invalidation of obsolete replication slots.
Fujii Masao
2020-06-18
Fix oldest xmin and LSN computation across repslots after advancing
Michael Paquier
2020-06-17
Improve server code to read files as part of a base backup.
Robert Haas
2020-06-17
Minor code cleanup for perform_base_backup().
Robert Haas
2020-06-17
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-16
Fix buffile.c error handling.
Thomas Munro
2020-06-15
Assorted cleanup of tar-related code.
Robert Haas
2020-06-14
Replace superuser check by ACLs for replication origin functions
Michael Paquier
2020-06-12
Fix typos and some format mistakes in comments
Michael Paquier
2020-06-10
Fix ReorderBuffer memory overflow check.
Amit Kapila
2020-06-08
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-06-04
Fix instance of elog() called while holding a spinlock
Michael Paquier
2020-06-03
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-06-02
Don't call elog() while holding spinlock.
Fujii Masao
2020-05-22
Remove unnecessary cast
Peter Eisentraut
2020-05-18
Fix comment in slot.c.
Amit Kapila
2020-05-17
Make pg_stat_wal_receiver consistent with the WAL receiver's shmem info
Michael Paquier
2020-05-16
Fix walsender error cleanup code
Alvaro Herrera
2020-05-15
Fix bogus initialization of replication origin shared memory state.
Tom Lane
2020-05-15
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-11
Fix obsolete references to "XLogRead"
Alvaro Herrera
2020-05-08
Rework XLogReader callback system
Alvaro Herrera
2020-04-29
Check slot->restart_lsn validity in a few more places
Alvaro Herrera
2020-04-25
In caught-up logical walsender, sleep only in WalSndWaitForWal().
Noah Misch
[next]