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
/
access
/
transam
/
slru.c
Age
Commit message (
Expand
)
Author
2025-07-07
Refactor some repetitive SLRU code
Álvaro Herrera
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-01-09
Fix SLRU bank selection code
Álvaro Herrera
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-08-19
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-08-19
Search for SLRU page only in its own bank
Alvaro Herrera
2024-07-23
Improve comments in slru.{c,h} about segment name format
Michael Paquier
2024-05-03
Fix an assortment of typos
David Rowley
2024-03-05
Fix misspelled assertions
Alvaro Herrera
2024-03-04
Simplify coding in slru.c
Alvaro Herrera
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-26
slru.c: Reduce scope of variables in 'for' blocks
Alvaro Herrera
2024-02-06
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-01-04
Update copyright for 2024
Bruce Momjian
2023-11-30
Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355
Alexander Korotkov
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-25
Re-add tracking of wait event SLRUFlushSync
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-10
Fix comment of SimpleLruInit() in slru.c
Michael Paquier
2022-10-10
Remove unnecessary semicolons after goto labels
John Naylor
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-04-07
pgstat: normalize function naming.
Andres Freund
2022-04-06
Fix unsigned output format in SLRU error reporting
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-05
Fix unlinking of SLRU segments.
Thomas Munro
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-23
Fix missing fsync of SLRU directories.
Thomas Munro
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-01
Use pg_pread() and pg_pwrite() in slru.c.
Thomas Munro
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-14
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-13
Improve management of SLRU statistics collection.
Tom Lane
2020-04-08
Track SLRU page hits in SimpleLruReadPage_ReadOnly
Tomas Vondra
2020-04-02
Collect statistics about SLRU caches
Tomas Vondra
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-09-03
Better error messages for short reads/writes in SLRU
Peter Eisentraut
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
[next]