| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1629 from wiredtiger/session-strerror | Michael Cahill | 2015-02-18 | 2 | -8/+5 |
|\ |
|
| * | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516. | Keith Bostic | 2015-02-02 | 2 | -8/+5 |
* | | Add recover config setting and use it in the wt command. #1651 | Susan LoVerso | 2015-02-12 | 1 | -3/+3 |
* | | Allow 'wt' command to run with or without recovery. #1651 | Susan LoVerso | 2015-02-10 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'develop' into cursor-equal | Michael Cahill | 2015-01-17 | 1 | -8/+4 |
|\ |
|
| * | Merge branch 'develop' into cursor-reconfigure | Michael Cahill | 2015-01-14 | 19 | -2/+37 |
| |\ |
|
| * \ | Merge branch 'develop' into cursor-reconfigure | Keith Bostic | 2014-12-15 | 4 | -74/+15 |
| |\ \ |
|
| * | | | Add support for a WT_CURSOR.reconfigure method, reference #1381. | Keith Bostic | 2014-12-11 | 1 | -8/+4 |
* | | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not. | Michael Cahill | 2015-01-17 | 1 | -1/+1 |
* | | | | Rename WT_CURSOR compare_equal to be equals. | Alex Gorrod | 2015-01-14 | 1 | -1/+1 |
* | | | | Add support for the WT_CURSOR.compare_equal method. | Keith Bostic | 2015-01-10 | 1 | -0/+13 |
| |_|/
|/| | |
|
* | | | Merge pull request #1516 from wiredtiger/windows-errors | Michael Cahill | 2015-01-07 | 1 | -0/+16 |
|\ \ \ |
|
| * | | | Add wiredtiger_strerror_r, a thread-safe version of wiredtiger_strerror, | Keith Bostic | 2014-12-24 | 1 | -0/+16 |
| | |/
| |/| |
|
* | | | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 19 | -0/+19 |
* | | | Invalid configuration strings, add some missing commas. | Keith Bostic | 2014-12-24 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #1454 from wiredtiger/overflow-relax | Michael Cahill | 2014-12-15 | 3 | -73/+14 |
|\ \ |
|
| * | | Fix the example, missing comma. | Keith Bostic | 2014-12-10 | 1 | -1/+1 |
| * | | Add an example a large leaf-page value overflow config | Keith Bostic | 2014-12-10 | 1 | -0/+7 |
| * | | Separate the btree maximum key/value sizes from the underlying page | Keith Bostic | 2014-12-09 | 3 | -73/+7 |
| |/ |
|
* | | Old-style function declaration. | Keith Bostic | 2014-12-12 | 1 | -1/+1 |
|/ |
|
* | Clean up the clean up. | Keith Bostic | 2014-12-04 | 1 | -1/+1 |
* | Fix accidental commit of ex_log.c. | Susan LoVerso | 2014-12-02 | 1 | -25/+1 |
* | Make pre-alloc a boolean and convert connection log settings to flags. | Susan LoVerso | 2014-12-02 | 1 | -1/+25 |
* | Merge branch 'develop' into log-recycle | Susan LoVerso | 2014-12-01 | 1 | -0/+1 |
|\ |
|
| * | fix ex_stat compilation on Windows | Mark Benvenuto | 2014-11-26 | 1 | -0/+1 |
* | | Pre-allocate logs into a temporary file to avoid racing. #1373 | Susan LoVerso | 2014-11-26 | 1 | -2/+1 |
|/ |
|
* | Don't divide by 0 if the file is 0 bytes. | Keith Bostic | 2014-11-22 | 1 | -3/+5 |
* | whitespace | Keith Bostic | 2014-11-20 | 1 | -5/+5 |
* | ex_backup.c:58:29: error: unused parameter 'session' | Michael Cahill | 2014-11-19 | 1 | -3/+3 |
* | Merge pull request #1370 from wiredtiger/incremental-backup | Michael Cahill | 2014-11-19 | 3 | -1/+327 |
|\ |
|
| * | Review comments. #1183 | Susan LoVerso | 2014-11-18 | 2 | -8/+12 |
| * | Update backup documentation. #1183 | Susan LoVerso | 2014-11-14 | 1 | -1/+13 |
| * | Lint. | Susan LoVerso | 2014-11-14 | 1 | -0/+1 |
| * | Add restriction and error checking for having run recovery. Update | Susan LoVerso | 2014-11-14 | 1 | -26/+114 |
| * | Remove debugging remnant. | Susan LoVerso | 2014-11-13 | 1 | -3/+0 |
| * | Lint. | Susan LoVerso | 2014-11-13 | 1 | -1/+2 |
| * | Changes to allow recovery to be run between incremental backups. #1183 | Susan LoVerso | 2014-11-13 | 2 | -0/+223 |
* | | Remove whitespace. | Alex Gorrod | 2014-11-18 | 1 | -1/+0 |
* | | Add support for immutable indices. | Alex Gorrod | 2014-11-18 | 1 | -0/+18 |
|/ |
|
* | Fix custom collators with LSM (and other non-btree sources): don't assume the... | Michael Cahill | 2014-11-10 | 1 | -2/+2 |
* | Custom-extractor lint, whitespace, reference #1215. | Keith Bostic | 2014-11-04 | 1 | -10/+8 |
* | Implement @agorrod's review comments, add a check that custom extractors don'... | Michael Cahill | 2014-11-04 | 1 | -13/+17 |
* | Merge branch 'develop' into custom-extractors | Michael Cahill | 2014-10-29 | 2 | -2/+10 |
|\ |
|
| * | Grammar fix. | Keith Bostic | 2014-10-27 | 1 | -1/+2 |
| * | Fix transaction ID logic (again), add session method entry / exit, add a docu... | Michael Cahill | 2014-10-27 | 1 | -0/+8 |
| * | whitespace | Keith Bostic | 2014-10-24 | 1 | -2/+1 |
* | | Merge branch 'develop' into custom-extractors | Michael Cahill | 2014-10-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204. | Keith Bostic | 2014-10-17 | 1 | -1/+1 |
* | | Fix the extractor example, remove a debugging message. | Michael Cahill | 2014-10-17 | 1 | -1/+0 |
* | | Merge branch 'develop' into custom-extractors | Michael Cahill | 2014-10-17 | 6 | -0/+31 |
|\ \
| |/ |
|