index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
meta.h
Age
Commit message (
Expand
)
Author
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-09-11
I misread the code when I increased the buffer size from 512 to a new
Keith Bostic
2013-09-10
Make hot backups work concurrently with files being bulk-loaded.
Keith Bostic
2013-03-25
Merge branch 'develop' into data-handles
Michael Cahill
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-11-28
Move the write-generation out of the block header and into the page
Keith Bostic
2012-09-25
Merge branch 'develop' into data-handles
Michael Cahill
2012-09-20
Bulk-cursors no longer block checkpoints; if checkpoints can proceed in
Keith Bostic
2012-09-18
Replace session->btree with a data handle.
Michael Cahill
2012-09-18
Split general WT_BTREE fields into WT_DATA_HANDLE.
Michael Cahill
2012-07-31
Add the ability to access unnamed checkpoints, issue #271.
Keith Bostic
2012-07-03
Implement hot backup feature (ref issue #236).
Keith Bostic
2012-06-19
Push snapshot to checkpoint rename down through the rest of the system
Keith Bostic
2012-05-26
Extents free'd up by deleting snapshots cannot immediately be made available
Keith Bostic
2012-05-03
Move all of the WiredTiger.wt configuration information into the turtle file;
Keith Bostic
2012-05-03
Remove the filename field from btree handles (again).
Michael Cahill
2012-05-02
We were inconsistent in handling file/snapshot naming in the snapshot
Keith Bostic
2012-04-27
Keep a "file:" URI in btree handles rather than a raw filename.
Michael Cahill
2012-04-27
Switch naming of "schema file/table" to metadata file.
Michael Cahill