index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
s_lock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-11-02
1
-23
/
+45
*
Add RISC-V spinlock support in s_lock.h.
Tom Lane
2021-08-13
1
-0
/
+24
*
For PowerPC instruction "addi", use constraint "b".
Noah Misch
2019-10-18
1
-1
/
+6
*
Fix spinlock assembly code for MIPS so it works on MIPS r6.
Tom Lane
2019-06-22
1
-4
/
+21
*
Add support for Motorola 88K to s_lock.h.
Tom Lane
2017-11-20
1
-0
/
+24
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
1
-1
/
+1
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-11
1
-23
/
+0
*
Make init_spin_delay() C89 compliant #2.
Andres Freund
2016-04-14
1
-2
/
+13
*
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-13
1
-4
/
+5
*
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-04-10
1
-0
/
+18
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Correct pg_indent to pgindent in various comments.
Robert Haas
2015-10-08
1
-1
/
+1
*
Clean up icc + ia64 situation.
Tom Lane
2015-08-31
1
-12
/
+17
*
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-29
1
-6
/
+10
*
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-10
1
-4
/
+4
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
1
-0
/
+4
*
Replace ia64 S_UNLOCK compiler barrier with a full memory barrier.
Andres Freund
2015-06-29
1
-1
/
+1
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
1
-2
/
+2
*
Fix broken #ifdef for __sparcv8
Heikki Linnakangas
2015-02-13
1
-1
/
+1
*
Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA.
Andres Freund
2015-01-15
1
-0
/
+9
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Really fix compilation failure on MIPS.
Heikki Linnakangas
2014-11-11
1
-5
/
+6
*
Fix compilation failure on MIPS.
Heikki Linnakangas
2014-11-11
1
-3
/
+3
*
Still another typo fix for 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-10-03
1
-1
/
+1
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25
1
-4
/
+5
*
Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Robert Haas
2014-09-10
1
-1
/
+1
*
Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.
Andres Freund
2014-09-10
1
-1
/
+1
*
Change the spinlock primitives to function as compiler barriers.
Robert Haas
2014-09-09
1
-16
/
+67
*
Fix typo in solaris spinlock fix.
Andres Freund
2014-09-09
1
-0
/
+1
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
1
-1
/
+48
*
Remove swpb-based spinlock implementation for ARMv5 and earlier.
Robert Haas
2014-07-06
1
-48
/
+6
*
Remove Alpha and Tru64 support.
Andres Freund
2014-06-28
1
-66
/
+0
*
We don't need to include pg_sema.h in s_lock.h anymore.
Tom Lane
2014-01-08
1
-3
/
+0
*
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Remove IRIX port.
Robert Haas
2013-10-18
1
-25
/
+0
*
Remove spinlock support for SINIX, Sun3, and NS32K.
Robert Haas
2013-10-17
1
-52
/
+0
*
Use a non-locking initial test in TAS_SPIN on x86_64.
Heikki Linnakangas
2013-08-29
1
-5
/
+17
*
Add ARM64 (aarch64) support to s_lock.h.
Tom Lane
2013-06-04
1
-0
/
+23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
When LWLOCK_STATS is defined, count spindelays.
Robert Haas
2012-06-26
1
-6
/
+4
*
Remove dead ports
Peter Eisentraut
2012-05-01
1
-13
/
+0
*
Add comments explaining why our Itanium spinlock implementation is safe.
Heikki Linnakangas
2012-03-16
1
-2
/
+30
*
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2012-01-07
1
-2
/
+23
*
Use a non-locking initial test in TAS_SPIN on PPC.
Tom Lane
2012-01-03
1
-0
/
+3
*
Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible.
Tom Lane
2012-01-02
1
-1
/
+18
*
Use 4-byte slock_t on both PPC and PPC64.
Tom Lane
2012-01-02
1
-4
/
+1
*
Use mutex hint bit in PPC LWARX instructions, where possible.
Tom Lane
2012-01-02
1
-0
/
+4
[next]