| Commit message (Expand) | Author | Age | Files | Lines |
* | We're sending a mixed message -- remove the copyright notices from files | Keith Bostic | 2012-08-15 | 1 | -1/+1 |
* | ../../../examples/c/ex_all.c:460: warning: unused variable 'cursor1' | Michael Cahill | 2012-08-15 | 1 | -1/+1 |
* | Take another run at long-lived cursor and transactional wording, use | Keith Bostic | 2012-08-14 | 1 | -37/+22 |
* | Update doc example to make cursor lifetime more obvious. | Alex Gorrod | 2012-08-14 | 1 | -1/+7 |
* | Make cursors long-lived objects: instead of txn_commit and txn_rollback | Keith Bostic | 2012-08-13 | 1 | -12/+3 |
* | ../examples/c/ex_all.c:474: warning: ‘txn_examples’ defined but not used | Michael Cahill | 2012-08-09 | 1 | -6/+3 |
* | Document read-committed is the 1.3 release default isolation. | Keith Bostic | 2012-08-08 | 1 | -0/+68 |
* | Add support for read-committed isolation. | Michael Cahill | 2012-08-08 | 1 | -0/+4 |
* | Merge pull request #281 from wiredtiger/cache-resident | Michael Cahill | 2012-08-05 | 1 | -2/+7 |
|\ |
|
| * | Move the cache-resident configuration string from session.open_cursor | Keith Bostic | 2012-08-03 | 1 | -7/+7 |
| * | Add the cache_resident configuration flag, turns off page eviction and | Keith Bostic | 2012-08-02 | 1 | -0/+5 |
* | | Remove the cursor.reconfigure method, and replace it with documentation | Keith Bostic | 2012-08-03 | 1 | -10/+23 |
|/ |
|
* | ex_all.c:158: warning: ISO C90 forbids mixed declarations and code | Keith Bostic | 2012-07-28 | 1 | -2/+1 |
* | Change cursor.equals to return a standard error value and store the cursor | Keith Bostic | 2012-07-28 | 1 | -1/+3 |
* | typo, fix the cursor duplicate example. | Keith Bostic | 2012-07-14 | 1 | -1/+1 |
* | Soften the wording on cursor caching, issue #259. | Keith Bostic | 2012-07-14 | 1 | -3/+17 |
* | Portability fixes for system calls in the backup example in ex_all.c. | Michael Cahill | 2012-07-05 | 1 | -1/+3 |
* | Implement hot backup feature (ref issue #236). | Keith Bostic | 2012-07-03 | 1 | -1/+46 |
* | Call methods to reconfigure a handle "reconfigure". | Michael Cahill | 2012-06-20 | 1 | -45/+44 |
* | Add WT_CONNECTION::config and WT_CURSOR::config methods. | Keith Bostic | 2012-06-19 | 1 | -0/+8 |
* | Merge branch 'develop' into checkpoint | Michael Cahill | 2012-06-18 | 1 | -0/+1 |
|\ |
|
* | | Rename the "snapshot" config key in session.checkpoint to "name". | Keith Bostic | 2012-06-16 | 1 | -34/+48 |
* | | First set of changes for moving all checkpoint/snapshot calls into the | Keith Bostic | 2012-06-15 | 1 | -2/+26 |
|/ |
|
* | Make the whitespace script run on the examples, utilities extension code. | Keith Bostic | 2012-05-15 | 1 | -2/+2 |
* | The wiredtiger_struct_size() call can fail, it has to return an error | Keith Bostic | 2012-05-11 | 1 | -2/+2 |
* | Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as their | Keith Bostic | 2012-05-11 | 1 | -12/+23 |
* | Use a single "snapshot" config key to drop a snapshot or a range of snapshots. | Michael Cahill | 2012-05-01 | 1 | -8/+8 |
* | Add an interface for "data source" extensions. | Michael Cahill | 2012-03-11 | 1 | -18/+90 |
* | Minor gcc warnings: mismatched printf args, unused variables. | Michael Cahill | 2012-04-24 | 1 | -0/+1 |
* | style guide: don't put a space after "sizeof". | Keith Bostic | 2012-04-23 | 1 | -3/+3 |
* | Get rid of some uses of "%lu" (one was OK, the other was wrong). | Keith Bostic | 2012-04-23 | 1 | -2/+3 |
* | Finish out the snapshot documentation (ref #167). | Keith Bostic | 2012-04-20 | 1 | -0/+13 |
* | Remove the config string from WT_CURSOR::close: it is no longer required and ... | Michael Cahill | 2012-02-02 | 1 | -1/+1 |
* | Implement WT_CURSOR::equals to test if two cursors are equal (primarily in su... | Michael Cahill | 2012-01-31 | 1 | -1/+9 |
* | Replace WT_CURSOR::first,last} with WT_CURSOR::reset. | Michael Cahill | 2012-01-25 | 1 | -12/+8 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+23 |
* | Fix gcc 4.6 build: | Michael Cahill | 2012-01-19 | 1 | -3/+7 |
* | Clean up extension documentation: move implementation details and sample | Keith Bostic | 2012-01-18 | 1 | -26/+88 |
* | ex_all.c: In function 'cursor_ops': | Keith Bostic | 2012-01-17 | 1 | -1/+3 |
* | Documentation: add notes on remote file systems, created file permissions, | Keith Bostic | 2012-01-17 | 1 | -4/+19 |
* | Fix some gcc46 warnings about uninitialized variables in ex_all.c. | Michael Cahill | 2012-01-17 | 1 | -0/+5 |
* | unused variable. | Keith Bostic | 2012-01-15 | 1 | -0/+1 |
* | Clarify the session->truncate documentation, add the simple code that | Keith Bostic | 2012-01-04 | 1 | -0/+8 |
* | Change the compression API to be src/size dst/size pairs instead of | Keith Bostic | 2011-12-29 | 1 | -12/+17 |
* | File isn't ex_hello.c any more. | Keith Bostic | 2011-12-13 | 1 | -1/+1 |
* | Mark a couple of variables unused because automated builds build with -Wunused. | Michael Cahill | 2011-12-14 | 1 | -0/+4 |
* | Added a pre_size entry to WT_COMPRESSOR. refs #58 | Don Anderson | 2011-12-13 | 1 | -1/+10 |
* | Clean up warnings with gcc-4.6. | Michael Cahill | 2011-11-28 | 1 | -18/+34 |
* | Add code comments in places where there are multiple examples to explain | Keith Bostic | 2011-10-20 | 1 | -4/+24 |
* | ../../../examples/c/ex_all.c:175: error: 'key' is used uninitialized in this ... | Michael Cahill | 2011-10-20 | 1 | -1/+1 |