Added the uuid.c extension module
implementing functions for processing RFC-4122 UUIDs.
The lookaside memory allocator is enhanced to support two separate memory
pools with different sized allocations in each pool. This allows more memory
allocations to be covered by lookaside while at the same time reducing the
heap memory usage to 48KB per connection, down from 120KB.