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
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Make init_spin_delay() C89 compliant #2.
Andres Freund
2016-04-14
*
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-13
*
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-04-10
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Correct pg_indent to pgindent in various comments.
Robert Haas
2015-10-08
*
Clean up icc + ia64 situation.
Tom Lane
2015-08-31
*
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-29
*
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-10
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
*
Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.
Andres Freund
2015-06-29
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Fix broken #ifdef for __sparcv8
Heikki Linnakangas
2015-02-13
*
Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA.
Andres Freund
2015-01-15
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Really fix compilation failure on MIPS.
Heikki Linnakangas
2014-11-11
*
Fix compilation failure on MIPS.
Heikki Linnakangas
2014-11-11
*
Still another typo fix for 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-10-03
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
*
Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-09-10
*
Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.
Andres Freund
2014-09-10
*
Change the spinlock primitives to function as compiler barriers.
Robert Haas
2014-09-09
*
Fix typo in solaris spinlock fix.
Andres Freund
2014-09-09
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
*
Remove swpb-based spinlock implementation for ARMv5 and earlier.
Robert Haas
2014-07-06
*
Remove Alpha and Tru64 support.
Andres Freund
2014-06-28
*
We don't need to include pg_sema.h in s_lock.h anymore.
Tom Lane
2014-01-08
*
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Remove IRIX port.
Robert Haas
2013-10-18
*
Remove spinlock support for SINIX, Sun3, and NS32K.
Robert Haas
2013-10-17
*
Use a non-locking initial test in TAS_SPIN on x86_64.
Heikki Linnakangas
2013-08-29
*
Add ARM64 (aarch64) support to s_lock.h.
Tom Lane
2013-06-04
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
When LWLOCK_STATS is defined, count spindelays.
Robert Haas
2012-06-26
*
Remove dead ports
Peter Eisentraut
2012-05-01
*
Add comments explaining why our Itanium spinlock implementation is safe.
Heikki Linnakangas
2012-03-16
*
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2012-01-07
*
Use a non-locking initial test in TAS_SPIN on PPC.
Tom Lane
2012-01-03
*
Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible.
Tom Lane
2012-01-02
*
Use 4-byte slock_t on both PPC and PPC64.
Tom Lane
2012-01-02
*
Use mutex hint bit in PPC LWARX instructions, where possible.
Tom Lane
2012-01-02
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Use a non-locking test in TAS_SPIN() on all IA64 platforms.
Tom Lane
2011-08-29
*
Improve spinlock performance for HP-UX, ia64, non-gcc.
Robert Haas
2011-08-29
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Use _mm_pause() for win64 spin_delay(), per note from Tsutomu Yamada.
Magnus Hagander
2010-01-05
*
Add a Win64-specific spin_delay() function.
Magnus Hagander
2010-01-04
[next]