| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in __wt_cond_wait - it now returns after the timeout is | Alex Gorrod | 2012-10-24 | 1 | -1/+1 |
* | Push the "owning" cursor through the LSM open_cursor function, so schema obje... | Michael Cahill | 2012-10-19 | 1 | -1/+1 |
* | Change direct calls to __wt_curfile_open to generic __wt_open_cursor. | Michael Cahill | 2012-10-18 | 1 | -1/+1 |
* | Apply operations to column group and index data sources. | Michael Cahill | 2012-10-18 | 1 | -19/+42 |
* | Limit WT_SESSION::compact to objects of type colgroup, file, index, lsm | Keith Bostic | 2012-10-17 | 1 | -0/+9 |
* | We shouldn't need to force the first checkpoint, just the second two. | Keith Bostic | 2012-10-16 | 1 | -1/+2 |
* | Invoke the eviction server to review all in-memory pages to see if they | Keith Bostic | 2012-10-16 | 1 | -4/+67 |
* | Add support for online compaction, ref #248. This is an initial commit, | Keith Bostic | 2012-10-16 | 1 | -15/+15 |
* | Move hazard_size from the connection to the session. Each session can have a | Alex Gorrod | 2012-09-26 | 1 | -0/+7 |
* | Line wrapping and spelling fixes. | Alex Gorrod | 2012-09-25 | 1 | -2/+2 |
* | Update hazard references, so the active array grows as needed. | Alex Gorrod | 2012-09-25 | 1 | -1/+1 |
* | Add no cache flag to LSM merge cursors. | Alex Gorrod | 2012-09-25 | 1 | -2/+1 |
* | Update handle cache to deal with no-cache cursors and btree handles. | Alex Gorrod | 2012-09-24 | 1 | -36/+53 |
* | Merge pull request #331 from wiredtiger/autocommit | Michael Cahill | 2012-09-20 | 1 | -2/+2 |
|\ |
|
| * | Add autocommit to WT_SESSION::truncate. | Michael Cahill | 2012-09-21 | 1 | -2/+2 |
* | | Bulk-cursors no longer block checkpoints; if checkpoints can proceed in | Keith Bostic | 2012-09-20 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into develop | Keith Bostic | 2012-09-17 | 1 | -1/+30 |
|\ |
|
| * | Move begin_transaction from __wt_txn_checkpoint to __session_checkpoint. | Michael Cahill | 2012-09-17 | 1 | -1/+30 |
* | | fix a comment | Keith Bostic | 2012-09-16 | 1 | -1/+1 |
|/ |
|
* | Fix some LSM issues uncovered by review. | Alex Gorrod | 2012-09-14 | 1 | -0/+0 |
* | Fix some minor issues in LSM. | Alex Gorrod | 2012-09-14 | 2 | -1/+1 |
* | When reconfiguring the session's isolation, apply to the transaction as well. | Michael Cahill | 2012-09-13 | 1 | -1/+1 |
* | Merge branch 'develop' into lsm | Alex Gorrod | 2012-09-12 | 1 | -12/+4 |
|\ |
|
| * | Fix locking of newly created handles, closing on error. | Michael Cahill | 2012-09-11 | 1 | -1/+1 |
| * | Fix bulk loads concurrent with schema modifying operations. | Michael Cahill | 2012-09-11 | 1 | -11/+3 |
* | | Merge branch 'develop' into lsm. Some manual conflict resolution. | Alex Gorrod | 2012-09-11 | 1 | -15/+63 |
|\ \
| |/ |
|
| * | Now that we export cursor.compare; move the cursor positioning for | Keith Bostic | 2012-09-07 | 1 | -15/+63 |
* | | Add a macro that optionally gets the schema lock. | Michael Cahill | 2012-09-07 | 2 | -24/+30 |
* | | Implement LSM drop. | Michael Cahill | 2012-09-07 | 1 | -0/+1 |
* | | Merge branch 'develop' into lsm | Michael Cahill | 2012-09-07 | 1 | -14/+0 |
|\ \
| |/ |
|
| * | Add implicitly created records for column-stores to the truncate test: | Keith Bostic | 2012-08-24 | 1 | -49/+1 |
| * | Column-stores can create implicit records, that is, if you create a record | Keith Bostic | 2012-08-24 | 1 | -5/+39 |
* | | Merge branch 'develop' into lsm | Michael Cahill | 2012-08-27 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Switch to counting positioned file cursors to allocate transaction contexts. | Michael Cahill | 2012-08-23 | 1 | -0/+2 |
| * | Any file write that isn't a checkpoint should include all updates. | Michael Cahill | 2012-08-17 | 1 | -3/+0 |
| * | Include all changes whenever closing any file, not just at connection close. | Michael Cahill | 2012-08-17 | 1 | -0/+3 |
* | | Merge branch 'develop' into lsm | Michael Cahill | 2012-08-15 | 1 | -17/+27 |
|\ \
| |/ |
|
| * | Make cursors long-lived objects: instead of txn_commit and txn_rollback | Keith Bostic | 2012-08-13 | 1 | -17/+27 |
* | | Merge branch 'develop' into lsm. | Michael Cahill | 2012-08-13 | 1 | -2/+43 |
|\ \
| |/ |
|
| * | session_api.c:628: warning: passing argument 1 of '__session_reconfigure' | Keith Bostic | 2012-08-08 | 1 | -1/+2 |
| * | Don't permit the isolation configuration string if the database isn't | Keith Bostic | 2012-08-08 | 1 | -1/+10 |
| * | Add conn.open_session method support for the isolation configuration | Keith Bostic | 2012-08-08 | 1 | -2/+7 |
| * | Add support for read-committed isolation. | Michael Cahill | 2012-08-08 | 1 | -0/+26 |
* | | Merge branch 'develop' into lsm | Michael Cahill | 2012-08-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Call __wt_hazard_clear to clear references when cleaning up on a session | Keith Bostic | 2012-08-04 | 1 | -1/+1 |
* | | Implement basic LSM cursor operations. | Michael Cahill | 2012-08-02 | 1 | -0/+1 |
* | | Hookup the LSM data source to the cursor implementation. | Michael Cahill | 2012-08-02 | 1 | -1/+1 |
* | | Add basic support for LSM trees: stub LSM cursors. | Michael Cahill | 2012-03-11 | 1 | -2/+4 |
|/ |
|
* | Fix an explicitly declaration of "int ret". | Keith Bostic | 2012-08-01 | 1 | -1/+1 |
* | Save and restore the original session btree handle in | Keith Bostic | 2012-08-01 | 1 | -1/+9 |