summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Fix a race when opening an LSM tree handle.Alex Gorrod2012-09-193-20/+33
| * | | | | | | | Bulk-cursors no longer block checkpoints; if checkpoints can proceed inKeith Bostic2012-09-2020-352/+554
| * | | | | | | | Fix up some naming inconsistencies, no real change.Keith Bostic2012-09-201-5/+4
| * | | | | | | | Bulk-load is only possible if the we just created the file, which meansKeith Bostic2012-09-202-1/+7
| * | | | | | | | Output bulk operation countKeith Bostic2012-09-201-3/+4
| * | | | | | | | Fix the usage statement.Keith Bostic2012-09-201-2/+1
| * | | | | | | | Add a test that confirms empty checkpoints work, that is, we see emptyKeith Bostic2012-09-181-0/+37
|/ / / / / / / /
* | | | | | | | Note that bulk cursors don't support reset, and that matters to checkpoint.Keith Bostic2012-09-181-1/+6
* | | | | | | | Add a comment to the configure check for Python support in SWIG.Michael Cahill2012-09-181-0/+2
* | | | | | | | Fix a bug that disabled bloom filters.Alex2012-09-181-1/+1
* | | | | | | | Merge pull request #328 from wiredtiger/lsm-worker-raceMichael Cahill2012-09-171-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix a race when starting the LSM worker thread. It was possible forAlex2012-09-181-1/+3
|/ / / / / / / /
* | | | | | | | Check that SWIG has Python support enabled.Michael Cahill2012-09-181-0/+4
* | | | | | | | typo -- assertion should test for equality, not set.Michael Cahill2012-09-181-2/+0
* | | | | | | | Check that LSM trees are not configured as column stores.Michael Cahill2012-09-181-0/+5
* | | | | | | | Typo in 306f82e09dc311c5c3abf7b9a23cf3c5e8bd765c.Michael Cahill2012-09-181-1/+1
* | | | | | | | Add 1.3.0 to the documentation landing page.Michael Cahill2012-09-182-2/+2
* | | | | | | | Fix quoting in test/format dump script.Michael Cahill2012-09-181-2/+4
* | | | | | | | Replace "stream" with "block", it's clearer.Keith Bostic2012-09-172-19/+19
* | | | | | | | Quiet lint about WT_ATOMIC_ADD/SUB.Keith Bostic2012-09-173-6/+6
* | | | | | | | Fix a cast.Keith Bostic2012-09-171-1/+1
* | | | | | | | updateKeith Bostic2012-09-171-0/+1
* | | | | | | | Be consistent, use SINGLETHREADED instead of hard-coding the test.Keith Bostic2012-09-171-1/+1
* | | | | | | | Fix "backup" target, don't copy into a directory, RUNDIR is a directory.Keith Bostic2012-09-171-1/+1
* | | | | | | | I misunderstood what Alex was doing so lsm and row configurations weren'tKeith Bostic2012-09-176-56/+79
* | | | | | | | typo.Keith Bostic2012-09-171-1/+1
* | | | | | | | allocate room for the trailing nulKeith Bostic2012-09-171-1/+2
* | | | | | | | Remove the core file if cleaning up.Keith Bostic2012-09-171-1/+1
* | | | | | | | updateKeith Bostic2012-09-171-0/+3
* | | | | | | | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developKeith Bostic2012-09-1718-74/+290
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Added tag 1.3.0 for changeset ef3ccde04cb2Michael Cahill2012-09-171-0/+1
| * | | | | | | Cut release 1.3.0.1.3.0Michael Cahill2012-09-175-9/+191
| * | | | | | | Move begin_transaction from __wt_txn_checkpoint to __session_checkpoint.Michael Cahill2012-09-172-20/+40
| * | | | | | | When fiddling with isolation during phases of __wt_checkpoint, be careful to ...Michael Cahill2012-09-171-5/+5
| * | | | | | | In WT_CURSOR::reset for LSM, don't try to open new cursors in chunks: just cl...Michael Cahill2012-09-171-2/+7
| * | | | | | | Add a cleanup step to the Bloom test so it starts with a fresh state.Michael Cahill2012-09-171-0/+2
| * | | | | | | Fixes for LSM docs.Alexander Gorrod2012-09-171-6/+7
| * | | | | | | Revert to having the WT_ERR inside WT_CURSOR_NEED{KEY,VALUE}.Michael Cahill2012-09-178-28/+30
| * | | | | | | LSM lint:Michael Cahill2012-09-171-4/+7
* | | | | | | | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developKeith Bostic2012-09-161-3/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Messed up the last change: can't leave cbt->page set if we've releasedKeith Bostic2012-09-161-3/+4
* | | | | | | | fix a commentKeith Bostic2012-09-161-1/+1
* | | | | | | | Don't use chdir(2), use an open argument to wiredtiger_open instead (usingKeith Bostic2012-09-166-28/+26
* | | | | | | | whitespaceKeith Bostic2012-09-161-1/+1
* | | | | | | | Make data_source and file_type constant, create a new field g.uri that'sKeith Bostic2012-09-169-93/+90
* | | | | | | | Move test/format runs into the subdirectory RUNDIR.Keith Bostic2012-09-168-40/+59
* | | | | | | | Show the data source on the completion line.Keith Bostic2012-09-161-1/+6
|/ / / / / / /
* | | | | | | Jump to err: so we release the page on not-found.Keith Bostic2012-09-161-1/+1
* | | | | | | lint from GCC 4.6:Michael Cahill2012-09-152-2/+4
* | | | | | | [mq]: gcc46-lintMichael Cahill2012-09-150-0/+0