summaryrefslogtreecommitdiff
path: root/dist/api_data.py
Commit message (Expand)AuthorAgeFilesLines
* Change file_extend syntax from file_extend=(type=[data,log],size=XXX)Keith Bostic2013-05-141-12/+5
* Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-111-0/+13
* Shorten long lines to 80 column max.Keith Bostic2013-05-111-7/+7
* Add more warnings about direct I/O, put them all in one place.Keith Bostic2013-05-111-8/+3
* Increase the Linux default buffer alignment to 4KB, there are known casesKeith Bostic2013-05-111-3/+2
* Simplify quoting in config string examples, now that quotes are not reqired f...Michael Cahill2013-05-081-3/+2
* Document that direct_io=[data] (O_DIRECT for data files) implies that youKeith Bostic2013-05-061-2/+9
* document that configuring statistics_log implies configuring statistics.Keith Bostic2013-05-031-3/+3
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-241-6/+12
|\
| * Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill2013-04-191-8/+8
| * Add an extension "unload" entry point, configured with "unload" and withKeith Bostic2013-04-181-3/+7
| * Change WT_CONFIG_ARG to WT_CONFIG_INFO.Keith Bostic2013-04-181-1/+1
| * Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-1/+1
| * Change the extension entry point signature to take a (void *config)Keith Bostic2013-04-171-1/+1
| * Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-1/+3
| * WT_NOTFOUND is used more generally than just cursor operations (forKeith Bostic2013-04-101-5/+5
* | Make LSM throttling configurable (default on). This was mostly imported from...Michael Cahill2013-04-191-0/+3
* | Merge branch 'develop' into lsm-ckpt-experimentsAlex Gorrod2013-04-091-1/+1
|\ \ | |/
| * Add a test case for statistics logging.Alex Gorrod2013-04-031-1/+1
* | Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-03-261-3/+6
|\ \ | |/
| * Support logging the statistics of a type of object based on a partialKeith Bostic2013-03-251-3/+6
* | Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-03-251-0/+6
|\ \ | |/
| * Replace statistics_log.objects with statistics_log.sources, no other change.Keith Bostic2013-03-211-5/+6
| * Optionally dump statistics for a list of objects as part of statisticsKeith Bostic2013-03-201-0/+5
* | Change LSM drops in the background to avoid blocking application threads.Michael Cahill2013-03-211-0/+3
|/
* Improve docs for 'type' and 'source' config keys to WT_SESSION::create.Michael Cahill2013-03-131-5/+10
* Remove LSM configuration from file metadata.Michael Cahill2013-03-111-2/+2
* Change os_write_schedule to be os_cache_dirty_max, changing a booleanKeith Bostic2013-03-061-6/+9
* Re-work posix_fadvise, sync_file_range buffer cache changes.Keith Bostic2013-03-061-0/+8
* Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-041-5/+0
* Fix a fat-fingered change: we always need to release our snapshot when the la...Michael Cahill2013-03-011-1/+1
* Add a "maximum filesystem buffer cache" setting to files. After doing the sp...Michael Cahill2013-02-281-0/+5
* Change it so that statistics_log configures statistics as well.Keith Bostic2013-02-251-6/+6
* Merge branch 'develop' into statisticsKeith Bostic2013-02-251-0/+10
|\
| * Create a thread to do automatic checkpoints.Keith Bostic2013-02-231-0/+10
* | Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-2/+6
|/
* Michael's suggestion to use a statistics_log.wait value of not-zero toKeith Bostic2013-02-211-6/+4
* I can't use "wtsl" as the stat file name, it's not in our name space;Keith Bostic2013-02-201-1/+1
* Add a new server thread that can be configured to periodically outputKeith Bostic2013-02-201-3/+26
* Fix shared cache so that reserve size is always initialized properly.Alex Gorrod2013-02-161-2/+2
* Hook the bulk-load page into the ref manualKeith Bostic2013-02-141-12/+13
* Remove support for the no-cache configuration, revert back to maintainingKeith Bostic2013-02-061-4/+0
* Clarify that {internal,leaf}_item_max aren't hard limits, anything largerKeith Bostic2013-02-011-6/+10
* Add mmap support for read-only objects (a read-only object is an objectKeith Bostic2013-01-271-0/+3
* Check the 'bulk' configuration value for invalid strings.Michael Cahill2013-01-171-2/+1
* Add shared cache option validation to reconfigure.Alex Gorrod2013-01-171-1/+1
* "bulk" should document row-store objects must be loaded in sorted order.Keith Bostic2013-01-161-12/+14
* Alter the shared cache min configuration to be called reserved.Alex Gorrod2013-01-151-7/+4
* Add the ability to specify a per-connection base size to participants inAlex Gorrod2013-01-141-2/+6
* Increase the maximum in-memory size if large leaf pages are configured.Michael Cahill2013-01-101-3/+5