summaryrefslogtreecommitdiff
path: root/src/backend/port/posix_sema.c
Commit message (Expand)AuthorAgeFilesLines
* Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane2008-01-261-32/+5
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-9/+10
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-39/+36
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+1
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-271-29/+10
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-221-3/+3
* pgindent run.Bruce Momjian2002-09-041-19/+18
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Add missing includes.Tom Lane2002-05-051-1/+2
* Cope with case that SEM_FAILED is not defined (assume failure code is -1)Tom Lane2002-05-051-2/+8
* First test of Darwin port with POSIX semaphore code.Tom Lane2002-05-051-2/+4
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-0/+357