Commits

DateSubjectAuthorReleases
2002-09-30 Back-patch fix for correct TAS operation on multi-CPU PPC machines. Tom Lane 7.2.3
2002-09-21 Fix PPC s_lock operations to work correctly on multi-CPU machines. Tom Lane 7.3.1
2002-05-05 Create an internal semaphore API that is not tied to SysV semaphores. Tom Lane 7.3.1
2002-01-29 Make S/390 TAS spell __inline__ the same way as the other eight GCC Tom Lane 7.2.1
2001-12-11 Make sure that inlined S_UNLOCK is marked as an update of a 'volatile' Tom Lane 7.2.1
2001-09-29 Implement new 'lightweight lock manager' that's intermediate between Tom Lane 7.2.1
2001-04-13 Suppress compiler warnings in Vax and NS32K assembly code: 'register foo' Tom Lane 7.1.1
2001-03-25 Re-order declarations to un-break the non-HAS_TEST_AND_SET case. Tom Lane 7.1.1
2001-02-18 Change s_lock to not use any zero-delay select() calls; these are just a Tom Lane 7.1.1
2001-02-16 Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc Tom Lane 7.1.1
2001-02-10 Fix byte-vs-word-width oversight in m68k TAS() code. Tom Lane 7.1.1
2001-01-20 Still further tweaking of s_lock assembler: do not assume that leading Tom Lane 7.1.1
2000-12-30 Clean up spinlock assembly code slightly (just cosmetic improvements) Tom Lane 7.1.1
2000-12-29 Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to Tom Lane 7.1.1
2000-11-28 Significant cleanups in SysV IPC handling (shared mem and semaphores). Tom Lane 7.1.1
1998-10-01 Make HP-PA S_UNLOCK a little faster and less dependent on unspecified compiler codegen details. Tom Lane 7.1.1