aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/slru.c
Commit message (Expand)AuthorAge
* Fix an assortment of typosDavid Rowley2024-05-04
* Fix misspelled assertionsAlvaro Herrera2024-03-05
* Simplify coding in slru.cAlvaro Herrera2024-03-04
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* slru.c: Reduce scope of variables in 'for' blocksAlvaro Herrera2024-02-26
* Change initial use of pg_atomic_write_u64 to initAlvaro Herrera2024-02-06
* Use atomic access for SlruShared->latest_page_numberAlvaro Herrera2024-02-06
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355Alexander Korotkov2023-11-30
* Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov2023-11-29
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Fix typos in commentsMichael Paquier2023-05-02
* Re-add tracking of wait event SLRUFlushSyncMichael Paquier2023-04-26
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix comment of SimpleLruInit() in slru.cMichael Paquier2022-11-10
* Remove unnecessary semicolons after goto labelsJohn Naylor2022-10-10
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* pgstat: normalize function naming.Andres Freund2022-04-06
* Fix unsigned output format in SLRU error reportingPeter Eisentraut2022-04-06
* Update copyright for 2022Bruce Momjian2022-01-07
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix unlinking of SLRU segments.Thomas Munro2020-11-05
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Use pg_pread() and pg_pwrite() in slru.c.Thomas Munro2020-08-02
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* Improve management of SLRU statistics collection.Tom Lane2020-05-13
* Track SLRU page hits in SimpleLruReadPage_ReadOnlyTomas Vondra2020-04-08
* Collect statistics about SLRU cachesTomas Vondra2020-04-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Better error messages for short reads/writes in SLRUPeter Eisentraut2019-09-03
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Update copyright for 2019Bruce Momjian2019-01-02
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Fix function code in error reportAlvaro Herrera2018-06-06
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14