stasis-aries-wal/lladd
2004-07-21 02:13:28 +00:00
..
logger Moved page.h and some of the logging headers out of the public API. 2004-07-14 21:25:59 +00:00
operations Cleaning up bufferManager / page for locking. Want to limit access to the Page struct. 2004-07-14 20:49:18 +00:00
bufferManager.h pageCache is now re-entrant, in theory. 2004-07-15 00:42:36 +00:00
common.h bufferMananger is *really* reentrant now! (I think) However, the same thread may not load a page more than once. So, LLADD has to be altered so that it never calls loadPage() more than once per operation (more efficient), and/or pin/unpin need to be implemented. An easy way to do pin/unpin is to have them pull things out of the cache replacement list, and then re-insert them. 2004-07-21 02:13:28 +00:00
config.h.in Initial revision 2004-06-24 21:10:31 +00:00
constants.h Documentation update, added latch profiling tools. 2004-07-04 00:46:49 +00:00
Makefile.am Initial revision 2004-06-24 21:10:31 +00:00
operations.h Cleaning up bufferManager / page for locking. Want to limit access to the Page struct. 2004-07-14 20:49:18 +00:00
pageCache.h Moved page.h and some of the logging headers out of the public API. 2004-07-14 21:25:59 +00:00
recovery.h Cleaned out old cruft, such as commented out code, dead data structures, and dead files. sloccount went from $75,000 to $50,000 on src/lladd. ;) 2004-06-28 22:48:02 +00:00
stamp-h.in Initial revision 2004-06-24 21:10:31 +00:00
stamp-h1 Initial revision 2004-06-24 21:10:31 +00:00
stats.h Cleaning up bufferManager / page for locking. Want to limit access to the Page struct. 2004-07-14 20:49:18 +00:00
transactional.h Cleaning up bufferManager / page for locking. Want to limit access to the Page struct. 2004-07-14 20:49:18 +00:00