aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/s_lock.h
Commit message (Expand)AuthorAge
* TAS code originally written for s390 (32-bit) does not work for s390xTom Lane2002-11-22
* > > I'll re-check that with the ppc architecture guy here.Bruce Momjian2002-11-10
* Fix PPC s_lock operations to work correctly on multi-CPU machines.Tom Lane2002-09-21
* I tried to build PostgreSQL with the following step to see backends hungBruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Make S/390 TAS spell __inline__ the same way as the other eight GCCTom Lane2002-01-29
* Make sure that inlined S_UNLOCK is marked as an update of a 'volatile'Tom Lane2001-12-11
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Treat __s390x__ the same as __s390__. (taken from RPM patch set)Peter Eisentraut2001-09-24
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-24
* Suppress compiler warnings in Vax and NS32K assembly code: 'register foo'Tom Lane2001-04-13
* Re-order declarations to un-break the non-HAS_TEST_AND_SET case.Tom Lane2001-03-25
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-18
* Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gccTom Lane2001-02-16
* Fix byte-vs-word-width oversight in m68k TAS() code.Tom Lane2001-02-10
* Apply patches for QNX from MaurizioBruce Momjian2001-02-02
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Still further tweaking of s_lock assembler: do not assume that leadingTom Lane2001-01-20
* cleanup.Bruce Momjian2001-01-19
* Remove ; and add \n to ASM code.Bruce Momjian2001-01-19
* Fix alignmentBruce Momjian2001-01-19
* Fix univel asm alignmentBruce Momjian2001-01-19
* Add __volatile__ to all __asm__ and make consistent indentingBruce Momjian2001-01-19
* New ASM format:Bruce Momjian2001-01-19
* Fix VAX ASM '1 f' -> '1f'.Bruce Momjian2001-01-18
* Clean up spinlock assembly code slightly (just cosmetic improvements)Tom Lane2000-12-30
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-29
* Support IBM S/390. Patches from Neale Ferguson@softwareAG-usa.com.Thomas G. Lockhart2000-12-03
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* Tom Lane wrote:Bruce Momjian2000-10-08
* attached to this mail is a patch from a colleague that makesBruce Momjian2000-07-05
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* ecpg ECPGFree fix from Rene Hogendoorn.Bruce Momjian1999-11-23
* Fix for arm32 and fix for dbname with dash.Bruce Momjian1999-11-18
* Add Linux ARM.Bruce Momjian1999-11-06
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-13
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-13
* change #if defined(__mc68000__) to:Tatsuo Ishii1999-06-13
* This patch should enable 6.5 to build on Motorola 68000 architecture.Bruce Momjian1999-06-10
* Add ARM32 support by Andrew McMurryBruce Momjian1999-04-13
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* s_lock patch from Ryan.Bruce Momjian1998-10-31
* s_lock aix patch.Bruce Momjian1998-10-28
* backslash for portability, from Andreas ZeugswetterBruce Momjian1998-10-27