]> granicus.if.org Git - postgresql/history - src/include/storage/s_lock.h
Add spinlock support for Itanium processor with Intel compiler.
[postgresql] / src / include / storage / s_lock.h
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...
2001-09-24 Peter EisentrautTreat __s390x__ the same as __s390__. (taken from...
2001-05-24 Bruce MomjianI haven't tried building postgres with the Watcom compi...
2001-04-13 Tom LaneSuppress compiler warnings in Vax and NS32K assembly...
2001-03-25 Tom LaneRe-order declarations to un-break the non-HAS_TEST_AND_...
2001-02-18 Tom LaneChange s_lock to not use any zero-delay select() calls...
2001-02-16 Tom LaneJust noticed that use of 'volatile' in HPPA S_UNLOCK...
2001-02-10 Tom LaneFix byte-vs-word-width oversight in m68k TAS() code.
2001-02-02 Bruce MomjianApply patches for QNX from Maurizio
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-20 Tom LaneStill further tweaking of s_lock assembler: do not...
2001-01-19 Bruce Momjiancleanup.
2001-01-19 Bruce MomjianRemove ; and add \n to ASM code.
2001-01-19 Bruce MomjianFix alignment
2001-01-19 Bruce MomjianFix univel asm alignment
2001-01-19 Bruce MomjianAdd __volatile__ to all __asm__ and make consistent...
2001-01-19 Bruce MomjianNew ASM format:
2001-01-18 Bruce MomjianFix VAX ASM '1 f' -> '1f'.
2000-12-30 Tom LaneClean up spinlock assembly code slightly (just cosmetic...
2000-12-29 Tom LaneFix failure in CreateCheckPoint on some Alpha boxes...
2000-12-03 Thomas G. LockhartSupport IBM S/390. Patches from Neale Ferguson@software...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-10-22 Peter EisentrautMakeover for Unixware 7.1.1
2000-10-08 Bruce MomjianTom Lane wrote:
2000-07-05 Bruce Momjianattached to this mail is a patch from a colleague that...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-12-16 Bruce MomjianI have done the QNX4 port with the current source tree...
1999-11-23 Bruce Momjianecpg ECPGFree fix from Rene Hogendoorn.
1999-11-18 Bruce MomjianFix for arm32 and fix for dbname with dash.
1999-11-06 Bruce MomjianAdd Linux ARM.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-13 Bruce MomjianMore cpu cleanups, only for 6.6.
1999-07-13 Bruce MomjianRedefine cpu's as __cpu__. Only for 6.6 branch.
1999-06-13 Tatsuo Ishiichange #if defined(__mc68000__) to:
1999-06-10 Bruce MomjianThis patch should enable 6.5 to build on Motorola 68000...
1999-04-13 Bruce MomjianAdd ARM32 support by Andrew McMurry
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-10-31 Bruce Momjians_lock patch from Ryan.
1998-10-28 Bruce Momjians_lock aix patch.
1998-10-27 Bruce Momjianbackslash for portability, from Andreas Zeugswetter
1998-10-02 Bruce MomjianFixes for Irix from Robert Bruccoleri
1998-10-02 Bruce MomjianHere's the new diff for getting the NS32K assembly...
1998-10-01 Tom LaneMake HP-PA S_UNLOCK a little faster and less dependent...
1998-09-21 Bruce MomjianFix for \z formatting from Tom Lane.
1998-09-18 Bruce MomjianNS32K lock patch reversed.
1998-09-18 Bruce MomjianFix for NS32K machine.
1998-09-12 Bruce MomjianIrix lock fix from Robert Bruccoleri
1998-09-11 Bruce MomjianThe attached patches fix the following problems:
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-22 Bruce MomjianHere are additional patches for the UnixWare 7 port.
1998-07-20 Bruce MomjianFix problem brought in with 32K machine.
1998-07-19 Bruce MomjianLock fix from Tom Ivar Helbekkmo .
1998-07-19 Bruce MomjianMy mailer munged the intro text in my last post. Here...
1998-07-19 Bruce MomjianSomewhere between 6.1 and 6.3 someone removed the suppo...
1998-07-18 Bruce MomjianMove common lock code to their own section.
1998-07-18 Bruce MomjianOn architectures where we don't have any special inline...
1998-07-18 Bruce MomjianThank you for testing and reporting this. It is my...
1998-06-16 Bruce MomjianHere is the long awaited optimized version of the S_LOC...
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
next