aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/latch.h
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Remove volatile from latch APIPeter Eisentraut2019-03-04
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Update copyright for 2018Bruce Momjian2018-01-02
* Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane2017-08-15
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas2016-12-21
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Combine win32 and unix latch implementations.Andres Freund2016-03-21
* Remove unused, and dangerous, TestLatch() macro.Andres Freund2016-03-18
* Update copyright for 2016Bruce Momjian2016-01-02
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Add barriers to the latch code.Andres Freund2015-01-13
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane2012-11-08
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-09
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas2010-09-15
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11