postgresql/doc/src
Tom Lane 499abb0c0f Implement new 'lightweight lock manager' that's intermediate between
existing lock manager and spinlocks: it understands exclusive vs shared
lock but has few other fancy features.  Replace most uses of spinlocks
with lightweight locks.  All remaining uses of spinlocks have very short
lock hold times (a few dozen instructions), so tweak spinlock backoff
code to work efficiently given this assumption.  All per my proposal on
pghackers 26-Sep-01.
2001-09-29 04:02:27 +00:00
..
FAQ Update FAQ. 2001-09-23 00:07:50 +00:00
graphics These aren't used anymore. 2000-10-08 13:25:11 +00:00
sgml Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
Makefile Generate index.html as the root file name of the documentation set, 2001-09-18 12:08:27 +00:00