]> granicus.if.org Git - postgresql/history - src/backend/storage/lmgr/s_lock.c
When changing select() calls for delays into pg_usleep(), two comments
[postgresql] / src / backend / storage / lmgr / s_lock.c
2004-03-23 Bruce MomjianWhen changing select() calls for delays into pg_usleep...
2004-03-15 Bruce Momjian* postmaster.c: cleanup pmdaemonize under win32; missed...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-01-09 Bruce MomjianChange PG_DELAY from msec to usec and use it consistenl...
2003-12-27 Tom LaneImprove spinlock code for recent x86 processors: insert...
2003-12-23 Tom LaneUse inlined TAS() on PA-RISC, if we are compiling with...
2003-12-23 Tom LaneMop-up for HAS_TEST_AND_SET refactoring. Un-break...
2003-12-23 Bruce MomjianMove slock_t typdefs into s_lock.h from include/port...
2003-12-23 Bruce MomjianRemove NEED_I386_TAS_ASM and just test for compiler...
2003-12-22 Bruce MomjianThis applied patch remove NEED_SPARC_TAS_ASM and instea...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-06 Tom LaneAdopt a random backoff algorithm for sleep delays when...
2003-08-04 Tom LaneMinor cleanups in S_LOCK_TEST code.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-04-20 Tom LaneApple's assembler likes the inlined TAS syntax too...
2002-11-10 Bruce Momjian> > I'll re-check that with the ppc architecture guy...
2002-09-21 Tom LaneFix PPC s_lock operations to work correctly on multi...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-02 Tom LaneFix backslash-n typo, per Joe Conway.
2002-04-05 Bruce MomjianLooks like a small patch is needed as well to do the...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-27 Tom LaneMove s_lock.c and spin.c into lmgr subdirectory, which...