summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump release version to 2.5.2 on the develop branch.Alex Gorrod2015-03-095-8/+8
* Merge branch 'master' into developAlex Gorrod2015-03-095-14/+177
|\
| * Remove MongoDB specific file from release.2.5.1Alex Gorrod2015-03-091-1144/+0
| * Merge pull request #1727 from wiredtiger/2.5.1-releaseAlex Gorrod2015-03-094-14/+162
| |\
| | * Cut WiredTiger release 2.5.1Alex Gorrod2015-03-093-14/+14
| | * Review, minor cleanup.Michael Cahill2015-03-091-32/+32
| | * Review pass.Keith Bostic2015-03-061-24/+26
| | * Add a draft of the 2.5.1 release notes.Alex Gorrod2015-03-061-0/+146
| |/
| * Merge branch 'develop' into mongodb-3.0Michael Cahill2015-02-241-1/+7
| |\
| * | Update NEWS.MONGODB for RC10Michael Cahill2015-02-241-79/+133
| * | Added tag mongodb-3.0-rc10 for changeset c62d7f30797dMichael Cahill2015-02-241-0/+1
| * | Merge branch 'develop' into mongodb-3.0mongodb-3.0-rc10Michael Cahill2015-02-2441-2520/+216
| |\ \
| * | | Added tag mongodb-3.0-rc9 for changeset c1adbb056d9dMichael Cahill2015-02-191-0/+2
| * | | Removed tag mongodb-3.0-rc9mongodb-3.0-rc9Michael Cahill2015-02-191-0/+2
| * | | Update RC9 entries in NEWS.MONGODB.Michael Cahill2015-02-191-4/+122
| * | | Merge branch 'develop' into mongodb-3.0Michael Cahill2015-02-1962-777/+1252
| |\ \ \
| * | | | Added tag mongodb-3.0-rc9 for changeset 800508e9933eMichael Cahill2015-02-121-0/+2
| * | | | Removed tag mongodb-3.0-rc9Michael Cahill2015-02-121-0/+2
| * | | | Update NEWS.MONGODB for RC9.Michael Cahill2015-02-121-1/+20
| * | | | Merge branch 'develop' into mongodb-3.0Michael Cahill2015-02-1212-117/+63
| |\ \ \ \
| * | | | | Removed tag mongodb-2.8-rc8Michael Cahill2015-02-111-0/+2
| * | | | | Added tag mongodb-3.0-rc8 for changeset 12647c063d80Michael Cahill2015-02-111-0/+1
| * | | | | Added tag mongodb-3.0-rc9 for changeset e5c5feac1267Michael Cahill2015-02-111-0/+1
| * | | | | Merge branch 'mongodb-2.8' of github.com:wiredtiger/wiredtiger into mongodb-2.8Michael Cahill2015-02-111-0/+1
| |\ \ \ \ \
| | * | | | | Added tag mongodb-2.8-rc8 for changeset 12647c063d80Michael Cahill2015-02-111-0/+1
| * | | | | | Add a NEWS.MONGODB file describing the significant changes in each release ca...Michael Cahill2015-02-111-0/+953
| * | | | | | Merge branch 'develop' into mongodb-2.8Michael Cahill2015-02-11121-431/+13444
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Added tag mongodb-2.8-rc7 for changeset 9b61b870d26fmongodb-3.0-rc8mongodb-2.8-rc8Michael Cahill2015-02-041-0/+1
* | | | | | | Merge pull request #1735 from wiredtiger/checkpoint-skip-tree-dirtyAlex Gorrod2015-03-091-15/+26
|\ \ \ \ \ \ \
| * | | | | | | When skipping a dirty page during a checkpoint, make sure the tree is marked ...Michael Cahill2015-03-091-15/+26
* | | | | | | | Merge pull request #1731 from wiredtiger/server-17345Michael Cahill2015-03-091-38/+53
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Make the "restart from the root" code look like the original "startingKeith Bostic2015-03-071-17/+27
| * | | | | | | Fix comment typo.Keith Bostic2015-03-061-1/+1
| * | | | | | | Merge branch 'develop' into server-17345Keith Bostic2015-03-061-3/+3
| |\ \ \ \ \ \ \
| * | | | | | | | Only increment/decrement from the current position on the first positionKeith Bostic2015-03-061-38/+43
* | | | | | | | | bda036d wasn't sufficient, complete the change so that we test a fewKeith Bostic2015-03-081-4/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | More testing focus on row-store (60%), focus less on variable-lengthKeith Bostic2015-03-061-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #1729 from wiredtiger/rec-col-int-ignoreKeith Bostic2015-03-061-9/+14
|\ \ \ \ \ \ \
| * | | | | | | Make the col-int comments match the row-int comments.Keith Bostic2015-03-061-0/+7
| * | | | | | | Add an assertion that we don't get an unexpected state.Michael Cahill2015-03-061-1/+3
| * | | | | | | Merge branch 'develop' into rec-col-int-ignoreMichael Cahill2015-03-060-0/+0
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | whitespaceMichael Cahill2015-03-061-1/+1
| * | | | | | | Ignore empty child pages in column stores.Michael Cahill2015-03-062-10/+6
|/ / / / / / /
* | | | | | | Don't mark bulk loadable trees as dirty on open.Alex Gorrod2015-03-061-1/+1
* | | | | | | Merge pull request #1721 from wiredtiger/support-1248Michael Cahill2015-03-066-41/+33
|\ \ \ \ \ \ \
| * | | | | | | More review: revert a couple of SYNC_CLOSE back to SYNC_DISCARD.Michael Cahill2015-03-062-2/+2
| * | | | | | | Review comments from @keithbostic:Michael Cahill2015-03-062-2/+4
| * | | | | | | Comment typo.Keith Bostic2015-03-051-1/+1
| * | | | | | | Minor commen updates.Keith Bostic2015-03-052-2/+8
| * | | | | | | Add a little more commentary, remove unnecessary else.Keith Bostic2015-03-051-5/+7