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
/
slotfuncs.c
Age
Commit message (
Expand
)
Author
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-01
Fix comment grammar in slotfuncs.c
Michael Paquier
2021-11-10
Improve error messages for some callers of XLogReadRecord()
Michael Paquier
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
Don't set ThisTimeLineID when there's no reason to do so.
Robert Haas
2021-09-14
Remove code duplication for permission checks with replication slots
Michael Paquier
2021-06-11
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-04-08
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-07
Message improvement
Peter Eisentraut
2021-03-03
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-05
Remove still more useless assignments.
Tom Lane
2020-07-20
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-07
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
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-18
Fix oldest xmin and LSN computation across repslots after advancing
Michael Paquier
2020-06-03
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
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-07
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-03-17
Remove logical_read_local_xlog_page
Alvaro Herrera
2020-03-17
Fix consistency issues with replication slot copy
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
Fix slot data persistency when advancing physical replication slots
Michael Paquier
2020-01-26
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Fix some comments related to logical repslot advancing
Michael Paquier
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-09-23
Message style fixes
Peter Eisentraut
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-09
Fix typo
Alvaro Herrera
2019-04-05
Add facility to copy replication slots
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-19
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-13
Fix argument of pg_create_logical_replication_slot for slot name
Michael Paquier
2018-07-10
Block replication slot advance for these not yet reserving WAL
Michael Paquier
2018-06-11
Fix a couple of bugs with replication slot advancing feature
Michael Paquier
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
[next]