aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/atomics.h
Commit message (Expand)AuthorAge
* 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