Commits

DateSubjectAuthorReleases
2017-09-15 Add support for coordinating record typmods among parallel workers. Andres Freund 11.0
2016-04-15 Make init_spin_delay() C89 compliant #2. Andres Freund 9.6.0
2016-04-14 Make init_spin_delay() C89 compliant and change stuck spinlock reporting. Andres Freund 9.6.0
2016-04-11 Avoid the use of a separate spinlock to protect a LWLock's wait queue. Andres Freund 9.6.0
2016-03-27 Fix LWLockReportWaitEnd() parameter list to be (void). Andres Freund 9.6.0
2016-03-27 Don't use !! but != 0/NULL to force boolean evaluation. Andres Freund 9.6.0
2015-09-22 Correct value of LW_SHARED_MASK. Andres Freund 9.6.0
2015-09-22 Correct value of LW_SHARED_MASK. Andres Freund 9.5.0
2015-08-02 Micro optimize LWLockAttemptLock() a bit. Andres Freund 9.5.0
2015-08-02 Fix issues around the "variable" support in the lwlock infrastructure. Andres Freund 9.5.0
2015-08-02 Micro optimize LWLockAttemptLock() a bit. Andres Freund 9.6.0
2015-08-02 Fix issues around the "variable" support in the lwlock infrastructure. Andres Freund 9.6.0
2015-07-29 Remove outdated comment in LWLockDequeueSelf's header. Andres Freund 9.5.0
2015-07-29 Remove outdated comment in LWLockDequeueSelf's header. Andres Freund 9.6.0
2015-04-26 Fix various typos and grammar errors in comments. Andres Freund 9.5.0
2015-02-03 Remove the option to service interrupts during PGSemaphoreLock(). Andres Freund 9.5.0
2015-01-08 Remove comment that was intended to have been removed before commit. Andres Freund 9.5.0
2014-12-25 Blindly fix a dtrace probe in lwlock.c for a removed local variable. Andres Freund 9.5.0
2014-12-25 Improve LWLock scalability. Andres Freund 9.5.0
2014-12-25 Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it. Andres Freund 9.5.0
2014-12-19 Prevent potentially hazardous compiler/cpu reordering during lwlock release. Andres Freund 9.0.19
2014-12-19 Prevent potentially hazardous compiler/cpu reordering during lwlock release. Andres Freund 9.1.15
2014-12-19 Prevent potentially hazardous compiler/cpu reordering during lwlock release. Andres Freund 9.2.10
2014-12-19 Prevent potentially hazardous compiler/cpu reordering during lwlock release. Andres Freund 9.3.6
2014-12-19 Prevent potentially hazardous compiler/cpu reordering during lwlock release. Andres Freund 9.4.1