]> granicus.if.org Git - postgresql/history - src/backend/storage/lmgr/s_lock.c
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
[postgresql] / src / backend / storage / lmgr / s_lock.c
2016-04-14 Andres FreundMake init_spin_delay() C89 compliant and change stuck...
2016-04-11 Andres FreundAllow Pin/UnpinBuffer to operate in a lockfree manner.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-09-11 Robert HaasAdd missing volatile qualifier.
2014-09-09 Robert HaasChange the spinlock primitives to function as compiler...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-17 Robert HaasRemove spinlock support for SINIX, Sun3, and NS32K.
2013-06-28 Heikki LinnakangasTrack spinlock delay in microsecond granularity.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-26 Robert HaasWhen LWLOCK_STATS is defined, count spindelays.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-23 Robert HaasMemory barrier support for PostgreSQL.
2011-08-29 Robert HaasImprove spinlock performance for HP-UX, ia64, non-gcc.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-12 Tom LaneUpon closer inspection, the sparc code in s_lock.c...
2006-05-11 Tom LaneRemove unnecessary .seg/.section directives, per Alan...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-03 Bruce MomjianUpdate random() usage so ranges are inclusive/exclusive...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-11 Tom LaneAdd infrastructure for making spins_per_delay variable...
2005-08-26 Tom LaneAdjust m68k spinlock code to avoid duplicate in-line...
2005-08-25 Tom LaneReplace out-of-line tas() assembly code for MIPS with...
2005-07-30 Bruce MomjianSUNOS4_CC -> SUNOS_CC.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneSupport Sun's compiler on SunOS4 (a/k/a Solaris 9)...
2004-12-18 Bruce MomjianAllow NetBSD, m64k to compile the ASM spinlock code.
2004-08-30 Tom LaneImprove spinlock selftest to make it able to detect...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-19 Tom LaneLooks like s_lock_test needs <time.h> on some platforms.
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...