summaryrefslogtreecommitdiff
path: root/src/include/serial.i
AgeCommit message (Expand)Author
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-15Rename __wt_page_set_modified to __wt_page_modify_set, matchingKeith Bostic
2011-12-13Make the serialized function helpers into inlined functions (move support/ser...Michael Cahill
2011-12-13Remove some noise remaining from the workq: we don't need WT_SESSION_IMPL->wq...Michael Cahill
2011-12-12Restructure reads to not use serialized functions, reduce the number of calls...Michael Cahill
2011-12-05Move reads into user threads to take advantage of parallelism.Michael Cahill
2011-11-23Provide a way to do reentrant / asynchronous serialized function calls to cle...Michael Cahill
2011-11-11Add a force flag to eviction to block waiting for busy pages.Michael Cahill
2011-11-10Include the size of WT_INSERT and WT_UPDATE structs in page memory footprint.Michael Cahill
2011-11-04Remove the workQ code entirely.Michael Cahill
2011-09-16Add the "multithread" connection configuration option, which configuresKeith Bostic
2011-09-11Rename "append" serialization function "col_append", it's column-storeKeith Bostic
2011-09-11Replace column-store page-extension code with a new skiplist, maintainedKeith Bostic
2011-08-18Use size_t for size calculations, only store uint32_t in structs.Michael Cahill
2011-08-30Intermediate commit of new cursor code. Both prev/next cursor motionsKeith Bostic
2011-08-26Intermediate commit of new cursor code: this commit has mostly workingKeith Bostic
2011-08-11Pass session->srch as a single parameter when serializing updates.Michael Cahill
2011-08-08lint: make skipdepth unsigned, clear all of WT_SEARCH in one step at the begi...Michael Cahill
2011-07-29Put inserted items on skiplists so we can do efficient searches (including fo...Michael Cahill
2011-07-26Re-work fixed-length column-store as bitfields, not byte fields.Keith Bostic
2011-07-08lint, object sizes are uint32_t's, not ints.Keith Bostic
2011-07-08Add memory-footprint field to the in-memory page structure, it's usedKeith Bostic
2011-07-06Add support for extending column-store files -- this isn't right yet,Keith Bostic