aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/unix_latch.c
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Assert that WaitLatch's timeout is not more than INT_MAX milliseconds.Tom Lane2012-11-18
* 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
* Make walsender more responsive.Robert Haas2012-07-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Assert that WaitLatchOrSocket callers cannot wait only for writability.Tom Lane2012-05-14
* Fix WaitLatchOrSocket to handle EOF on socket correctly.Tom Lane2012-05-12
* Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.Tom Lane2012-05-10
* Fix poll() implementation of WaitLatchOrSocket to notice postmaster death.Heikki Linnakangas2012-01-15
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Teach unix_latch.c to use poll() where available.Tom Lane2011-08-11
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* 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
* Add a comment noting that the owner_pid test in OwnLatch is just a sanityHeikki Linnakangas2010-09-13
* Add missing #includes, needed on some platforms. This should makeHeikki Linnakangas2010-09-11
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11