]> granicus.if.org Git - postgresql/history - src/include/storage/s_lock.h
Remove Alpha and Tru64 support.
[postgresql] / src / include / storage / s_lock.h
2014-06-28 Andres FreundRemove Alpha and Tru64 support.
2014-01-09 Tom LaneWe don't need to include pg_sema.h in s_lock.h anymore.
2014-01-08 Robert HaasReduce the number of semaphores used under --disable...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-18 Robert HaasRemove IRIX port.
2013-10-17 Robert HaasRemove spinlock support for SINIX, Sun3, and NS32K.
2013-08-29 Heikki LinnakangasUse a non-locking initial test in TAS_SPIN on x86_64.
2013-06-04 Tom LaneAdd ARM64 (aarch64) support to s_lock.h.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-26 Robert HaasWhen LWLOCK_STATS is defined, count spindelays.
2012-05-01 Peter EisentrautRemove dead ports
2012-03-16 Heikki LinnakangasAdd comments explaining why our Itanium spinlock implem...
2012-01-07 Tom LaneUse __sync_lock_test_and_set() for spinlocks on ARM...
2012-01-03 Tom LaneUse a non-locking initial test in TAS_SPIN on PPC.
2012-01-02 Tom LaneUse LWSYNC in place of SYNC/ISYNC in PPC spinlocks...
2012-01-02 Tom LaneUse 4-byte slock_t on both PPC and PPC64.
2012-01-02 Tom LaneUse mutex hint bit in PPC LWARX instructions, where...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-29 Tom LaneUse a non-locking test in TAS_SPIN() on all IA64 platforms.
2011-08-29 Robert HaasImprove spinlock performance for HP-UX, ia64, non-gcc.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-05 Magnus HaganderUse _mm_pause() for win64 spin_delay(), per note from...
2010-01-04 Magnus HaganderAdd a Win64-specific spin_delay() function.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-07-27 Tom LaneAdd s_lock support for SuperH architecture.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-29 Peter EisentrautSupport for Sun Studio compiler on Linux
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-08-05 Tom LaneApparently icc doesn't always define __ICC, and it...
2007-07-16 Tom LaneHmm, so evidently _check_lock and _clear_lock take...
2007-07-16 Tom LaneSo our reward for including <sys/atomic_op.h> seems...
2007-07-16 Tom LaneOn AIX, include <sys/atomic_op.h> so that the functions...
2007-05-04 Tom Lanetas() support for Renesas' M32R processor. Kazuhiro...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-19 Bruce MomjianFix Solaris/ASM test for x86.
2006-05-18 Bruce MomjianUse unsigned into for slock_t for pre-sparcv8plus.
2006-05-18 Bruce MomjianMention that gcc/sparc generates sparcv7 binaries.
2006-05-17 Bruce MomjianAdd comments that Solaris Sun compiler only supports...
2006-04-29 Bruce MomjianSolaris tas() uses 'int' now.
2006-04-28 Bruce MomjianRemove "volatile" from tas function, per TOm.
2006-04-27 Bruce MomjianRewrite Solaris compiler tas() assembly routines, merge...
2006-04-19 Tom LaneRecognize __ppc64__, which seems to be Apple's spelling...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Bruce MomjianRemove QNX port.
2005-12-30 Bruce MomjianAdd support for Solaris x86_64 using Sun's compiler.
2005-12-17 Bruce MomjianFix typo.
2005-12-17 Bruce MomjianUpdate s_lock.c comments.
2005-12-17 Bruce MomjianUpdate ASM comments.
2005-10-11 Tom LaneAdd infrastructure for making spins_per_delay variable...
2005-10-11 Tom LaneDon't use a non-locked pre-test of the spinlock on...
2005-08-29 Tom LaneSigh, looks like you need '.set mips2' before you can...
2005-08-28 Tom LaneAdd a SYNC instruction to the S_UNLOCK sequence for...
2005-08-27 Tom LaneGet the MIPS assembler syntax right. Also add a separa...
2005-08-26 Tom LaneAnother try at the inlined MIPS spinlock code. Can...
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-03-10 Bruce MomjianAdd spinlock support for Itanium processor with Intel...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-06 Neil ConwayDocument what the "rep; nop" x86 assembler sequence...
2004-09-24 Tom LaneGet rid of /*-inside-comment warning. My fault.
2004-09-24 Tom LaneFix TAS assembly stuff for Solaris/386. (I'm not in...
2004-09-02 Tom LaneAdd s_lock support for HPUX on IA64, per Shinji Teragaito.
2004-08-30 Tom Laneslock_t must be int not char for MIPS. 7.4 got this...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-19 Tom LaneAdjust TAS assembly as per recent discussions: use...
2004-01-03 Tom LaneMust test for __hppa__ as well as __hppa to make linux...
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 MomjianHave configure --without-spinlocks actually not use...
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 MomjianTest for __alpha and __alpha__.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-04 Peter EisentrautImprove message wording for spinlocks-missing compilati...
2003-10-10 Bruce MomjianRename __arm__/__arm__ to __arm__/__arm, found by Neil...
2003-09-29 Bruce MomjianFix #error message to mention renamed option --disable...
2003-09-12 Bruce MomjianImplement compiler #error if spinlock code not found...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-01 Tom LaneSince HPUX now exists for Itanium, we should decouple...
2003-07-20 Bruce MomjianAdd Opteron/Itanium comment.
2003-06-24 Bruce MomjianAdd x86_64 support for spinlocks.
2003-06-24 Bruce MomjianSmall patch to link to the proper place in the "runtime...
2003-06-05 Peter EisentrautSupport for Intel compiler on Linux
2003-04-20 Tom LaneApple's assembler likes the inlined TAS syntax too...
2003-04-04 Tom LaneTighten up register usage for inline PPC version of...
2003-04-04 Tom LanePut the isync where it's supposed to be.
2002-11-22 Tom LaneTAS code originally written for s390 (32-bit) does...
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-09-02 Bruce MomjianI tried to build PostgreSQL with the following step...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-01-29 Tom LaneMake S/390 TAS spell __inline__ the same way as the...
2001-12-11 Tom LaneMake sure that inlined S_UNLOCK is marked as an update...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
next