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
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
For PowerPC instruction "addi", use constraint "b".
Noah Misch
2019-10-18
*
Fix spinlock assembly code for MIPS so it works on MIPS r6.
Tom Lane
2019-06-22
*
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add support for Motorola 88K to s_lock.h.
Tom Lane
2017-11-20
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-11
*
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
[next]