index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
lmgr
/
s_lock.c
Commit message (
Expand
)
Author
Age
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Add infrastructure for making spins_per_delay variable depending on
Tom Lane
2005-10-11
*
Adjust m68k spinlock code to avoid duplicate in-line and not-in-line
Tom Lane
2005-08-26
*
Replace out-of-line tas() assembly code for MIPS with a properly
Tom Lane
2005-08-25
*
SUNOS4_CC -> SUNOS_CC.
Bruce Momjian
2005-07-30
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net
Tom Lane
2004-12-29
*
Allow NetBSD, m64k to compile the ASM spinlock code.
Bruce Momjian
2004-12-18
*
Improve spinlock selftest to make it able to detect misdeclaration of
Tom Lane
2004-08-30
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Looks like s_lock_test needs <time.h> on some platforms.
Tom Lane
2004-06-19
*
When changing select() calls for delays into pg_usleep(), two comments
Bruce Momjian
2004-03-23
*
* postmaster.c: cleanup pmdaemonize under win32; missed failure message
Bruce Momjian
2004-03-15
*
Centralize implementation of delay code by creating a pg_usleep()
Tom Lane
2004-02-10
*
Change PG_DELAY from msec to usec and use it consistenly rather than
Bruce Momjian
2004-01-09
*
Improve spinlock code for recent x86 processors: insert a PAUSE
Tom Lane
2003-12-27
*
Use inlined TAS() on PA-RISC, if we are compiling with gcc.
Tom Lane
2003-12-23
*
Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms
Tom Lane
2003-12-23
*
Move slock_t typdefs into s_lock.h from include/port files for
Bruce Momjian
2003-12-23
*
Remove NEED_I386_TAS_ASM and just test for compiler defines.
Bruce Momjian
2003-12-23
*
This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc ||
Bruce Momjian
2003-12-22
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
*
Adopt a random backoff algorithm for sleep delays when waiting for a
Tom Lane
2003-08-06
*
Minor cleanups in S_LOCK_TEST code.
Tom Lane
2003-08-04
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.
Tom Lane
2003-07-27
*
Apple's assembler likes the inlined TAS syntax too, so no reason to
Tom Lane
2003-04-20
*
> > I'll re-check that with the ppc architecture guy here.
Bruce Momjian
2002-11-10
*
Fix PPC s_lock operations to work correctly on multi-CPU machines.
Tom Lane
2002-09-21
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Fix backslash-n typo, per Joe Conway.
Tom Lane
2002-05-02
*
Looks like a small patch is needed as well to do the right thing on Linux.
Bruce Momjian
2002-04-05
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-09-29
*
Move s_lock.c and spin.c into lmgr subdirectory, which seems a much
Tom Lane
2001-09-27