summaryrefslogtreecommitdiff
path: root/src/conn
Commit message (Expand)AuthorAgeFilesLines
* WT-2299: clean up a couple of places where upper-level WiredTiger code isKeith Bostic2015-12-201-1/+3
* Rename "get_pagesize" to "get_vm_pagesize", WiredTiger has too manyKeith Bostic2015-12-191-1/+1
* WT-2281: Dynamically query OS for VM page sizeMark Benvenuto2015-12-141-0/+3
* Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-184-5/+5
|\
| * Merge branch 'develop' into wt-2220-wt_timediffKeith Bostic2015-11-172-14/+12
| |\
| | * WhitespaceSusan LoVerso2015-11-171-2/+2
| * | WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-173-3/+3
* | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-173-24/+31
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into wt-2178-formatAlex Gorrod2015-11-171-6/+7
| |\ \ | | |/
| | * WT-2220 time_t cleanup - fix logic error.Alex Gorrod2015-11-171-1/+1
| | * Convert the sweep configuration values from u_int to uint64_t:Keith Bostic2015-11-161-5/+5
| | * WT-2220: call difftime() directly, let the compiler deal with castingKeith Bostic2015-11-161-1/+1
| | * WT-2220: don't assume time_t's are integers that support arithmeticKeith Bostic2015-11-161-3/+4
| * | Avoid s_style's paired typo check.Keith Bostic2015-11-161-1/+1
| * | WT-2219: A non-zero idle time is incompatible with in-memory, and theKeith Bostic2015-11-161-12/+10
| * | WT-2219 Revert a change to not sweep when in-memory is configured.Alex Gorrod2015-11-163-23/+14
| * | Merge branch 'develop' into wt-2178-formatAlex Gorrod2015-11-162-7/+25
| |\ \ | | |/
| | * Merge branch 'develop' into wt-2199Alex Gorrod2015-11-121-3/+9
| | |\
| | | * WT-2212 Add a "use_environment" config to "wiredtiger_open"Michael Cahill2015-11-121-3/+9
| | * | WT-2199 Don't set FLUSH for fsync.Susan LoVerso2015-11-111-1/+1
| | * | WT-2199 Fix transaction sync inconsistency.Susan LoVerso2015-11-111-5/+7
| | |/
| * | WT-2178: the sweep server is configured by default, turn it off in theKeith Bostic2015-11-043-14/+23
* | | WT-1315. Support statistics on join cursors.Don Anderson2015-11-171-7/+10
| |/ |/|
* | WT-2200 Parse out the write_through configuration option.Alex Gorrod2015-11-061-0/+10
|/
* WT-2193 Use a separate session for flushing metadata.Michael Cahill2015-11-031-0/+6
* Merge pull request #2257 from wiredtiger/inmemMichael Cahill2015-10-306-12/+58
|\
| * WT-2178 review feedback:Alex Gorrod2015-10-294-51/+37
| * Coding standard complianceAlex Gorrod2015-10-221-1/+1
| * WT-2178 When running in memory return an error if an operation wouldAlex Gorrod2015-10-221-0/+2
| * Don't do internal checkpoints for in-memory databases.Michael Cahill2015-10-211-3/+4
| * Fix "in_memory" configuration -- respect WIREDTIGER_CONFIG.Michael Cahill2015-10-211-3/+11
| * Add configuration option checking for new in_memory configurationAlex Gorrod2015-10-201-0/+45
| * Add support for an undocumented "in_memory" mode to wiredtiger_open.Michael Cahill2015-10-201-3/+7
* | WT-2184 s_string fixes.Susan LoVerso2015-10-291-1/+1
* | WT-2184 Change log_scan to look for holes or zero'ed end of file insteadSusan LoVerso2015-10-291-1/+8
|/
* WT-2170 Add turtle file lock.Susan LoVerso2015-10-141-0/+2
* WT-2149 Track if the lookaside table is open when starting eviction workers.Michael Cahill2015-10-071-3/+12
* Merge pull request #2239 from wiredtiger/remove-flag-cas-atomicMichael Cahill2015-10-071-9/+8
|\
| * WT-2155 Remove last use of F_CAS_ATOMIC and the associated macro.Alex Gorrod2015-10-011-9/+8
* | WT-2163 Remove unneeded arg.Susan LoVerso2015-10-061-1/+1
* | Merge pull request #2234 from wiredtiger/wt-2149Alex Gorrod2015-10-028-40/+51
|\ \
| * | WT-2149 Remove files from the dummy session during connection close so the lo...Michael Cahill2015-10-011-5/+9
| * | WT-2149 Fix the order of creation of the lookaside table. The lookaside tabl...Michael Cahill2015-10-012-15/+15
| * | WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-307-23/+30
* | | WT-2151 Reset pre-alloc files to 1, it didn't affect performance.Susan LoVerso2015-10-011-1/+1
* | | Merge branch 'develop' into log-zeroMichael Cahill2015-10-011-13/+6
|\ \ \ | | |/ | |/|
| * | WT-2153 Fix bug. Now we always need to start the log_server thread.Susan LoVerso2015-09-301-8/+1
| |/
* | WT-2151 Add logging reconfiguration support and testing.Susan LoVerso2015-09-302-17/+60
* | WT-2151 Alphabetize config processing.Susan LoVerso2015-09-291-4/+4
* | WT-2151 Add zero_fill config to manually zero out log files.Susan LoVerso2015-09-291-1/+5
|/