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
/
slot.c
Commit message (
Expand
)
Author
Age
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
pgstat: revise replication slot API in preparation for shared memory stats.
Andres Freund
2022-04-06
*
Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.
Andres Freund
2022-03-27
*
Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.
Andres Freund
2022-02-26
*
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-25
*
Add temporary debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-22
*
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Rename SnapBuild* macros in slot.c.
Amit Kapila
2021-11-24
*
Restore lock level to set vacuum flags
Alvaro Herrera
2021-11-11
*
Remove code duplication for permission checks with replication slots
Michael Paquier
2021-09-14
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Fix logic bug in 1632ea43682f
Alvaro Herrera
2021-06-14
*
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
*
Fix race condition in invalidating obsolete replication slots
Alvaro Herrera
2021-06-11
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-27
*
Use NameData datatype for slotname in stats.
Amit Kapila
2021-04-14
*
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
*
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
*
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
*
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Persist slot invalidation correctly
Alvaro Herrera
2020-06-26
*
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-24
*
Fix issues in invalidation of obsolete replication slots.
Fujii Masao
2020-06-19
*
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-06-03
*
Fix comment in slot.c.
Amit Kapila
2020-05-18
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Save errno across LWLockRelease() calls
Peter Eisentraut
2020-04-05
*
Drop slot's LWLock before returning from SaveSlotToPath()
Peter Eisentraut
2020-03-26
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Use a fd opened for read/write when syncing slots during startup, take 2.
Andres Freund
2019-10-04
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Fix thinko introduced by 82a5649 in slot.c
Michael Paquier
2019-04-17
*
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-17
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
[next]