index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port
/
atomics
/
arch-x86.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Improve 64bit atomics support.
Andres Freund
2017-04-07
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix typo in comment
Magnus Hagander
2016-01-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Allow icc to use the same atomics infrastructure as gcc.
Tom Lane
2015-08-31
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
*
Revert 9.5 pgindent changes to atomics directory files
Bruce Momjian
2015-05-24
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.
Andres Freund
2015-01-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Further atomic ops portability improvements and bug fixes.
Andres Freund
2014-09-26
*
Fix atomic ops inline x86 inline assembly for older 32bit gccs.
Andres Freund
2014-09-26
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25