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.h
Commit message (
Expand
)
Author
Age
*
Remove overzeleous assertions in pg_atomic_flag code.
Andres Freund
2018-04-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Fix issues in e8fdbd58fe.
Andres Freund
2017-04-07
*
Improve 64bit atomics support.
Andres Freund
2017-04-07
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
*
Fix comment atomics.h.
Andres Freund
2015-08-05
*
Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Noah Misch
2015-07-08
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix a couple occurrences of 'the the' in the new atomics API.
Andres Freund
2014-09-26
*
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-25