stasis-aries-wal/src/stasis
2009-10-12 22:26:32 +00:00
..
bufferManager buffer manager implementation is now determined by an overridable factory method 2009-10-05 22:39:09 +00:00
io implement convention that stop=0 means flush to EOF 2009-08-05 19:50:07 +00:00
logger use INVALID_LSN instead of hardcoded -1 2009-10-12 22:26:32 +00:00
operations buffer manager refactoring; started work on new dirty page table writeback interface (to avoid circular dependencies) 2009-10-05 21:19:01 +00:00
page bugfixes + support for hard limits on log size 2009-10-08 22:48:58 +00:00
replacementPolicy cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
.cvsignore Updated svn:ignore. 2007-10-03 01:52:41 +00:00
allocationPolicy.c Add parens to comparators in allocationPolicy and dirtyPageTable. 2009-08-23 00:32:50 +00:00
arrayCollection.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
blobManager.c dependency cleanups; removed compenastions from alloc.c 2009-08-22 00:01:02 +00:00
bufferManager.c buffer manager refactoring; started work on new dirty page table writeback interface (to avoid circular dependencies) 2009-10-05 21:19:01 +00:00
bufferPool.c Remove LRU-ordered writeback. Instead, writeback pages sequentially once some fraction of the page file is dirty. Also. further simplifies writeback code. 2009-08-11 17:23:43 +00:00
CMakeLists.txt single-page btrees are working 2009-07-29 21:03:16 +00:00
common.c more header cleaning; updated INSTALL 2009-07-26 19:47:05 +00:00
compensations.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
consumer.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
crc32.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
dirtyPageTable.c buffer manager refactoring; started work on new dirty page table writeback interface (to avoid circular dependencies) 2009-10-05 21:19:01 +00:00
doubleLinkedList.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
fifo.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
flags.c bugfixes + support for hard limits on log size 2009-10-08 22:48:58 +00:00
graph.c dependency cleanups; removed compenastions from alloc.c 2009-08-22 00:01:02 +00:00
hash.c renamed hash() to avoid linker collisions; inlined some hash functions 2009-02-20 23:42:54 +00:00
iterator.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
lhtable.c Disable NAIVE_LOCKING in lhtable. (Should never have been enabled...) 2009-08-27 15:28:01 +00:00
linkedlist.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
lockManager.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
Makefile.am single-page btrees are working 2009-07-29 21:03:16 +00:00
multiplexer.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
operations.c more header cleaning; updated INSTALL 2009-07-26 19:47:05 +00:00
page.c single-page btrees are working 2009-07-29 21:03:16 +00:00
pageHandle.c IMPORTANT API CHANGE: stasis_dirty_page_table_flush_range() no longer force writes to disk. You now need to call forcePageRange() after flush page range returns. 2009-08-13 05:53:48 +00:00
recovery2.c more include cleaning on alloc, begin cleaning of bufferHash 2009-08-22 21:29:27 +00:00
redblack.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
ringbuffer.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
rw.c add assertunlocked() call 2009-05-30 02:22:04 +00:00
stats.c more header cleaning; updated INSTALL 2009-07-26 19:47:05 +00:00
transactional2.c add support for soft commits, and making prior soft commits durable 2009-10-12 19:16:41 +00:00
truncation.c bugfixes + support for hard limits on log size 2009-10-08 22:48:58 +00:00