summaryrefslogtreecommitdiff
path: root/src/backend/port/win32_sema.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane2008-01-261-1/+7
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Set maximum semaphore count to 32767 instead of 1. FixesMagnus Hagander2007-04-241-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-10/+16
* Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane2006-07-161-1/+1
* Add Win32 semaphore implementation, rather than mimicking SysVBruce Momjian2006-04-291-0/+195