.. |
logger
|
Added support for computing size of internal log entries.
|
2006-10-04 04:38:21 +00:00 |
operations
|
Fixed numerous bugs in allocationPolicy.c and alloc.c
|
2006-08-11 02:56:41 +00:00 |
page
|
Disables fsckSlottedPage() by default.
|
2006-08-10 23:59:13 +00:00 |
allocationPolicy.c
|
Fixed numerous bugs in allocationPolicy.c and alloc.c
|
2006-08-11 02:56:41 +00:00 |
arrayCollection.c
|
Fixed unit tests, added iterator interface, and generic (almost) iterator test harness.
|
2005-03-10 03:19:04 +00:00 |
blobManager.c
|
Removed unused abort/commit callbacks.
|
2006-07-26 17:48:36 +00:00 |
blobManager.h
|
Removed unused abort/commit callbacks.
|
2006-07-26 17:48:36 +00:00 |
bufferManager.c
|
Made "GetPage is stuck!" less obtrusive.
|
2006-10-04 04:39:58 +00:00 |
bufferPool.c
|
Implemented log truncation.
|
2006-04-14 03:45:26 +00:00 |
common.c
|
Improved latch profiling, especially for loadPage.
|
2006-08-04 23:45:27 +00:00 |
compensations.c
|
Partial port to amd64.
|
2006-03-20 23:11:46 +00:00 |
consumer.c
|
Generic consumer wrapper functions, and implementation registrations.
|
2005-03-23 08:10:30 +00:00 |
crc32.c
|
|
2006-05-24 02:19:04 +00:00 |
fifo.c
|
Limited "Leaking iterators" warning to once per run.
|
2006-10-04 04:40:38 +00:00 |
graph.c
|
No more warnings with -O2.
|
2006-05-25 22:50:52 +00:00 |
hash.c
|
|
2006-05-24 02:19:04 +00:00 |
io.c
|
moved stdio.h include out of header file.
|
2006-06-13 22:38:25 +00:00 |
io.h
|
moved stdio.h include out of header file.
|
2006-06-13 22:38:25 +00:00 |
iterator.c
|
half-hearted attempt to fix -Wextra warnings...
|
2006-06-13 23:58:04 +00:00 |
latches.h
|
Improved latch profiling, especially for loadPage.
|
2006-08-04 23:45:27 +00:00 |
lhtable.c
|
Minor cleanup, added ability to calculate the global average number of
|
2006-08-10 23:43:53 +00:00 |
linkedlist.c
|
Fixed regressions, major update of page / slotted interfaces in anticipation of moving LLADD towards a generic transactional page system.
|
2004-08-17 01:46:17 +00:00 |
linkedlist.h
|
Initial revision
|
2004-06-24 21:10:31 +00:00 |
lockManager.c
|
Fixed lockManager. lhtable's iterators do not support concurrent modifications.
|
2006-07-25 19:12:53 +00:00 |
Makefile.am
|
Talloc() now reuses space when possible. It still needs to call slottedCompact() intelligentally. Also, allocationPolicy should support an extra tier
|
2006-07-29 00:56:54 +00:00 |
multiplexer.c
|
Transitive closure working!
|
2005-03-24 04:43:22 +00:00 |
operations.c
|
Fixed segmentation fault when a CLR with a NULLRID is encountered. I
|
2006-07-27 00:10:21 +00:00 |
page.c
|
Addded "interpretRid" which knows how to call the "dereference*" functions.
|
2006-08-11 02:24:01 +00:00 |
page.h
|
Towards 64-bit pageids. bufferManager can handle 64-bit offsets, but recordid.page is still 32 bit...
|
2006-08-11 19:31:42 +00:00 |
pageCache.c
|
Refactored bufferMananger / pageCache, so that bufferMananger handles loading an unloading pages, and pageCache only implements the replacement policy.
|
2004-07-27 01:04:35 +00:00 |
pageFile.c
|
Removed some dead code.
|
2006-09-27 20:27:49 +00:00 |
pageFile.h
|
Removed some dead code.
|
2006-09-27 20:27:49 +00:00 |
recovery2.c
|
Cleaned up some old comments.
|
2006-09-27 20:28:44 +00:00 |
redblack.c
|
Talloc() now reuses space when possible. It still needs to call slottedCompact() intelligentally. Also, allocationPolicy should support an extra tier
|
2006-07-29 00:56:54 +00:00 |
ringbuffer.c
|
It was improperly tracking the log's global offset. (Hopefully)
|
2006-06-13 22:42:15 +00:00 |
stats.c
|
Ported LLADD to Fedora, cleaned up autoconf setup, and numerouse #includes that were problematic.
|
2004-07-06 01:22:18 +00:00 |
transactional2.c
|
Addded "interpretRid" which knows how to call the "dereference*" functions.
|
2006-08-11 02:24:01 +00:00 |
truncation.c
|
More fixes to prevent tardis from running out of disk space.
|
2006-09-25 22:27:13 +00:00 |