index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
slotfuncs.c
Commit message (
Expand
)
Author
Age
*
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-08
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Add lookup table for replication slot conflict reasons
Michael Paquier
2024-02-22
*
Add a slot synchronization function.
Amit Kapila
2024-02-14
*
Allow to enable failover property for replication slots via SQL API.
Amit Kapila
2024-01-25
*
Track conflict_reason in pg_replication_slots.
Amit Kapila
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove unnecessary break in pg_logical_replication_slot_advance()
Michael Paquier
2023-10-23
*
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-07
*
Replace replication slot's invalidated_at LSN with an enum
Andres Freund
2023-04-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Improve comments atop pg_get_replication_slots.
Amit Kapila
2022-11-22
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix comment grammar in slotfuncs.c
Michael Paquier
2021-12-01
*
Improve error messages for some callers of XLogReadRecord()
Michael Paquier
2021-11-10
*
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-11-05
*
Remove code duplication for permission checks with replication slots
Michael Paquier
2021-09-14
*
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-08
*
Message improvement
Peter Eisentraut
2021-04-07
*
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-03
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Remove still more useless assignments.
Tom Lane
2020-09-04
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Persist slot invalidation correctly
Alvaro Herrera
2020-06-26
*
Remove erroneous assertion from pg_copy_logical_replication_slot().
Fujii Masao
2020-06-25
*
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-24
*
Fix oldest xmin and LSN computation across repslots after advancing
Michael Paquier
2020-06-18
*
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-06-03
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
*
Check slot->restart_lsn validity in a few more places
Alvaro Herrera
2020-04-28
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Remove logical_read_local_xlog_page
Alvaro Herrera
2020-03-17
*
Fix consistency issues with replication slot copy
Alvaro Herrera
2020-03-17
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Fix slot data persistency when advancing physical replication slots
Michael Paquier
2020-01-30
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix some comments related to logical repslot advancing
Michael Paquier
2019-12-26
[next]