summaryrefslogtreecommitdiff
path: root/dist/s_define.list
Commit message (Expand)AuthorAgeFilesLines
* Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-1/+2
* Create a #define that initializes a static WT_CURSOR and use it.Keith Bostic2013-01-081-0/+1
* Minor cleanup, we're no longer using some of the WT_STAT_XXX #defines.Keith Bostic2012-12-061-4/+2
* Update shared_cache configuration settings and related changes.Alex Gorrod2012-11-091-0/+1
* unused #defineMichael Cahill2012-10-031-0/+1
* Add autocommit to WT_SESSION::truncate.Michael Cahill2012-09-211-0/+3
* Checkpoint handles must be closed when they are overwritten.Michael Cahill2012-07-261-0/+1
* checking for unused #defines: WT_DEBUG_BYTEMichael Cahill2012-05-291-0/+1
* update the unused #define list.Keith Bostic2012-05-151-10/+0
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-1/+0
* WT_CURSOR->close methods shouldn't return immediately if there's badKeith Bostic2012-02-011-0/+1
* update, block no longer uses TAILQs for the free list.Keith Bostic2012-01-261-0/+5
* Rework statistics cursors (issue #135).Keith Bostic2012-01-191-0/+8
* Now that there is a constant for the maximum size of a packed integer, use it.Michael Cahill2011-12-191-1/+1
* Restructure reads to not use serialized functions, reduce the number of calls...Michael Cahill2011-12-121-0/+2
* Overlapping subtrees are expected with parallel eviction. Use a spinlock to ...Michael Cahill2011-12-091-0/+1
* Suppress a warning about an unused WT_STAT macro.Michael Cahill2011-11-211-0/+1
* Rename WT_MTX to WT_CONDVARMichael Cahill2011-11-041-1/+0
* Add implementations of spinlocks based on POSIX thread mutexes and GCC intrin...Michael Cahill2011-10-061-0/+5
* Update.Keith Bostic2011-10-221-8/+12
* Incorporate Keith's feedback on read/write barriers.Michael Cahill2011-09-301-1/+0
* Add read and write barriers plus macros to make their use easier.Michael Cahill2011-09-281-0/+1
* Add an extension API with a list of functions so extensions can call into Wir...Michael Cahill2011-08-161-0/+1
* Put inserted items on skiplists so we can do efficient searches (including fo...Michael Cahill2011-07-291-0/+1
* Add some more statistics to the reconciliation code as part of reviewing howKeith Bostic2011-08-041-0/+1
* Redo Paul Vixie's bitstring.h #defines as inline functions, usingKeith Bostic2011-08-031-8/+0
* Remove the support for the fixed-length, RLE column-store format (thisKeith Bostic2011-07-211-1/+0
* Change the WT_IKEY's disk-page value-cell offset to be a key-cellKeith Bostic2011-06-021-1/+0
* Check inlined code when looking for unused macros.Michael Cahill2011-05-241-6/+3
* Remove some s_all output: remove some macros we no longer need.Michael Cahill2011-05-091-1/+4
* Rewrite RLE file format to use WT_INSERT structures instead of WT_RLE_EXPANDKeith Bostic2011-03-281-2/+0
* WT_PAGE_DISK_REF is used in btree.hKeith Bostic2011-03-081-0/+1
* Checking for unused #defines ...Michael Cahill2011-02-081-1/+0
* We're using TAILQ_LAST in the code, now.Keith Bostic2011-02-041-1/+0
* We're using TAILQ_FOREACH_REVERSE and TAILQ_INSERT_BEFORE now.Keith Bostic2011-02-031-2/+0
* Merge the build of the WiredTiger core with the API tree.Michael Cahill2011-02-011-0/+2
* Delete the entire page addr/size cache, and replace it with an in-memory tree.Keith Bostic2011-01-111-2/+2
* Remove the whole FLIST (free-list) structure support, we're no longer freeingKeith Bostic2010-07-241-1/+0
* UpdateKeith Bostic2010-07-171-1/+2
* Don't pretend to generate statistics for the {Env,Db}.{err,errx} method calls,Keith Bostic2010-04-161-4/+0
* Move "descriptor" record into a sector of its own, the first 512 bytes of theKeith Bostic2010-04-151-1/+0
* Statistics may not be initialized when {ENV,DB}.{err,errx} called, don't track.Keith Bostic2010-04-141-0/+5
* Add stat increments for DB_ERR/DB_ERRX, ENV_ERR/ENV_ERRX.Keith Bostic2010-04-071-0/+1
* Update.Keith Bostic2010-04-061-0/+1
* update.Keith Bostic2010-03-261-1/+1
* Add a script to display unused #defines.Keith Bostic2010-02-151-0/+75