summaryrefslogtreecommitdiff
path: root/src/meta
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Don't translate errno. #443.Susan LoVerso2013-01-281-1/+1
|/ / /
* | | Check the 'bulk' configuration value for invalid strings.Michael Cahill2013-01-171-1/+1
* | | Update copyright notice to 2013.Keith Bostic2013-01-016-6/+6
* | | __wt_meta_track_off and __wt_lsm_checkpoint_worker create fakeKeith Bostic2012-12-191-2/+1
* | | Now some errors can override other errors, we shouldn't ignore errorsKeith Bostic2012-12-123-22/+19
* | | I introduced a memory leak: free the checkpoint structure's memory,Keith Bostic2012-11-281-3/+0
* | | Fix a bug I just introduced: I can't use WT_NOTFOUND to flag an existingKeith Bostic2012-11-281-3/+7
* | | Move the write-generation out of the block header and into the pageKeith Bostic2012-11-281-91/+122
* | | Review uses of WT_ITEM::data, never cast it to a non-const pointer.Michael Cahill2012-11-201-2/+1
* | | Allow meta_tracking transactions to be nested.Michael Cahill2012-10-251-3/+8
* | | __wt_cond_wait() requires struct timespec in order to callKeith Bostic2012-10-191-1/+3
* | | Checkpoint the metadata after successful schema-level operations.Michael Cahill2012-10-051-0/+10
| |/ |/|
* | Don't re-allocate if the memory needed is exactly the right amount,Keith Bostic2012-09-231-1/+1
* | Bulk-cursors no longer block checkpoints; if checkpoints can proceed inKeith Bostic2012-09-202-27/+35
|/
* Fix locking of newly created handles, closing on error.Michael Cahill2012-09-111-3/+5
* Fix bulk loads concurrent with schema modifying operations.Michael Cahill2012-09-112-6/+6
* If the application does a checkpoint (regardless whether it's named orKeith Bostic2012-08-161-1/+5
* We have to consider the order numbers of deleted checkpoints too,Keith Bostic2012-08-021-4/+4
* Review calls to strncmp() in the engine, replace some withKeith Bostic2012-08-011-2/+1
* Add the ability to access unnamed checkpoints, issue #271.Keith Bostic2012-07-313-99/+160
* Fix up a few minor places where we can simplify "ret = XXX" code, noKeith Bostic2012-07-201-7/+3
* Rewrite __wt_getline() to use a WT_ITEM instead of stack references,Keith Bostic2012-07-062-27/+22
* Merge branch 'develop' into backupKeith Bostic2012-07-031-2/+0
|\
| * Simplify schema locking.Michael Cahill2012-07-031-2/+0
* | Implement hot backup feature (ref issue #236).Keith Bostic2012-07-031-0/+52
|/
* Rewrite the turtle file read function using __wt_getline().Keith Bostic2012-07-021-27/+22
* Fixes for metadata checkpoints:Michael Cahill2012-07-021-1/+1
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-194-423/+424
* Merge branch 'develop' into checkpointMichael Cahill2012-06-191-2/+32
|\
| * Defer making free pages available until the end of a checkpoint, in case it f...Michael Cahill2012-06-191-2/+32
* | update a comment.Keith Bostic2012-06-171-1/+2
|/
* Fix races in table-level schema operations.Michael Cahill2012-06-041-27/+14
* meta/meta_track.c:54:39: error: 'sub_off' may be used uninitialized in this f...Michael Cahill2012-06-021-3/+1
* Fix locking for create operations: hold the handle lock until all cleanup is ...Michael Cahill2012-06-011-8/+15
* Deal with extending the meta tracking array during a sub-transaction.Michael Cahill2012-06-011-2/+8
* Add handle locking to create and drop operations to avoid races.Michael Cahill2012-06-012-7/+11
* Add a comment explaining the transaction ID comparison.Michael Cahill2012-05-241-12/+6
* Update docs for transactions.Michael Cahill2012-05-231-5/+6
* Implement checkpoints.Michael Cahill2012-05-171-0/+52
* Add a script to check for a function return after code that jumps to anKeith Bostic2012-05-121-4/+3
* Rename all metadata functions to start with "__wt_meta".Michael Cahill2012-05-094-29/+29
* Handle locking cleanup broke test_config03.Michael Cahill2012-05-091-2/+5
* Handle locking cleanup from review feedback.Michael Cahill2012-05-091-18/+5
* Merge branch 'develop' into handle-lockingMichael Cahill2012-05-091-3/+3
|\
| * Don't use FLD_XXX for structures with "flags" fields.Keith Bostic2012-05-051-3/+3
* | Don't cache btree handles in the schema layer: always look up handles by name...Michael Cahill2012-05-041-0/+1
* | Move the "close_any_btree" logic into conn_btree.cMichael Cahill2012-05-042-76/+128
|/
* With the change to move the WiredTiger metadata configuration into theKeith Bostic2012-05-031-3/+3
* Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic2012-05-034-159/+227
* Pass URIs to the code in meta_snapshot, not filenames.Michael Cahill2012-05-031-2/+2