aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/s_lock.c
Commit message (Expand)AuthorAge
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add infrastructure for making spins_per_delay variable depending onTom Lane2005-10-11
* Adjust m68k spinlock code to avoid duplicate in-line and not-in-lineTom Lane2005-08-26
* Replace out-of-line tas() assembly code for MIPS with a properlyTom Lane2005-08-25
* SUNOS4_CC -> SUNOS_CC.Bruce Momjian2005-07-30
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.netTom Lane2004-12-29
* Allow NetBSD, m64k to compile the ASM spinlock code.Bruce Momjian2004-12-18
* Improve spinlock selftest to make it able to detect misdeclaration ofTom Lane2004-08-30
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Looks like s_lock_test needs <time.h> on some platforms.Tom Lane2004-06-19
* When changing select() calls for delays into pg_usleep(), two commentsBruce Momjian2004-03-23
* * postmaster.c: cleanup pmdaemonize under win32; missed failure messageBruce Momjian2004-03-15
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* 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