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