aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/s_lock.c
Commit message (Expand)AuthorAge
* Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane2006-05-11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Adopt a random backoff algorithm for sleep delays when waiting for aTom Lane2003-08-06
* Minor cleanups in S_LOCK_TEST code.Tom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-27
* Apple's assembler likes the inlined TAS syntax too, so no reason toTom Lane2003-04-20
* > > I'll re-check that with the ppc architecture guy here.Bruce Momjian2002-11-10
* Fix PPC s_lock operations to work correctly on multi-CPU machines.Tom Lane2002-09-21
* Update copyright to 2002.Bruce Momjian2002-06-20
* Fix backslash-n typo, per Joe Conway.Tom Lane2002-05-02
* Looks like a small patch is needed as well to do the right thing on Linux.Bruce Momjian2002-04-05
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Move s_lock.c and spin.c into lmgr subdirectory, which seems a muchTom Lane2001-09-27