summaryrefslogtreecommitdiff
path: root/dist/filelist
Commit message (Expand)AuthorAgeFilesLines
* Export more of the config parsing machinery to the extension API: we're going...Michael Cahill2013-04-181-0/+1
* Call LSM methods directly instead of using WT_DATA_SOURCE implementation.Keith Bostic2013-04-041-1/+0
* Merge branch 'develop' into data-sourceKeith Bostic2013-04-031-2/+2
|\
| * Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-2/+6
| |\
| * \ Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-3/+10
| |\ \
| * | | Rename {conn,session}_btree.c to {conn,session}_dhandle.c.Michael Cahill2012-09-181-2/+2
* | | | First set of changes to make WT_DATA_SOURCE work better (row-store isKeith Bostic2013-04-031-0/+1
| |_|/ |/| |
* | | Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-041-0/+1
* | | Merge pull request #461 from wiredtiger/pack-streamsagorrod2013-02-251-2/+3
|\ \ \
| * | | Add support for streaming pack / unpack to the API.Michael Cahill2013-02-211-2/+3
* | | | Create a thread to do automatic checkpoints.Keith Bostic2013-02-231-0/+1
|/ / /
* | | Rename bt_merge.c to rec_merge.c.Michael Cahill2013-02-081-1/+1
* | | Try to merge split-merge pages to minimize deepening the in-memory tree.Michael Cahill2013-02-061-0/+1
| |/ |/|
* | Add mmap support for read-only objects (a read-only object is an objectKeith Bostic2013-01-271-0/+1
* | Add support for statistics on schema-level objects (tables, column groups, in...Michael Cahill2012-12-041-0/+1
* | SunOS doesn't include strtouq(3), add a local version that calls strtoull(3)Keith Bostic2012-12-011-0/+1
* | Move the checksum code into support/cksum, it's at least potentially generalKeith Bostic2012-11-231-1/+1
* | Move compression out of the block-manager layer to the btree layer.Keith Bostic2012-11-221-2/+3
* | Move src/btree/bt_cache.c to src/conn/conn_cache.c also s_all.Alex Gorrod2012-11-091-1/+1
* | Update cache pool to keep information in the connections cache structureAlex Gorrod2012-11-051-1/+1
* | Add a shared cache pool implemention. Manages a single cache amongstAlex Gorrod2012-10-231-0/+1
* | Add support for online compaction, ref #248. This is an initial commit,Keith Bostic2012-10-161-0/+2
* | The __wt_cell_unpack_copy function copies the key/value sometimes butKeith Bostic2012-10-111-1/+0
* | Add a new statistics cursor type "statistics:lsm".Alex Gorrod2012-10-081-0/+1
|/
* Merge branch 'develop' into lsmMichael Cahill2012-08-301-0/+1
|\
| * Add bloom filter implementation and test.Alex Gorrod2012-08-291-0/+1
* | Implement reading and writing of LSM metadata.Michael Cahill2012-08-231-0/+1
* | Merge branch 'develop' into lsmMichael Cahill2012-08-221-0/+2
|\ \ | |/
| * Update the added hash functions. Split FNV and City hashes into separate file...Alex Gorrod2012-08-151-1/+2
| * Add 64 bit FNV and Google City Hash function implementations, along with test...Alex Gorrod2012-08-141-0/+1
* | Add support for major merges (that is, merging a set of chunks including theMichael Cahill2012-08-131-0/+1
* | LSM: switch the in-memory tree to disk (from level 0 to 1).Michael Cahill2012-08-081-0/+1
* | Add basic management of LSM trees.Michael Cahill2012-08-021-0/+1
* | Add basic support for LSM trees: stub LSM cursors.Michael Cahill2012-03-111-0/+2
|/
* Implement hot backup feature (ref issue #236).Keith Bostic2012-07-031-0/+1
* Add a local implementation of getline/fgetln.Keith Bostic2012-07-021-0/+1
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-3/+3
* Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic2012-06-181-1/+1
* Implement checkpoints.Michael Cahill2012-05-171-0/+1
* Merge branch 'develop' into feature/transactionsMichael Cahill2012-05-151-0/+2
|\
| * Move the snapshot code out of the btree engine and up into the sessionKeith Bostic2012-05-141-0/+2
* | Merge branch 'develop' into feature/transactionsMichael Cahill2012-05-091-1/+1
|\ \ | |/
| * Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-041-1/+0
| * Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic2012-05-031-0/+1
* | Merge branch 'develop' into feature/transactionsMichael Cahill2012-05-021-3/+5
|\ \ | |/
| * Move all code dealing with the metadata table into meta/*.cMichael Cahill2012-04-271-3/+4
| * First set of snapshot changes, ref #167. The big changes are to createKeith Bostic2012-03-221-0/+1
* | Basic support for transactions.Michael Cahill2012-04-201-0/+1
|/
* Rename block_alloc.c -> block_ext.cKeith Bostic2012-03-161-1/+1
* Add the __wt_epoch function, returns the local time-of-day.Keith Bostic2012-03-151-0/+1