]> granicus.if.org Git - postgresql/history - src/backend/port/unix_latch.c
Remove IRIX port.
[postgresql] / src / backend / port / unix_latch.c
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-18 Tom LaneAssert that WaitLatch's timeout is not more than INT_MA...
2012-11-09 Tom LaneFix WaitLatch() to return promptly when the requested...
2012-10-15 Tom LaneSplit up process latch initialization for more-fail...
2012-07-02 Robert HaasMake walsender more responsive.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-14 Tom LaneAssert that WaitLatchOrSocket callers cannot wait only...
2012-05-12 Tom LaneFix WaitLatchOrSocket to handle EOF on socket correctly.
2012-05-10 Tom LaneMake WaitLatch's WL_POSTMASTER_DEATH result trustworthy...
2012-01-15 Heikki LinnakangasFix poll() implementation of WaitLatchOrSocket to notic...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-11 Tom LaneTeach unix_latch.c to use poll() where available.
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-08-09 Tom LaneMeasure WaitLatch's timeout parameter in milliseconds...
2011-08-09 Tom LaneDocumentation improvement and minor code cleanups for...
2011-07-08 Heikki LinnakangasIntroduce a pipe between postmaster and each backend...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-15 Heikki LinnakangasSimplify Windows implementation of latches. There's...
2010-09-13 Heikki LinnakangasAdd a comment noting that the owner_pid test in OwnLatc...
2010-09-11 Heikki LinnakangasAdd missing #includes, needed on some platforms. This...
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...