| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for macro name changes after cherry picking. | Michael Cahill | 2015-05-25 | 1 | -3/+3 |
* | Merge pull request #1976 from wiredtiger/checkpoint-dead | Alex Gorrod | 2015-05-25 | 3 | -12/+14 |
* | Enable test/fops for Windows, and add to CI | Mark Benvenuto | 2015-04-25 | 2 | -3/+26 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 4 | -0/+4 |
* | Add tests for creating bulk and non-bulk items that we know will succeed; | Keith Bostic | 2014-11-21 | 4 | -11/+97 |
* | Move the test run into a subdirectory, WT_TEST. | Keith Bostic | 2014-11-21 | 5 | -35/+46 |
* | gcc doesn't like externs inside functions (warning: nested extern | Keith Bostic | 2014-10-10 | 1 | -3/+4 |
* | Move the utilities/util_getopt.c implementation of getopt(3) into the | Keith Bostic | 2014-10-10 | 1 | -9/+12 |
* | Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version. | Keith Bostic | 2014-10-04 | 2 | -8/+12 |
* | Minor shuffling to turn on more clang warnings: | Keith Bostic | 2014-09-01 | 1 | -1/+4 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 4 | -4/+4 |
* | Move LSM configuration options to be a group in WT_SESSION->create API. | Alex Gorrod | 2013-12-03 | 1 | -1/+1 |
* | CID 1129022 (#1 of 1): Dead default in switch (DEADCODE) | Keith Bostic | 2013-11-15 | 1 | -2/+0 |
* | Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.h | Keith Bostic | 2013-11-06 | 3 | -20/+10 |
* | Fix compiler warnings with GCC 4.7.2 on Ubuntu. | Alex Gorrod | 2013-11-01 | 2 | -1/+6 |
* | Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks. | Alex Gorrod | 2013-08-29 | 1 | -4/+8 |
* | Merge branch 'develop' into java-auto-close | Alex Gorrod | 2013-08-15 | 1 | -5/+2 |
|\ |
|
| * | Avoid named checkpoints in test/fops now that they are prohibited with LSM. | Michael Cahill | 2013-05-24 | 1 | -5/+2 |
* | | Add a stub callback for auto closed handles. Update handlers in tree. | Alex Gorrod | 2013-04-08 | 1 | -1/+2 |
|/ |
|
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 4 | -4/+4 |
* | Output statistics for all data sources from test/format | Michael Cahill | 2012-12-04 | 1 | -0/+3 |
* | Move test program software into the public domain, if anyone wants to | Keith Bostic | 2012-10-26 | 4 | -12/+92 |
* | lint | Michael Cahill | 2012-10-22 | 1 | -2/+0 |
* | Tweak the test/fops output to fit in 80 columns and be less busy. | Michael Cahill | 2012-10-22 | 1 | -8/+6 |
* | Add in session.open_cursor operations, reference #373. | Keith Bostic | 2012-10-20 | 3 | -14/+42 |
* | Run some standard tests against table-on-LSM. | Michael Cahill | 2012-10-18 | 1 | -6/+10 |
* | s/WildTiger/WiredTiger/ | Michael Cahill | 2012-10-17 | 1 | -1/+1 |
* | warning: initialization discards qualifiers from pointer target type | Keith Bostic | 2012-10-08 | 1 | -2/+2 |
* | Break out configuration so it's easy to run just one. | Keith Bostic | 2012-10-08 | 1 | -9/+16 |
* | warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' | Michael Cahill | 2012-10-03 | 1 | -1/+1 |
* | spelling | Michael Cahill | 2012-10-03 | 1 | -1/+1 |
* | Add sanity check of cache size to LSM open. | Alex Gorrod | 2012-10-03 | 3 | -7/+15 |
* | Bulk-load is only possible if the we just created the file, which means | Keith Bostic | 2012-09-20 | 2 | -1/+7 |
* | Output bulk operation count | Keith Bostic | 2012-09-20 | 1 | -3/+4 |
* | Fix the usage statement. | Keith Bostic | 2012-09-20 | 1 | -2/+1 |
* | Merge branch 'develop' into lsm | Alex Gorrod | 2012-09-14 | 2 | -1/+3 |
|\ |
|
| * | lint | Keith Bostic | 2012-09-12 | 2 | -1/+3 |
* | | Merge branch 'develop' into lsm | Alex Gorrod | 2012-09-12 | 3 | -4/+36 |
|\ \
| |/ |
|
| * | Fix bulk loads concurrent with schema modifying operations. | Michael Cahill | 2012-09-11 | 1 | -10/+10 |
| * | Merge branch 'develop' into fops-bulk | Michael Cahill | 2012-09-11 | 1 | -4/+5 |
| |\ |
|
| * | | Add a bulk cursor operation into fop test. | Alex Gorrod | 2012-09-07 | 3 | -1/+33 |
* | | | Merge branch 'develop' into lsm | Alex Gorrod | 2012-09-10 | 1 | -4/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | On GCC spinlocks, yield after spinning for a while (default 1000 iterations). | Michael Cahill | 2012-09-10 | 1 | -4/+5 |
| |/ |
|
* | | Enable LSM in fop test. | Alex Gorrod | 2012-09-07 | 1 | -1/+2 |
|/ |
|
* | Get rid of "snapshot" at the API layer, drive the change down to the btree | Keith Bostic | 2012-06-18 | 1 | -1/+1 |
* | Rename the "snapshot" config key in session.checkpoint to "name". | Keith Bostic | 2012-06-16 | 3 | -9/+13 |
* | Fix races in table-level schema operations. | Michael Cahill | 2012-06-04 | 1 | -15/+10 |
* | Add tests for table-level operations to test/fops. | Michael Cahill | 2012-06-04 | 4 | -30/+38 |
* | Add test/fops and test/thread to "make check". | Michael Cahill | 2012-06-01 | 2 | -7/+5 |
* | Add handle locking to create and drop operations to avoid races. | Michael Cahill | 2012-06-01 | 1 | -2/+0 |