summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
Commit message (Expand)AuthorAgeFilesLines
* WT-2333 Update "lock_fail" warning for clarity.Michael Cahill2016-01-221-2/+3
* WT-2333 Update auto-generated files.Michael Cahill2016-01-211-1/+1
* WT-2333 Add a "no_wait" mode to WT_SESSION::drop.Michael Cahill2016-01-211-0/+2
* WT-2287: WT_SESSION.rebalance support.Keith Bostic2016-01-191-3/+2
* Don't document WT_SESSION.rebalance.Keith Bostic2016-01-021-1/+2
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
|\
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-13/+14
|\ \ | |/
| * Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-301-16/+24
| |\
| * \ Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-011-172/+261
| |\ \
| * \ \ Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-11-141-10/+24
| |\ \ \
| * | | | Rework the metadata cursor change to transparently support openingKeith Bostic2015-11-071-12/+14
* | | | | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-6/+20
| |_|_|/ |/| | |
* | | | WT-2262 Split btree walk into separate walk functions.Alex Gorrod2015-12-141-2/+2
* | | | Change the parameter to be called "sample_size" and to be a count of theKeith Bostic2015-12-121-8/+10
* | | | WT-2262: Add the new next_random_sample_percent configuration thatKeith Bostic2015-12-111-16/+22
| |_|/ |/| |
* | | Merge branch 'develop' into wt-2222-snapshot-statsAlex Gorrod2015-11-191-115/+194
|\ \ \
| * \ \ Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-191-107/+117
| |\ \ \
| | * | | WT-2218 Add fast-path delete stat.Susan LoVerso2015-11-181-31/+35
| | * | | Merge branch 'develop' into trunc-statsSusan LoVerso2015-11-181-166/+170
| | |\ \ \
| | * | | | WT-2218 Add connection level stat for number of deleted pages.Susan LoVerso2015-11-171-23/+25
| | * | | | WT-2218 Add truncate statsSusan LoVerso2015-11-161-107/+111
| | | |_|/ | | |/| |
| * | | | Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-181-163/+167
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-171-3/+6
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | WT-1315. Support statistics on join cursors.Don Anderson2015-11-171-0/+13
| * | | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-101-7/+18
| |\ \ \ \
| * | | | | WT-1315. Sorted s_string.ok, fixed s_style error.Don Anderson2015-11-041-1/+1
| * | | | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-041-0/+9
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | WT-1315. Added support for join cursors:Don Anderson2015-11-031-5/+61
* | | | | | WT-2222 Add statistics for named snapshots.Alex Gorrod2015-11-181-3/+10
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'develop' into wt-2182-split-up-the-tree-2Keith Bostic2015-11-131-3/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | WT-2212 Add a "use_environment" config to "wiredtiger_open"Michael Cahill2015-11-121-3/+6
| | |_|/ | |/| |
* | | | Merge branch 'develop' into wt-2182-split-up-the-tree-2Keith Bostic2015-11-091-7/+18
|\ \ \ \ | |/ / /
| * | | Update auto-generated files.Michael Cahill2015-11-061-4/+4
| * | | WT-2200 Edit wording of direct_io docs, don't allow write_through on read-onl...Michael Cahill2015-11-061-17/+15
| * | | WT-2200 Change WiredTiger caching strategy on WindowsMark Benvenuto2015-11-051-4/+17
| | |/ | |/|
* | | Merge branch 'develop' into wt-2182-split-up-the-tree-2Keith Bostic2015-10-301-0/+9
|\ \ \ | |/ /
| * | Make new in-memory only error return undocumented.Alex Gorrod2015-10-301-0/+2
| * | Coding standard complianceAlex Gorrod2015-10-221-4/+4
| * | WT-2178 When running in memory return an error if an operation wouldAlex Gorrod2015-10-221-0/+7
| |/
* | WT-2182: when internal pages grow large enough, split them into their parentsKeith Bostic2015-10-291-163/+167
|/
* WT-2151 Add logging reconfiguration support and testing.Susan LoVerso2015-09-301-0/+27
* WT-2151 Add zero-fill stat. Check correct flags field.Susan LoVerso2015-09-291-42/+44
* WT-2151 Add zero_fill config to manually zero out log files.Susan LoVerso2015-09-291-0/+2
* WT-2088 Add a prealloc_missed stat. Fix review comments.Susan LoVerso2015-09-241-59/+61
* WT-2104 Write up commit and log_flush options.Susan LoVerso2015-09-161-4/+8
* WT-2104 Change naming of config for log_flush.Susan LoVerso2015-09-161-3/+7
* WT-2104 Set 'sync' as the default. Unused var.Susan LoVerso2015-09-151-1/+1
* WT-2104 Use 'operations' instead of 'calls' for consistency.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-62/+78