summaryrefslogtreecommitdiff
path: root/src/btree/bt_sync.c
Commit message (Expand)AuthorAgeFilesLines
* update a comment, minor whitespace.Keith Bostic2011-12-121-8/+7
* Split the reconciliation into reconciliation and eviction pieces, andKeith Bostic2011-11-261-1/+22
* Make sync and verify work on tables (and colgroups and indices).Michael Cahill2011-10-041-1/+3
* Some "public" btree routines were __wt_bt_XXX, some where __wt_btree_XXX,Keith Bostic2011-08-041-2/+2
* Add support for extending column-store files -- this isn't right yet,Keith Bostic2011-07-061-5/+1
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-1/+1
* General changes to make test001 work -- we can now create trees from scratch.Keith Bostic2011-05-111-6/+0
* Fix the problem where a sync or close call could deadlock with a thread ofKeith Bostic2011-05-041-1/+1
* The recent core dump problem was caused by the sync call reconciling pages theKeith Bostic2011-04-091-41/+3
* Checkpoint the salvage code, row-store files are passing basic smoke tests.Keith Bostic2011-04-061-1/+1
* Move parent-page updates into the reconciliation code (previously, the closeKeith Bostic2011-03-161-10/+10
* Note that file sync is single-threaded and a depth-first walk.Keith Bostic2011-03-151-1/+11
* Formatting, mostly whitespace (s_longlines).Michael Cahill2011-03-071-1/+2
* Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill2011-03-041-11/+9
* Begin renaming some of the structs in the internal API (in particular, IDB ->...Michael Cahill2011-02-071-3/+3
* Remove support for duplicate data items in the Btree.Keith Bostic2011-02-231-2/+1
* Supress some "X may be used uninitialized" warnings.Michael Cahill2011-02-181-1/+1
* Get rid of uses of "database". We're using standard terminology in WiredTigerKeith Bostic2011-02-171-1/+1
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Restructure the tree to ease merge.Michael Cahill2011-02-011-0/+61