summaryrefslogtreecommitdiff
path: root/src/btree/col_modify.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-3/+2
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-8/+9
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-1/+2
* WT-2361: column-store starting record number errorKeith Bostic2016-02-051-6/+16
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-6/+6
* The column-store modify code needs the same error path test the row-storeKeith Bostic2015-08-281-5/+7
* Review WiredTiger code base for places where "recno" is set to 0 orKeith Bostic2015-08-261-3/+3
* WT-2025 Assert that cursors are positioned for inserts. Fix a possible race ...Michael Cahill2015-08-041-1/+1
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-2/+2
* 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