summaryrefslogtreecommitdiff
path: root/src/btree/col_modify.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-6/+6
* WT-2025 Assert that cursors are positioned for insertsKeith Bostic2015-08-061-1/+1
* Cleanup accounting for update lists when restoring updates to evicted pages. ...Michael Cahill2015-01-281-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Make random number generation be per session in the WiredTiger library,Keith Bostic2014-09-131-1/+1
* Add a new field to the WT_CURSOR_BTREE structure so we can pass back aKeith Bostic2014-06-161-0/+6
* Log transactional operations immediately, so that the only pointers kept are ...Michael Cahill2014-04-281-2/+6
* whitespaceKeith Bostic2014-04-171-2/+1
* Disable the fast checkpoint code in one more place.Michael Cahill2014-04-181-1/+1
* When we are restoring updates that couldn't be evicted, there can't be any ea...Michael Cahill2014-04-181-14/+15
* Experimental change: move the WT_PAGE.{parent,ref_hint} fields into theKeith Bostic2014-03-291-1/+1
* Create another union in WT_PAGE_MODIFY, for internal vs. leaf pages,Keith Bostic2014-03-201-10/+10
* Support eviction of pages that include unresolved changes.Keith Bostic2014-03-031-66/+32
* Switch the WT_PAGE union #defines from pu_xxx to pg_xxx.Keith Bostic2014-02-241-1/+1
* Add a new level of indirection on internal pages so there's a way toKeith Bostic2014-02-051-3/+6
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic2013-12-231-1/+1
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-171-101/+35
|\
| * Serialize threads of control doing the "obsolete WT_UPDATE" check.Keith Bostic2013-10-161-7/+3
| * Simplify argument passing in the serialization functions and inline them.Keith Bostic2013-10-161-75/+0
| * Clear the cursor's search structures when appending to a column store.Michael Cahill2013-10-161-4/+7
| * more minor comment wordsmithing, no real changes.Keith Bostic2013-10-151-8/+5
| * minor wordsmithing on a couple of comments.Keith Bostic2013-10-151-8/+9
| * Fix the test for empty skiplists.Michael Cahill2013-10-151-3/+2
| * Simplify the col_append serial function -- make it closer to a normal insert.Michael Cahill2013-10-151-46/+24
| * Always set up next pointers before calling insert_serial. Never search insid...Michael Cahill2013-10-151-11/+19
| * We have to use the update value approved by __wt_txn_update_check, copy itKeith Bostic2013-10-141-4/+4
| * If we set the WT_UPDATE/WT_INSERT forward pointers before calling theKeith Bostic2013-10-141-11/+38
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-091-3/+0
|\ \ | |/
| * Shorten the time we hold the serialization lock, move the increment of theKeith Bostic2013-10-071-3/+0
* | Merge branch 'develop' into fine-grained-durabilityAlex Gorrod2013-10-011-1/+1
|\ \ | |/
| * Get rid of the page disk generation, and use a write generation of 0 toKeith Bostic2013-09-271-1/+1
| * It's possible to race when deciding if we're making the first update toKeith Bostic2013-09-271-1/+1
| * Test the WT_BTREE.modified value before setting it, it's probably a hotKeith Bostic2013-09-271-1/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-08-271-15/+9
|\ \ | |/
| * Stop combining "it's a remove operation" and "it's an append of a newKeith Bostic2013-08-261-15/+9
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-08-261-115/+76
|\ \ | |/
| * Use the allocate-and-swap macro for column store updates.Michael Cahill2013-08-261-38/+8
| * Fix the types allocated to atomically swap into page structures.Michael Cahill2013-08-261-7/+7
| * The cursor's write-generation value is no longer used, it's only set andKeith Bostic2013-08-241-9/+8
| * When I moved the set of the cursor's record number into the seralizationKeith Bostic2013-08-241-4/+4
| * Don't extend the file if we still might return RESTART. This isn't a realKeith Bostic2013-08-241-1/+1
| * Move the test for an "empty" WT_INSERT_HEAD into the serialization function,Keith Bostic2013-08-241-44/+32
| * No real change: just make the "inshead" naming match the rest of theKeith Bostic2013-08-231-25/+24
| * If appending a record to an empty insert list, the ins_stack mayKeith Bostic2013-08-231-2/+3
| * Move the return of the allocated record number into the serialization function,Keith Bostic2013-08-231-16/+8
| * Replace the handling of an allocated WT_INSERT_HEAD structure in theKeith Bostic2013-08-231-53/+71
| * Replace the handling of row- and column-store page newly allocatedKeith Bostic2013-08-221-41/+35
| * Replace the handling of a row-store page's newly allocated update structureKeith Bostic2013-08-221-1/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-08-231-4/+1
|\ \ | |/