stasis-aries-wal/lladd/operations
2005-01-14 10:08:10 +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 Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
linearHashNTA.h Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
linkedListNTA.h The linked list implementation now uses nested top actions. (Also, many bugfixes regarding nested top actions were introduced.) 2005-01-14 10:08:10 +00:00
lladdhash.h Added (untested) support for whole-page operations, lladdhash now works. 2004-08-03 02:04:56 +00:00
naiveLinearHash.h Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
nestedTopActions.h The linked list implementation now uses nested top actions. (Also, many bugfixes regarding nested top actions were introduced.) 2005-01-14 10:08:10 +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