summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/spin.c
Commit message (Expand)AuthorAgeFilesLines
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-251-3/+4
* Protect definition of SpinlockSemaArray, just like its declaration.Andres Freund2014-09-011-0/+2
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* We don't need to include pg_sema.h in s_lock.h anymore.Tom Lane2014-01-081-0/+1
* Reduce the number of semaphores used under --disable-spinlocks.Robert Haas2014-01-081-19/+31
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Improve scalability of WAL insertions.Heikki Linnakangas2013-07-081-0/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Calculate # of semaphores correctly with --disable-spinlocks.Heikki Linnakangas2013-04-041-3/+11
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* 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
* Hmm, seems --disable-spinlocks has been broken for awhile and nobodyTom Lane2006-07-221-3/+5
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+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-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-6/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platformsTom Lane2003-12-231-5/+4
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-231-1/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2002-09-041-5/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-119/+24
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-6/+5
* Make inclusion logic for sys/sem.h and sys/ipc.h consistent across allTom Lane2001-10-011-2/+8
* Add sys/types.h for FreeBSD compile.Bruce Momjian2001-10-011-1/+2
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-236/+22
* Move s_lock.c and spin.c into lmgr subdirectory, which seems a muchTom Lane2001-09-271-0/+397