summaryrefslogtreecommitdiff
path: root/src/include/extern.h
AgeCommit message (Expand)Author
2012-02-02Fixes to make test_schema02 pass. Much more careful checking and cleanup dur...Michael Cahill
2012-02-02Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill
2012-02-01The target name for rename operations should be a URI, not a raw name.Michael Cahill
2012-01-31Handle errors from __wt_cursor_init.Michael Cahill
2012-01-31Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ...Michael Cahill
2012-01-29If a file is big enough, and empty enough, a free range can overflowKeith Bostic
2012-01-26Back out the WT_INSERT_HEAD to WT_SKIP_HEAD change: we're not going to useKeith Bostic
2012-01-25Skiplist implementation of the default block manager free-list management.Keith Bostic
2012-01-25Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill
2012-01-23Merge WT_BUF into WT_ITEM.Michael Cahill
2012-01-19Rename WT_INSERT_HEAD to be WT_SKIP_HEAD, some (but not all) of theKeith Bostic
2012-01-19Fix for tables with recno keys: share the function to set a cursor key.Michael Cahill
2012-01-17Documentation: add notes on remote file systems, created file permissions,Keith Bostic
2012-01-17Michael's review: make rename operation arguments match the underlyingKeith Bostic
2012-01-16Add a simple schema-tracking log so we can unroll SESSION.rename on error.Keith Bostic
2012-01-14Change track initialization to return an error if it finds an incorrectKeith Bostic
2012-01-12Remove session buffer support: they are no longer used for bulk-load and theyKeith Bostic
2012-01-11Change __open_schema_table() to call the underlying __create_file(),Keith Bostic
2012-01-11Don't allow applications to drop or create objects in the "WiredTiger" nameKeith Bostic
2012-01-06Simplify __wt_drop_file and implement the force flag.Keith Bostic
2012-01-05Break out "close any btree" code into a common subroutine.Keith Bostic
2012-01-04Clarify the session->truncate documentation, add the simple code thatKeith Bostic
2012-01-04Add support for truncating files and tables.Keith Bostic
2012-01-03Build out the SESSION->rename method, add the wt utility rename command.Keith Bostic
2012-01-02Review pass over errno handling -- probably still not correct, but it'sKeith Bostic
2012-01-01Add the SESSION->upgrade method.Keith Bostic
2012-01-01Split the WT_PAGE_DISK structure into two parts: the btree page headerKeith Bostic
2011-12-28Move the checksum code from support/cksum.c to block/block_cksum.c,Keith Bostic
2011-12-28Fix the salvage force flag: when I split apart the block-manager code,Keith Bostic
2011-12-28Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_tKeith Bostic
2011-12-27Create a per-block structure, WT_BLOCK, and move all of the block-specificKeith Bostic
2011-12-27Finish splitting out the block functions vs. the block-managerKeith Bostic
2011-12-24Add a __wt_schema_table_update function which configures the cursor forKeith Bostic
2011-12-23Rework verify to work in the new, block-manager world.Keith Bostic
2011-12-21Move root addresses into the schema file and add support for theKeith Bostic
2011-12-20Rename the btree/bt_desc.c to block/bt_open.c, most of the contentKeith Bostic
2011-12-20Work through the block manager vs. block functions naming: the former areKeith Bostic
2011-12-20Make salvage work with variable-length filesystem address cookies.Keith Bostic
2011-12-18Rename __wt_rec_modify_init __wt_page_modify_init, it's the pageKeith Bostic
2011-12-18Shuffle some routines so that primary functions come first, and they callKeith Bostic
2011-12-18Clean up from the merge with the current tree.Keith Bostic
2011-12-14Reorg the api directory into connection and session parts. While in the area...Michael Cahill
2011-12-13Move the handling of WT_PAGE_FORCE_EVICT into bt_evict.c and simplify -- deal...Michael Cahill
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-08To avoid problems with a tree being closed from underneath an application thr...Michael Cahill
2011-12-05Parallelize eviction by having application threads evict pages while reads ar...Michael Cahill
2011-12-07Remove the read thread now that application threads handle reads directly.Michael Cahill
2011-12-05Make eviction parameters tunable, to force more or less aggressive eviction.Michael Cahill