summaryrefslogtreecommitdiff
path: root/src/include/extern.h
Commit message (Expand)AuthorAgeFilesLines
* WT-2126: page split lockingMichael Cahill2015-09-291-1/+1
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-33/+33
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-291-14/+14
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-42/+42
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-281-4/+4
* WT-2104 Backport a form of log_flush to 3.0.Susan LoVerso2015-09-161-0/+1
* Merge pull request #2088 from wiredtiger/rand-strict-aliasDavid Hows2015-08-041-2/+2
* Merge pull request #2069 from wiredtiger/rewrite-err-use-after-freeAlex Gorrod2015-08-041-1/+1
* WT-2007 Statically allocate log slot buffers to a maximum size.sueloverso2015-08-031-1/+0
* Merge pull request #2070 from wiredtiger/verify-no-panicKeith Bostic2015-07-241-3/+3
* WT-1922 Add support for bulk load in LSM trees. Also referencesAlex Gorrod2015-07-031-0/+4
* 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-291-1/+1
* 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-291-1/+1
* 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-291-1/+1
* Merge pull request #1995 from wiredtiger/skip-checkpointMichael Cahill2015-05-291-0/+1
* Merge pull request #1931 from wiredtiger/avoid-obsolete-checksAlex Gorrod2015-05-251-1/+1
* Merge pull request #1894 from wiredtiger/tree-discard-backgroundMichael Cahill2015-04-271-3/+3
* Fix a deadlock related to LSM. There are cases where closing a file withAlex Gorrod2015-04-251-0/+1
* 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
* Modify log_scan callback args to send in next LSN. #1837Susan LoVerso2015-04-251-1/+1
* 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-261-6/+6
|\
| * 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-251-4/+4
| * Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-241-2/+2
* | When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-261-1/+1
* | Change the sweep server to only operate on clean files. Track the maximum tr...Michael Cahill2015-03-241-2/+2
|/
* Merge branch 'develop' into base-config-crashKeith Bostic2015-03-221-1/+6
|\
| * Merge pull request #1796 from wiredtiger/clear-handle-on-closeAlex Gorrod2015-03-231-1/+1
| |\
| | * Pass __wt_close() a reference to the WT_FH memory, that way it getsKeith Bostic2015-03-211-1/+1
| * | The log and btree code to verify/validate a compressor is the sameKeith Bostic2015-03-201-1/+2
| * | Add a test for invalid extractorsKeith Bostic2015-03-201-0/+1
| * | Add tests for illegal block compressors.Keith Bostic2015-03-201-0/+1
| * | Add tests for illegal key/value format configurations.Keith Bostic2015-03-201-0/+1
| * | Add configuration-time checks for invalid collators.Keith Bostic2015-03-201-0/+1
| |/
* | Separate out the code to flush a file handle and rename the file intoKeith Bostic2015-03-211-0/+2
* | Convert the rest of the __wt_exist/__wt_remove pairs into single callsKeith Bostic2015-03-211-0/+1
* | If the underlying FILE was opened for writing, flush and fsynd itKeith Bostic2015-03-201-1/+1
* | Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-201-2/+5
* | Windows wants FILE handles in binary mode, add a mode argument toKeith Bostic2015-03-201-1/+1
* | Split the FILE functions out to os_posix/os_stdio.c, we're going to needKeith Bostic2015-03-201-2/+2
* | Merge branch 'develop' into base-config-crashKeith Bostic2015-03-201-1/+2
|\ \ | |/
| * Merge pull request #1757 from wiredtiger/page-alloc-accountingAlex Gorrod2015-03-201-1/+1
| |\
| | * Lint.Keith Bostic2015-03-141-1/+1
| | * Pass a allocated memory size to __wt_page_inmem().Keith Bostic2015-03-141-1/+1
| | * Update memory allocation accounting for new pages and realloc.Alex Gorrod2015-03-131-1/+1