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
*
Remove unnecessary .seg/.section directives, per Alan Stange.
Tom Lane
2006-05-11
*
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