aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/atomics.h
Commit message (Expand)AuthorAge
* Add XLogCtl->logInsertResultAlvaro Herrera2024-04-07
* Introduce atomic read/write functions with full barrier semantics.Nathan Bossart2024-02-29
* Remove AIX supportHeikki Linnakangas2024-02-28
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove unused symbol __aarch64John Naylor2022-08-25
* Remove HP/Intel Itanium support.Thomas Munro2022-07-08
* Remove HP-UX port.Thomas Munro2022-07-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update comment about __sync_lock_test_and_set() bug.Noah Misch2019-10-26
* For all ppc compilers, implement compare_exchange and fetch_add with asm.Noah Misch2019-10-18
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove overzeleous assertions in pg_atomic_flag code.Andres Freund2018-04-07
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Fix issues in e8fdbd58fe.Andres Freund2017-04-07
* Improve 64bit atomics support.Andres Freund2017-04-07
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix fallback implementation of pg_atomic_write_u32().Andres Freund2016-10-07
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't include low level locking code from frontend code.Andres Freund2015-08-07
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* Fix comment atomics.h.Andres Freund2015-08-05
* Given a gcc-compatible xlc compiler, prefer xlc-style atomics.Noah Misch2015-07-08
* pgindent run for 9.5Bruce Momjian2015-05-23
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Centralize definition of integer limits.Andres Freund2015-03-25
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix a couple occurrences of 'the the' in the new atomics API.Andres Freund2014-09-26
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25