summaryrefslogtreecommitdiff
path: root/dist/api_data.py
AgeCommit message (Expand)Author
2012-02-02Move the stat cursor "clear" config to WT_SESSION::open_cursor.Michael Cahill
2012-01-31Connections are always exclusive, we don't need to config key.Michael Cahill
2012-01-23Merge WT_BUF into WT_ITEM.Michael Cahill
2012-01-23Some cleanup of the hazard code. In particular:Michael Cahill
2012-01-20Add docs for raw cursors.Michael Cahill
2012-01-18Add more wording on different cursor types, split the cursor types pageKeith Bostic
2012-01-17Add wording on tuning for allocation_size, internal_page_max andKeith Bostic
2012-01-04Fix another compression/compressors doc problem.Keith Bostic
2012-01-01Add the SESSION->upgrade method.Keith Bostic
2011-12-26make checksums configurable on a per-file basis.Keith Bostic
2011-12-23Rework verify to work in the new, block-manager world.Keith Bostic
2011-12-09Clarify that default item sizing permits 8 items per page.Michael Cahill
2011-12-05Make eviction parameters tunable, to force more or less aggressive eviction.Michael Cahill
2011-12-05Make internal_item_max and leaf_item_max default to allow 10 items per page a...Michael Cahill
2011-11-29automatically prepend verbose messages with their particular tag lineKeith Bostic
2011-11-28Add a "verify" verbose option.Keith Bostic
2011-11-26Split the reconciliation into reconciliation and eviction pieces, andKeith Bostic
2011-11-23Change the default cache size to 100MB.Michael Cahill
2011-11-23Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill
2011-11-11Add a force flag to eviction to block waiting for busy pages.Michael Cahill
2011-11-21Tweak the wording of documentation for some config keys.Michael Cahill
2011-11-15Reformat config tables in the documentation to make them more compact.Michael Cahill
2011-11-15Note that full paths can be included inside config strings with quotes.Michael Cahill
2011-11-15Wrap error return documentation in named section, link to it from @return sec...Michael Cahill
2011-11-08Fix tests to match config string changes for dump/load.Michael Cahill
2011-11-04Remove the workQ code entirely.Michael Cahill
2011-10-18Remove the "multithread" configuration for connections.Michael Cahill
2011-11-02Salvage isn't silencing all of the errors it should. (1) salvage isKeith Bostic
2011-10-21Fix the format-types link, minor wording changes.Keith Bostic
2011-10-19Stop overloading the "overwrite" flag for column-store by adding theKeith Bostic
2011-10-07Make dump cursors work.Keith Bostic
2011-10-07Implement custom collators.Michael Cahill
2011-10-05Add a "transactional" configuration to wiredtiger_open, the ex_all.cKeith Bostic
2011-09-29Support the home-directory argument to the wiredtiger_open function.Keith Bostic
2011-09-27Re-write the eviction thread's drain functionality to use the new tree-walkKeith Bostic
2011-09-23Replace internal_node_min/leaf_node_min (the minimum page size)Keith Bostic
2011-09-20Finally figured out where the doubled periods were actually coming from.Keith Bostic
2011-09-20Make WT_RESTART undocumented.Michael Cahill
2011-09-19The link is "compressors", not "compressor".Keith Bostic
2011-09-16Add the "multithread" connection configuration option, which configuresKeith Bostic
2011-09-11Replace column-store page-extension code with a new skiplist, maintainedKeith Bostic
2011-09-05Add a checksum to the file description block.Keith Bostic
2011-09-02Use a unique error code for attempting to overwrite an existing value (not EI...Michael Cahill
2011-08-16Finish implementation of indices -- populate them as the primary is updated, ...Michael Cahill
2011-08-23We're not using the read-only error for now, remove it.Keith Bostic
2011-08-23WT_TOOSMALL isn't used anywhere; delete it as an error.Keith Bostic
2011-08-18Move "verify after read" into the block-read function: the 3 places thatKeith Bostic
2011-08-18The row/col put functions take "int is_write", while the row/col searchKeith Bostic
2011-08-11Followup from Keith's review commentsDon Anderson
2011-08-10Added compression infrastructure, example compressors and tests.Don Anderson