| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2209 from wiredtiger/more-bool-keith | Michael Cahill | 2015-09-29 | 1 | -6/+6 |
* | WT-2025 Assert that cursors are positioned for inserts | Keith Bostic | 2015-08-06 | 1 | -1/+1 |
* | Cleanup accounting for update lists when restoring updates to evicted pages. ... | Michael Cahill | 2015-01-28 | 1 | -1/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Make random number generation be per session in the WiredTiger library, | Keith Bostic | 2014-09-13 | 1 | -1/+1 |
* | Add a new field to the WT_CURSOR_BTREE structure so we can pass back a | Keith Bostic | 2014-06-16 | 1 | -0/+6 |
* | Log transactional operations immediately, so that the only pointers kept are ... | Michael Cahill | 2014-04-28 | 1 | -2/+6 |
* | whitespace | Keith Bostic | 2014-04-17 | 1 | -2/+1 |
* | Disable the fast checkpoint code in one more place. | Michael Cahill | 2014-04-18 | 1 | -1/+1 |
* | When we are restoring updates that couldn't be evicted, there can't be any ea... | Michael Cahill | 2014-04-18 | 1 | -14/+15 |
* | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic | 2014-03-29 | 1 | -1/+1 |
* | Create another union in WT_PAGE_MODIFY, for internal vs. leaf pages, | Keith Bostic | 2014-03-20 | 1 | -10/+10 |
* | Support eviction of pages that include unresolved changes. | Keith Bostic | 2014-03-03 | 1 | -66/+32 |
* | Switch the WT_PAGE union #defines from pu_xxx to pg_xxx. | Keith Bostic | 2014-02-24 | 1 | -1/+1 |
* | Add a new level of indirection on internal pages so there's a way to | Keith Bostic | 2014-02-05 | 1 | -3/+6 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic | 2013-12-23 | 1 | -1/+1 |
* | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-10-17 | 1 | -101/+35 |
|\ |
|
| * | Serialize threads of control doing the "obsolete WT_UPDATE" check. | Keith Bostic | 2013-10-16 | 1 | -7/+3 |
| * | Simplify argument passing in the serialization functions and inline them. | Keith Bostic | 2013-10-16 | 1 | -75/+0 |
| * | Clear the cursor's search structures when appending to a column store. | Michael Cahill | 2013-10-16 | 1 | -4/+7 |
| * | more minor comment wordsmithing, no real changes. | Keith Bostic | 2013-10-15 | 1 | -8/+5 |
| * | minor wordsmithing on a couple of comments. | Keith Bostic | 2013-10-15 | 1 | -8/+9 |
| * | Fix the test for empty skiplists. | Michael Cahill | 2013-10-15 | 1 | -3/+2 |
| * | Simplify the col_append serial function -- make it closer to a normal insert. | Michael Cahill | 2013-10-15 | 1 | -46/+24 |
| * | Always set up next pointers before calling insert_serial. Never search insid... | Michael Cahill | 2013-10-15 | 1 | -11/+19 |
| * | We have to use the update value approved by __wt_txn_update_check, copy it | Keith Bostic | 2013-10-14 | 1 | -4/+4 |
| * | If we set the WT_UPDATE/WT_INSERT forward pointers before calling the | Keith Bostic | 2013-10-14 | 1 | -11/+38 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-10-09 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Shorten the time we hold the serialization lock, move the increment of the | Keith Bostic | 2013-10-07 | 1 | -3/+0 |
* | | Merge branch 'develop' into fine-grained-durability | Alex Gorrod | 2013-10-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Get rid of the page disk generation, and use a write generation of 0 to | Keith Bostic | 2013-09-27 | 1 | -1/+1 |
| * | It's possible to race when deciding if we're making the first update to | Keith Bostic | 2013-09-27 | 1 | -1/+1 |
| * | Test the WT_BTREE.modified value before setting it, it's probably a hot | Keith Bostic | 2013-09-27 | 1 | -1/+1 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-08-27 | 1 | -15/+9 |
|\ \
| |/ |
|
| * | Stop combining "it's a remove operation" and "it's an append of a new | Keith Bostic | 2013-08-26 | 1 | -15/+9 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-08-26 | 1 | -115/+76 |
|\ \
| |/ |
|
| * | Use the allocate-and-swap macro for column store updates. | Michael Cahill | 2013-08-26 | 1 | -38/+8 |
| * | Fix the types allocated to atomically swap into page structures. | Michael Cahill | 2013-08-26 | 1 | -7/+7 |
| * | The cursor's write-generation value is no longer used, it's only set and | Keith Bostic | 2013-08-24 | 1 | -9/+8 |
| * | When I moved the set of the cursor's record number into the seralization | Keith Bostic | 2013-08-24 | 1 | -4/+4 |
| * | Don't extend the file if we still might return RESTART. This isn't a real | Keith Bostic | 2013-08-24 | 1 | -1/+1 |
| * | Move the test for an "empty" WT_INSERT_HEAD into the serialization function, | Keith Bostic | 2013-08-24 | 1 | -44/+32 |
| * | No real change: just make the "inshead" naming match the rest of the | Keith Bostic | 2013-08-23 | 1 | -25/+24 |
| * | If appending a record to an empty insert list, the ins_stack may | Keith Bostic | 2013-08-23 | 1 | -2/+3 |
| * | Move the return of the allocated record number into the serialization function, | Keith Bostic | 2013-08-23 | 1 | -16/+8 |
| * | Replace the handling of an allocated WT_INSERT_HEAD structure in the | Keith Bostic | 2013-08-23 | 1 | -53/+71 |
| * | Replace the handling of row- and column-store page newly allocated | Keith Bostic | 2013-08-22 | 1 | -41/+35 |
| * | Replace the handling of a row-store page's newly allocated update structure | Keith Bostic | 2013-08-22 | 1 | -1/+1 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-08-23 | 1 | -4/+1 |
|\ \
| |/ |
|