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
*
Add XLogCtl->logInsertResult
Alvaro Herrera
2024-04-07
*
Introduce atomic read/write functions with full barrier semantics.
Nathan Bossart
2024-02-29
*
Remove AIX support
Heikki Linnakangas
2024-02-28
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove unused symbol __aarch64
John Naylor
2022-08-25
*
Remove HP/Intel Itanium support.
Thomas Munro
2022-07-08
*
Remove HP-UX port.
Thomas Munro
2022-07-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Update comment about __sync_lock_test_and_set() bug.
Noah Misch
2019-10-26
*
For all ppc compilers, implement compare_exchange and fetch_add with asm.
Noah Misch
2019-10-18
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
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