aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/slru.c
Commit message (Expand)AuthorAge
* 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
* Fix double shared memory allocation.Teodor Sigaev2017-07-21
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* pgindent run for 9.6Robert Haas2016-06-09
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-12
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Update copyright for 2015Bruce Momjian2015-01-06
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* pgindent run for 9.4Bruce Momjian2014-05-06
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Update copyright for 2014Bruce Momjian2014-01-07
* Handle 5-char filenames in SlruScanDirectoryAlvaro Herrera2014-01-02
* Handle wraparound during truncation in multixact/membersAlvaro Herrera2014-01-02
* Fix pg_upgrade failure from servers older than 9.3Alvaro Herrera2013-08-19
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28