stasis-aries-wal/lladd/operations
2004-10-17 02:17:00 +00:00
..
alloc.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
arrayList.h Implemented pages that store fixed sized records efficiently, and a java-style ArrayList data structure that efficiently supports (relatively) clustered, O(1) access time expandable arrays. (This will be used for the hash implementation...) 2004-10-06 06:08:09 +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 Optimized the 'naive' linear hash table, and moved to sourceforge. :) 2004-10-17 02:17:00 +00:00
lladdhash.h Added (untested) support for whole-page operations, lladdhash now works. 2004-08-03 02:04:56 +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 Initial revision 2004-06-24 21:10:31 +00:00