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
/
wt_internal.h
Age
Commit message (
Expand
)
Author
2014-02-24
Update the configuration parsing API. Not finalized, but a step closer.
Alex Gorrod
2014-01-09
Avoid unpacking the key cell multiple times when returning key/value
Keith Bostic
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-12-06
Implement compact for LSM trees. Add a new timeout compact configuration.
Alex Gorrod
2013-11-18
Merge branch 'develop' into fine-grained-durability
Alex Gorrod
2013-11-16
enum don't need forward declarations.
Keith Bostic
2013-11-08
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-07
Give in-memory splits a chance to work. Stall if we're waiting on the oldest...
Michael Cahill
2013-11-06
Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.h
Keith Bostic
2013-10-17
Merge branch 'develop' into fine-grained-durability
Alex Gorrod
2013-10-16
Move most of mutex.h into hardware.h.
Keith Bostic
2013-10-17
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-10-16
Rename serial_funcs.i -> serial.i, matching other include files.
Keith Bostic
2013-10-06
Add support for tracking which spinlocks block other spinlocks and
Keith Bostic
2013-10-01
Merge branch 'develop' into fine-grained-durability
Alex Gorrod
2013-09-27
It's possible to race when deciding if we're making the first update to
Keith Bostic
2013-09-05
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-08-30
Don't allocate overflow tracking skiplists as part of the WT_PAGE_MODIFY
Keith Bostic
2013-08-30
Add a new skiplist to the WT_PAGE_MODIFY structure and use it to track
Keith Bostic
2013-08-30
Add a new skiplist to the WT_PAGE_MODIFY structure and use it to track
Keith Bostic
2013-08-30
Add a new skiplist to the WT_PAGE_MODIFY structure and use it to track
Keith Bostic
2013-08-16
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-08-13
Update dist/log.py to generate code to read and write log records.
Michael Cahill
2013-08-09
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-07-26
Add structures and encoding / decoding for fine-grained durability.
Michael Cahill
2013-07-18
Merge branch 'develop' into memrata
Keith Bostic
2013-07-05
Create a WT_CURSOR_DATA_SOURCE structure so data-source cursors (almost)
Keith Bostic
2013-06-17
Merge branch 'develop' into logging
Susan LoVerso
2013-06-07
The extension code needs to know what a transaction ID looks like,
Keith Bostic
2013-05-30
Change hot-backup to acquire a handle on each underlying file object to ensure
Keith Bostic
2013-05-20
Add direct_io support for logging.
Susan LoVerso
2013-05-15
First pass that compiles.
Susan LoVerso
2013-04-17
Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.
Keith Bostic
2013-04-09
First cut at moving the configuration information into the WT_CONNECTION_IMPL
Keith Bostic
2013-04-02
Move WT_DATA_HANDLE into its own header file (dhandle.h).
Michael Cahill
2013-03-25
Merge branch 'develop' into data-handles
Michael Cahill
2013-03-25
Merge branch 'develop' into data-handles
Michael Cahill
2013-02-22
Make run-time statistics optional, defaulted to "off".
Keith Bostic
2013-01-27
Add mmap support for read-only objects (a read-only object is an object
Keith Bostic
2013-01-26
In order to mmap read-only checkpoints, we need a place to store a
Keith Bostic
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-12-19
Move WT_SESSION_IMPL into session.h, WT_CONNECTION_IMPL into connection.h.
Keith Bostic
2012-12-11
Use the standard automake/autoconf structures for finding pthread_np.h,
Keith Bostic
2012-11-16
Add a "size of checkpoint" statistic.
Michael Cahill
2012-11-08
Merge branch 'develop' into shared-cache
Alex Gorrod
2012-11-05
Update cache pool to keep information in the connections cache structure
Alex Gorrod
2012-11-01
Cache the hash values used for Bloom filter lookups, rather than hashing for ...
Michael Cahill
2012-11-01
Support multiple LSM merge threads with the "lsm_merge_threads" config key. ...
Michael Cahill
2012-10-23
Add a shared cache pool implemention. Manages a single cache amongst
Alex Gorrod
2012-10-08
Add a new statistics cursor type "statistics:lsm".
Alex Gorrod
[next]