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