aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/s_lock.c
Commit message (Expand)AuthorAge
* Change PG_DELAY from msec to usec and use it consistenly rather thanBruce Momjian2004-01-09
* Improve spinlock code for recent x86 processors: insert a PAUSETom Lane2003-12-27
* Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane2003-12-23
* Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platformsTom Lane2003-12-23
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-23
* Remove NEED_I386_TAS_ASM and just test for compiler defines.Bruce Momjian2003-12-23
* This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc ||Bruce Momjian2003-12-22
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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