summaryrefslogtreecommitdiff
path: root/src/backend/port/posix_sema.c
Commit message (Expand)AuthorAgeFilesLines
* $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