summaryrefslogtreecommitdiff
path: root/test/format
Commit message (Expand)AuthorAgeFilesLines
* WT-2439 Enhance reconciliation page layout (#3358)Keith Bostic2017-03-301-1/+1
* Revert "WT-2439 Improve page layout: keep pages more than half full (#3277)"Michael Cahill2017-03-291-1/+1
* WT-2439 Improve page layout: keep pages more than half full (#3277)Sulabh Mahajan2017-03-291-1/+1
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-247-129/+143
* WT-98 Update the current cursor value without a search (#3346)Keith Bostic2017-03-241-43/+43
* WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-242-138/+271
* WT-3213 Only error if fixed-length and long_running_txn is set.sueloverso2017-03-081-1/+1
* WT-3191 lint (#3310)Keith Bostic2017-02-215-22/+13
* WT-3100 test bug: format is weighted to delete, insert, then write operations.Keith Bostic2017-01-041-1/+1
* WT-3100 test bug: format is weighted to delete, insert, then write operations...Keith Bostic2017-01-043-26/+97
* WT-2402 Misaligned structure accesses lead to undefined behavior (#3203)Keith Bostic2016-12-161-10/+11
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-154-2/+56
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-152-22/+28
* WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill2016-11-141-1/+1
* WT-3009 Remove the eviction_dirty_target from test/format runs with less than...David Hows2016-11-071-2/+1
* WT-2904 Fix a bug where the reported checkpoint size could be many times data...Keith Bostic2016-10-241-2/+11
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-214-9/+22
* WT-2956 utility tests -h option is always overridden by the default setup (#3...Keith Bostic2016-10-101-2/+2
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-1/+1
* WT-2941 Improve test/format to use faster key-generation functions (#3073)Keith Bostic2016-10-041-6/+16
* WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-041-0/+16
* WT-2917 split wtperf's configuration into per-database and per-run parts (#3006)Keith Bostic2016-09-271-2/+4
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-163-3/+3
* WT-2911 add support for gcc6 (#3037)Keith Bostic2016-09-131-2/+4
* WT-2892 hot backup can race with block truncate (#3023)Keith Bostic2016-09-061-4/+4
* WT-2555 Make test/Format and csuite run on Windows (#3011)Mark Benvenuto2016-09-053-9/+21
* WT-2872 Ensure tests with tiny caches don't get stuck due to the dirty trigge...Michael Cahill2016-09-021-5/+6
* WT-2829 Fix missing define for BerkeleyDB (#2968)David Hows2016-08-173-7/+9
* WT-2719 add fuzz testing for WiredTiger options and reconfiguration (#2945)Keith Bostic2016-08-121-9/+3
* WT-2813 Configure eviction dirty settings explicitly for LSM in test/format (...sueloverso2016-08-081-0/+5
* WT-2774 minor cleanups/improvements (#2881)Keith Bostic2016-07-181-3/+3
* WT-2738 Remove test/format debugging code. (#2879)Alex Gorrod2016-07-151-1/+0
* WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-151-0/+1
* WT-2486 Update make check so that it runs faster (#2837)Sulabh Mahajan2016-07-011-1/+1
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-2/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-1/+1
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2790)Keith Bostic2016-06-081-7/+7
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-083-10/+5
* WT-2554 Add initial C test framework. (#2655)Alex Gorrod2016-05-232-8/+11
* WT-2632 Tolerate EBUSY when a checkpoint cursor is open. (#2734)sueloverso2016-05-191-3/+10
* WT-2628 Reconciliation can return without unlocking the page lock (#2728)Keith Bostic2016-05-161-9/+3
* WT-2615 Enabling checkpoints in test/format leads to reduced concurrency (#2720)Keith Bostic2016-05-054-14/+31
* WT-2600: clean up test program includes (#2708)Keith Bostic2016-05-024-81/+10
* WT-2574: format doesn't free all allocated configure memoryKeith Bostic2016-04-221-7/+16
* WT-2574: format doesn't free all allocated configure memoryKeith Bostic2016-04-221-17/+15
* Merge pull request #2684 from wiredtiger/wt-2574-free-dup-configMichael Cahill2016-04-221-0/+9
|\
| * Clear pointer after freeing memory.Alex Gorrod2016-04-221-1/+3
| * WT-2574 Ensure test/format doesn't leak memoryAlex Gorrod2016-04-221-0/+7
* | WT-2553 Fix implicit size_t conversion in test/format.Michael Cahill2016-04-221-1/+1
|/
* Merge pull request #2680 from wiredtiger/wt-2574-free-config-memsueloverso2016-04-211-5/+24
|\