Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-06-18 | Fix C99isms introduced when backpatching atomics / spinlock tests. | Andres Freund | 11.9 |
| 2020-06-18 | Fix deadlock danger when atomic ops are done under spinlock. | Andres Freund | 11.9 |
| 2020-06-18 | Add basic spinlock tests to regression tests. | Andres Freund | 11.9 |
| 2018-04-07 | Fix and improve pg_atomic_flag fallback implementation. | Andres Freund | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |