summaryrefslogtreecommitdiff
path: root/src/include/port/atomics/generic-gcc.h
Commit message (Expand)AuthorAgeFilesLines
* Allow icc to use the same atomics infrastructure as gcc.Tom Lane2015-08-311-6/+1
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-051-7/+1
* Revert 9.5 pgindent changes to atomics directory filesBruce Momjian2015-05-241-27/+22
* pgindent run for 9.5Bruce Momjian2015-05-231-22/+27
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.Andres Freund2015-01-111-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Further atomic ops portability improvements and bug fixes.Andres Freund2014-09-261-10/+4
* Fix whitespacePeter Eisentraut2014-09-261-1/+0
* Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics.Andres Freund2014-09-261-3/+10
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-251-0/+236