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
*
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
*
Fix double shared memory allocation.
Teodor Sigaev
2017-07-21
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
*
Rework the way multixact truncations work.
Andres Freund
2015-09-26
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Handle 5-char filenames in SlruScanDirectory
Alvaro Herrera
2014-01-02
*
Handle wraparound during truncation in multixact/members
Alvaro Herrera
2014-01-02
*
Fix pg_upgrade failure from servers older than 9.3
Alvaro Herrera
2013-08-19
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
[next]