Commits

Showing commits that first shipped in 9.2 (backpatches included). Clear

DateSubjectAuthorReleases
2017-02-06 Fix typos in comments. Heikki Linnakangas 9.2.20
2016-04-18 Fix --disable-spinlocks in 9.2 and 9.3 branches. Tom Lane 9.2.17
2015-08-29 Fix s_lock.h PPC assembly code to be compatible with native AIX assembler. Tom Lane 9.2.14
2015-08-10 Accept alternate spellings of __sparcv7 and __sparcv8. Tom Lane 9.2.14
2015-02-13 Fix broken #ifdef for __sparcv8 Heikki Linnakangas 9.2.11
2014-09-09 Fix spinlock implementation for some !solaris sparc platforms. Andres Freund 9.2.10
2014-09-09 Fix typo in solaris spinlock fix. Andres Freund 9.2.10
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.2.9
2013-06-04 Add ARM64 (aarch64) support to s_lock.h. Tom Lane 9.2.5
2012-05-01 Remove dead ports Peter Eisentraut 9.2.0
2012-03-16 Add comments explaining why our Itanium spinlock implementation is safe. Heikki Linnakangas 9.2.0
2012-01-07 Use __sync_lock_test_and_set() for spinlocks on ARM, if available. Tom Lane 9.2.0
2012-01-03 Use a non-locking initial test in TAS_SPIN on PPC. Tom Lane 9.2.0
2012-01-02 Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible. Tom Lane 9.2.0
2012-01-02 Use 4-byte slock_t on both PPC and PPC64. Tom Lane 9.2.0
2012-01-02 Use mutex hint bit in PPC LWARX instructions, where possible. Tom Lane 9.2.0
2012-01-01 Update copyright notices for year 2012. Bruce Momjian 9.2.0
2011-08-29 Use a non-locking test in TAS_SPIN() on all IA64 platforms. Tom Lane 9.2.0
2011-08-29 Improve spinlock performance for HP-UX, ia64, non-gcc. Robert Haas 9.2.0