summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* WT-1982 Fix a window where reconciliation could go back in transaction time.Alex Gorrod2015-07-023-18/+22
* SERVER-18838 During drops, don't remove files until the metadata is durable.Alex Gorrod2015-06-291-0/+1
* SERVER-18875 Don't keep deleted pages during a checkpoint. Sync transaction ...Michael Cahill2015-06-293-12/+51
* Cherry pick naming fixups.Michael Cahill2015-06-291-4/+4
* WT-1907 Add a "soft update" of the oldest ID from application threads in case...Michael Cahill2015-06-291-1/+1
* WT-1907 Improve performance of transaction refreshMichael Cahill2015-06-293-14/+11
* WT-1969 allow the root page to deepen regardless of how pages split.Keith Bostic2015-06-291-4/+3
* SERVER-18829 Have pages start in the middle of the LRU queue for eviction.Alex Gorrod2015-06-292-3/+18
* SERVER-17078 Move the statistics=(size) support into the block manager.Michael Cahill2015-06-291-0/+1
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-293-2/+8
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-292-2/+5
* Fixes for cherry-pick merge failures.Michael Cahill2015-05-292-40/+2
* Merge pull request #1995 from wiredtiger/skip-checkpointMichael Cahill2015-05-292-2/+4
* Merge pull request #2000 from wiredtiger/auto-txn-logsyncMichael Cahill2015-05-291-0/+38
* Fixes for macro name changes after cherry picking.Michael Cahill2015-05-251-1/+1
* Always clear the cursor's page reference after releasing the page,Keith Bostic2015-05-251-5/+9
* Merge pull request #1986 from wiredtiger/txn-oldest-idAlex Gorrod2015-05-251-7/+22
* Merge pull request #1981 from wiredtiger/page-release-cleanupMichael Cahill2015-05-251-7/+7
* Merge pull request #1979 from wiredtiger/log-slot-volatileAlex Gorrod2015-05-251-1/+4
* Merge pull request #1946 from wiredtiger/checkpoint-rewriteAlex Gorrod2015-05-251-1/+3
* Merge pull request #1931 from wiredtiger/avoid-obsolete-checksAlex Gorrod2015-05-253-10/+16
* Merge pull request #1894 from wiredtiger/tree-discard-backgroundMichael Cahill2015-04-272-9/+10
* Rename WT_BTREE_NO_HAZARD to be WT_BTREE_IN_MEMORY, to better reflectKeith Bostic2015-04-271-2/+2
* Fixes after cherry-picking.Michael Cahill2015-04-252-2/+3
* Fix a deadlock related to LSM. There are cases where closing a file withAlex Gorrod2015-04-251-0/+1
* Fix a deadlock in LSM with schema operations.Alex Gorrod2015-04-251-0/+10
* Allow forced eviction of pages already queued for evictiondaveh862015-04-251-4/+0
* When using ftruncate as the file-extension call, we must use WT_FH.sizeKeith Bostic2015-04-251-1/+0
* The OS layer ftruncate() code sets the WT_FH file size, so whenKeith Bostic2015-04-251-0/+2
* Update file_manager=(close_idle_time=,close_scan_interval=) max values.Alex Gorrod2015-04-251-4/+4
* Rename file_manager.open_handles to file_manager.close_handle_minimum,Keith Bostic2015-04-251-8/+9
* Don't sweep unless there's a reason we need to close file handles.Keith Bostic2015-04-252-0/+6
* Modify log_scan callback args to send in next LSN. #1837Susan LoVerso2015-04-251-1/+1
* Set checkpoint LSN to existing log record. #1700Susan LoVerso2015-04-251-1/+2
* Fix missing fsync function on Windows.Alex Gorrod2015-03-261-0/+3
* Merge pull request #1826 from wiredtiger/packing-size-checksAlex Gorrod2015-03-261-0/+30
|\
| * Add explicit size checks to public pack/unpack code: if all bytes are consume...Michael Cahill2015-03-261-0/+30
* | meta_track.c:191: warning: declaration of 'sync' shadows a global declarationMichael Cahill2015-03-261-1/+1
* | Merge branch 'develop' into checkpoint-closing-filesMichael Cahill2015-03-2612-145/+208
|\ \
| * | Fix name of function in commentMark Benvenuto2015-03-251-1/+1
| * | Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-253-5/+29
| |/
| * Move the file-handle types/defines from misc.h to os.h.Keith Bostic2015-03-245-37/+37
| * Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-242-5/+16
| * Merge branch 'develop' into file-flagsSusan LoVerso2015-03-244-119/+140
| |\
| | * Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod2015-03-244-119/+140
| * | Add flags to wt_fopen/fclose. #1785Susan LoVerso2015-03-231-1/+8
| |/
* | When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-262-1/+2
* | Change the sweep server to only operate on clean files. Track the maximum tr...Michael Cahill2015-03-243-4/+5
|/
* Merge branch 'develop' into base-config-crashKeith Bostic2015-03-223-35/+28
|\
| * Merge pull request #1796 from wiredtiger/clear-handle-on-closeAlex Gorrod2015-03-231-1/+1
| |\