stasis-aries-wal/lladd/operations
Sears Russell 6198522971 Starting to rip the old jbhash implementation out, and replace it with a
linear hash implementation.  In particular, I've implemented (sort of) an
iterator for linear hash, and (sort of) ported libdfa to linearhash.c

I say 'sort of' since this functionality is broken with this commit.  On the other hand, CVS should build now, and the tests under lladd will pass.  libdfa's new tests don't pass at the moment.
2005-01-10 03:02:02 +00:00
..
alloc.h Implemented TrecordType() 2004-12-01 01:26:25 +00:00
arrayList.h Lots of optimizations; re-did on-disk layout for the linear hash table. 2004-10-19 21:16:37 +00:00
decrement.h Ported LLADD to Fedora, cleaned up autoconf setup, and numerouse #includes that were problematic. 2004-07-06 01:22:18 +00:00
increment.h Fixed groupings for LLADD API docs. 2004-07-06 20:59:36 +00:00
instantSet.h Added test cases for Tprepare(), implemented some redo-only operations, and started to clean up record allocation/deallocation. 2004-10-02 07:29:34 +00:00
linearHash.h Starting work on the actual graph-generation portion of the benchmarks. :) 2004-10-20 06:21:21 +00:00
lladdhash.h Added (untested) support for whole-page operations, lladdhash now works. 2004-08-03 02:04:56 +00:00
naiveLinearHash.h Starting to rip the old jbhash implementation out, and replace it with a 2005-01-10 03:02:02 +00:00
nestedTopActions.h Support for nested top actions, with simple unit test. (Haven't tested for thread safety yet.) 2004-11-29 21:28:13 +00:00
noop.h Added test cases for Tprepare(), implemented some redo-only operations, and started to clean up record allocation/deallocation. 2004-10-02 07:29:34 +00:00
pageOperations.h Implemented a freespace manager that should safely allocate space, even in the face of crashes, and can reclaim unused space (unless an application opens more than one simultaneous transaction that performs allocations) 2004-08-21 00:03:30 +00:00
prepare.h Added test cases for Tprepare(), implemented some redo-only operations, and started to clean up record allocation/deallocation. 2004-10-02 07:29:34 +00:00
set.h Implemented TsetRange, fixed bug in linear hash. 2004-12-03 00:27:47 +00:00