Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-04-08 | Remove overzeleous assertions in pg_atomic_flag code. | Andres Freund | 9.5.13 |
| 2016-10-08 | Fix fallback implementation of pg_atomic_write_u32(). | Andres Freund | 9.5.5 |
| 2015-08-05 | Fix comment atomics.h. | Andres Freund | 9.5.0 |
| 2015-07-09 | Given a gcc-compatible xlc compiler, prefer xlc-style atomics. | Noah Misch | 9.5.0 |
| 2015-05-24 | pgindent run for 9.5 | Bruce Momjian | 9.5.0 |
| 2015-04-02 | Define integer limits independently from the system definitions. | Andres Freund | 9.5.0 |
| 2015-03-25 | Centralize definition of integer limits. | Andres Freund | 9.5.0 |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian | 9.5.0 |
| 2014-09-26 | Fix a couple occurrences of 'the the' in the new atomics API. | Andres Freund | 9.5.0 |
| 2014-09-25 | Add a basic atomic ops API abstracting away platform/architecture details. | Andres Freund | 9.5.0 |