index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
slru.c
Commit message (
Expand
)
Author
Age
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Fix misspelled assertions
Alvaro Herrera
2024-03-05
*
Simplify coding in slru.c
Alvaro Herrera
2024-03-04
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
slru.c: Reduce scope of variables in 'for' blocks
Alvaro Herrera
2024-02-26
*
Change initial use of pg_atomic_write_u64 to init
Alvaro Herrera
2024-02-06
*
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-02-06
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355
Alexander Korotkov
2023-11-30
*
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-29
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Re-add tracking of wait event SLRUFlushSync
Michael Paquier
2023-04-26
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix comment of SimpleLruInit() in slru.c
Michael Paquier
2022-11-10
*
Remove unnecessary semicolons after goto labels
John Naylor
2022-10-10
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
*
pgstat: normalize function naming.
Andres Freund
2022-04-06
*
Fix unsigned output format in SLRU error reporting
Peter Eisentraut
2022-04-06
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix unlinking of SLRU segments.
Thomas Munro
2020-11-05
*
Defer flushing of SLRU files.
Thomas Munro
2020-09-25
*
Fix missing fsync of SLRU directories.
Thomas Munro
2020-09-24
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Use pg_pread() and pg_pwrite() in slru.c.
Thomas Munro
2020-08-02
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
*
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
*
Track SLRU page hits in SimpleLruReadPage_ReadOnly
Tomas Vondra
2020-04-08
*
Collect statistics about SLRU caches
Tomas Vondra
2020-04-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Better error messages for short reads/writes in SLRU
Peter Eisentraut
2019-09-03
*
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
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Fix function code in error report
Alvaro Herrera
2018-06-06
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
[next]