aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32_sema.c
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Remove the option to service interrupts during PGSemaphoreLock().Andres Freund2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().Noah Misch2014-07-25
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix Windows implementation of PGSemaphoreLock.Tom Lane2012-05-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane2008-01-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Set maximum semaphore count to 32767 instead of 1. FixesMagnus Hagander2007-04-24
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane2006-07-16
* Add Win32 semaphore implementation, rather than mimicking SysVBruce Momjian2006-04-29