summaryrefslogtreecommitdiff
path: root/src/config/config_def.c
Commit message (Expand)AuthorAgeFilesLines
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-6/+12
* WT-2932 Add a configuration option allowing tables to ignore cache limits (#3...Alex Gorrod2016-10-071-23/+38
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+1
* WT-2902 Track per-tree the efficiency of eviction walks. (#3036)Michael Cahill2016-09-141-5/+5
* WT-2903 Change the eviction_scrub_target default to 15% (#3032)Michael Cahill2016-09-121-5/+5
* WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-091-14/+34
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-251-10/+10
* WT-2678 The metadata should not imply that an empty value is true (#2969)Keith Bostic2016-08-221-116/+124
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-18/+18
* WT-2781 Don't take checkpoint lock if checkpoint_wait=0 for bulk cursor open ...Sulabh Mahajan2016-07-261-3/+4
* WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-151-65/+62
* WT-2711 Change statistics log configuration options (#2834)Keith Bostic2016-07-081-34/+47
* WT-2671 dump more information about the file layout in verify debug mode (#2755)Keith Bostic2016-06-091-3/+3
* WT-2514 Fix logging to not use an empty path name. (#2789)sueloverso2016-06-081-20/+21
* WT-2646 Add checkpoint_wait configuration option to drop (#2736)David Hows2016-05-241-2/+3
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-2/+7
* Merge branch 'develop' into wt-2360-join-disjunctionDon Anderson2016-04-141-15/+15
|\
| * WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-15/+15
* | WT-2360 A large set of changes to implement disjunctive and nested joins.Don Anderson2016-04-141-2/+5
|/
* Merge branch 'wt-2381' into wt-2381-lsm-metadataMichael Cahill2016-03-101-10/+11
|\
| * WT-2428 Add a "json" mode to statistics logging.Michael Cahill2016-02-251-10/+11
* | WT-2381 Rewrite LSM metadata to fix dump / load.Michael Cahill2016-03-031-0/+147
|/
* WT-2349 Make readonly option not supported in reconfigure.Susan LoVerso2016-02-181-3/+2
* WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-10/+15
* WT-2333 Add a "no_wait" mode to WT_SESSION::drop.Michael Cahill2016-01-211-2/+3
* WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-15/+19
* WT-2262 Split btree walk into separate walk functions.Alex Gorrod2015-12-141-1/+1
* Change the parameter to be called "sample_size" and to be a count of theKeith Bostic2015-12-121-4/+2
* WT-2262: Add the new next_random_sample_percent configuration thatKeith Bostic2015-12-111-3/+7
* Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-171-6/+9
|\
| * WT-2212 Add a "use_environment" config to "wiredtiger_open"Michael Cahill2015-11-121-6/+9
* | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-101-8/+21
|\ \ | |/
| * WT-2200 Edit wording of direct_io docs, don't allow write_through on read-onl...Michael Cahill2015-11-061-4/+4
| * WT-2200 Change WiredTiger caching strategy on WindowsMark Benvenuto2015-11-051-8/+21
* | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-041-6/+8
|\ \ | |/
| * Fix "in_memory" configuration -- respect WIREDTIGER_CONFIG.Michael Cahill2015-10-211-3/+4
| * Disable new in_memory configuration as defaultAlex Gorrod2015-10-201-1/+1
| * Add support for an undocumented "in_memory" mode to wiredtiger_open.Michael Cahill2015-10-201-3/+4
* | WT-1315. Added support for join cursors:Don Anderson2015-11-031-0/+18
|/
* WT-2151 Add logging reconfiguration support and testing.Susan LoVerso2015-09-301-19/+24
* WT-2151 Add zero_fill config to manually zero out log files.Susan LoVerso2015-09-291-33/+36
* WT-2104 Write up commit and log_flush options.Susan LoVerso2015-09-161-1/+1
* WT-2104 Change naming of config for log_flush.Susan LoVerso2015-09-161-2/+2
* WT-2104 Set 'sync' as the default. Unused var.Susan LoVerso2015-09-151-1/+1
* WT-2104 New log_flush API to control the flushing or syncing of the log.Susan LoVerso2015-09-151-0/+11
* WT-2065 Add a quota to shared cache configuration.Alex Gorrod2015-08-271-19/+20
* Make 0 a valid value within close_idle_timeDavid Hows2015-07-071-1/+1
* WT-1728 WT_SESSION.resetDavid Hows2015-06-221-0/+4
* Add the "strict" configuration option to WT_SESSION.verify, defaultKeith Bostic2015-06-061-2/+3
* Merge pull request #2012 from wiredtiger/stat-sizeKeith Bostic2015-06-051-1/+1
|\