.. |
logger
|
Fixed up some return values; tests now pass with assert disabled.
|
2005-02-08 01:13:57 +00:00 |
operations
|
Bugfix for pageOrientedList.
|
2005-01-31 02:18:46 +00:00 |
page
|
page->dirty is now set correctly (assuming LSN's are updated properly). pageFile.c makes use of this fact by ignoring write requests on clean pages.
|
2005-02-02 02:12:40 +00:00 |
blobManager.c
|
Fixed blob implementation (it was impossible to distinguish between a blob and a record of length 12), removed jbhash, and ported cht to linearHashNTA.
|
2005-01-31 01:29:52 +00:00 |
blobManager.h
|
Implemented pageOrientedList, also did some bug fixing, and added some support functions to alloc.c
|
2005-01-28 03:32:17 +00:00 |
bufferManager.c
|
page->dirty is now set correctly (assuming LSN's are updated properly). pageFile.c makes use of this fact by ignoring write requests on clean pages.
|
2005-02-02 02:12:40 +00:00 |
common.c
|
Blobs are now re-entrant.
|
2004-07-26 20:37:04 +00:00 |
crc32.c
|
Preliminary version of logical logging linear hash. (No latching yet, and there are some bugs re-opening a closed hash.)
|
2004-10-18 18:24:54 +00:00 |
hash.c
|
Starting to rip the old jbhash implementation out, and replace it with a
|
2005-01-10 03:02:02 +00:00 |
io.c
|
Moved some utility functions into their own file.
|
2004-07-27 21:33:00 +00:00 |
io.h
|
Moved some utility functions into their own file.
|
2004-07-27 21:33:00 +00:00 |
latches.h
|
Speedups, most notably in the logging subsystem.
|
2004-10-19 04:45:42 +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 |
Makefile.am
|
Got rid of another broken hash implementation...
|
2005-01-31 01:34:29 +00:00 |
operations.c
|
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 |
page.c
|
page->dirty is now set correctly (assuming LSN's are updated properly). pageFile.c makes use of this fact by ignoring write requests on clean pages.
|
2005-02-02 02:12:40 +00:00 |
page.h
|
Implemented pageOrientedList, also did some bug fixing, and added some support functions to alloc.c
|
2005-01-28 03:32:17 +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
|
page->dirty is now set correctly (assuming LSN's are updated properly). pageFile.c makes use of this fact by ignoring write requests on clean pages.
|
2005-02-02 02:12:40 +00:00 |
pageFile.h
|
O_DIRECT (sort of...)
|
2004-07-27 21:30:54 +00:00 |
recovery2.c
|
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 |
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
|
- linkedListNTA is now re-entrant.
|
2005-01-15 01:45:27 +00:00 |