]> granicus.if.org Git - postgresql/history - src/include/storage/s_lock.h
Fix #error message to mention renamed option --disable-spinlocks.
[postgresql] / src / include / storage / s_lock.h
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...
1998-05-06 Bruce MomjianRemove extra paren in __alpha so it compiles.
1998-05-04 Marc G. FournierMissed the __alpha__ to __alpha change...
1998-05-04 Marc G. FournierOkay...this should fix the s_lock() patches from David...
1998-05-04 Bruce MomjianFix for missing parens with \g causing psql to get...
1998-04-29 Marc G. FournierFrom: Jeroen van Vianen <jeroenv@design.nl>
1998-04-27 Marc G. FournierFrom: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
1998-03-01 Marc G. FournierFrom: "Billy G. Allie" <Bill.Allie@mug.org>
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Marc G. FournierFrom: Zeugswetter Andreas SARZ <Andreas.Zeugswetter...
1998-02-13 Marc G. FournierFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-02-05 Marc G. FournierPort specific, compiler specfied for SGI/Irix5
1998-02-03 Marc G. FournierUse proper symbol for hpux
1998-02-03 Marc G. FournierFix for various aix related 'mis-defines'
1998-01-26 Bruce Momjiancash_words_out fix
1998-01-25 Marc G. FournierFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
1998-01-20 Bruce MomjianParser cleanup.
1998-01-19 Bruce MomjianAdded code so SubLinks make it to optimizer.
1998-01-17 Marc G. FournierFrom: "Billy G. Allie" <Bill.Allie@mug.org>
1998-01-13 Marc G. FournierVarious cleanups for the i386_solaris environment
1998-01-04 Marc G. FournierVarious fixes NETBSD/sparc related
next