Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-11-02 | Allow use of __sync_lock_test_and_set for spinlocks on any machine. | Tom Lane | 11.18 |
| 2021-08-13 | Add RISC-V spinlock support in s_lock.h. | Tom Lane | 11.14 |
| 2019-10-19 | For PowerPC instruction "addi", use constraint "b". | Noah Misch | 11.6 |
| 2019-06-23 | Fix spinlock assembly code for MIPS so it works on MIPS r6. | Tom Lane | 11.5 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-20 | Add support for Motorola 88K to s_lock.h. | Tom Lane | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |