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-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
2020-04-25
Revert "When WalSndCaughtUp, sleep only in WalSndWaitForWal()."
Noah Misch
2020-04-23
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-20
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-18
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-14
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-11
When WalSndCaughtUp, sleep only in WalSndWaitForWal().
Noah Misch
2020-04-11
Fix RELCACHE_FORCE_RELEASE issue
Peter Eisentraut
2020-04-10
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-09
Exclude backup_manifest file that existed in database, from BASE_BACKUP.
Fujii Masao
2020-04-08
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-07
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-06
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-05
Save errno across LWLockRelease() calls
Peter Eisentraut
[next]