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
2025-02-25
Doc: Fix pg_copy_logical_replication_slot description.
Amit Kapila
2025-02-19
Invalidate inactive replication slots.
Amit Kapila
2025-01-31
Raise an error while trying to acquire an invalid slot.
Amit Kapila
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-07-11
Improve logical replication connection-failure messages.
Tom Lane
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-04-03
Ensure that the sync slots reach a consistent state after promotion without l...
Amit Kapila
2024-03-27
Change last_inactive_time to inactive_since in pg_replication_slots.
Amit Kapila
2024-03-25
Track last_inactive_time in pg_replication_slots.
Amit Kapila
2024-03-22
Track invalidation_reason in pg_replication_slots.
Amit Kapila
2024-03-08
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-21
Add lookup table for replication slot conflict reasons
Michael Paquier
2024-02-14
Add a slot synchronization function.
Amit Kapila
2024-01-25
Allow to enable failover property for replication slots via SQL API.
Amit Kapila
2024-01-04
Track conflict_reason in pg_replication_slots.
Amit Kapila
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-23
Remove unnecessary break in pg_logical_replication_slot_advance()
Michael Paquier
2023-04-08
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-08
Replace replication slot's invalidated_at LSN with an enum
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-22
Improve comments atop pg_get_replication_slots.
Amit Kapila
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
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
[next]