aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/slru.c
Commit message (Expand)AuthorAge
* 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
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Teach SLRU code to avoid replacing I/O-busy pages.Robert Haas2012-04-08
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix uninitialized-variable bug.Tom Lane2011-10-04
* Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera2011-10-04
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Avoid unnecessary public struct declaration in slru.hAlvaro Herrera2010-12-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane2010-04-28
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Revert DTrace patch from Robert LorBruce Momjian2009-04-02
* Add support for additional DTrace probes.Bruce Momjian2009-04-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Small comment spacing improvement.Bruce Momjian2007-11-16