summaryrefslogtreecommitdiff
path: root/src/meta
Commit message (Expand)AuthorAgeFilesLines
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-2/+0
* WT-2674 simplify metadata file check (#2763)Keith Bostic2016-06-011-12/+0
* WT-2627: Coverity complaints (#2727)Keith Bostic2016-05-091-10/+2
* WT-2583 Detect incremental file left in source directory (#2696)sueloverso2016-04-291-2/+8
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-282-9/+9
* WT-2584: don't use periods in error messagesKeith Bostic2016-04-231-3/+4
* WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-121-25/+20
* WT-2526: mixing and matching readonly and read/write handlesKeith Bostic2016-04-041-4/+4
* WT-2525: in-memory configurations: miscellaneous cleanupsKeith Bostic2016-04-012-0/+7
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-4/+4
* Merge branch 'develop' into wt-2330Keith Bostic2016-03-182-12/+9
|\
| * WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-3/+2
| * WT-2451 Allow eviction of WiredTiger metadata.Michael Cahill2016-03-071-9/+7
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-15/+15
|/
* WT-2420 Gather backup metadata in a single pass.Michael Cahill2016-02-231-14/+20
* WT-2395 Use allocation_size from metadata.Susan LoVerso2016-02-181-2/+5
* Merge branch 'develop' into WT-2346Michael Cahill2016-02-113-5/+34
|\
| * WT-2361: column-store starting record number errorKeith Bostic2016-02-091-2/+1
| * WT-2374 LintSusan LoVerso2016-02-081-2/+2
| * WT-2374 Enable message when overriding metadata from a backup.Michael Cahill2016-02-051-6/+3
| * WT-2374 Fix test and add warning message (turned off for now).Susan LoVerso2016-02-031-0/+6
| * WT-2374 If a backup file exists, remove/recreate metadata and turtle.Susan LoVerso2016-02-021-4/+19
| * Merge pull request #2436 from wiredtiger/WT-60Michael Cahill2016-02-011-0/+12
| |\
| | * Merge branch 'develop' into WT-60Keith Bostic2016-01-262-3/+4
| | |\
| | * \ Merge branch 'develop' into WT-60Keith Bostic2016-01-212-2/+2
| | |\ \
| | * | | WT-60: big endian supportKeith Bostic2016-01-141-0/+12
| * | | | WT-2215 Make WT_LSN simply a union. Clean up based on review.Susan LoVerso2016-01-291-1/+1
| * | | | WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.Susan LoVerso2016-01-251-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'develop' into WT-2346Michael Cahill2016-01-223-4/+5
|\ \ \ \ | |/ / /
| * | | WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-222-3/+4
| | |/ | |/|
* | | WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill2016-01-222-16/+15
|/ /
* | WT-1801: Add a directory sync after rollback of a WT_SESSION::rename operationKeith Bostic2016-01-182-2/+2
* | WT-1801: Add a directory sync after rollback of a WT_SESSION::rename operationKeith Bostic2016-01-181-1/+1
|/
* WT-2328: schema drop does direct unlink, change to a block manager interface.Keith Bostic2016-01-121-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-016-6/+6
* Nits in metadata cleanup. Add a comment and an assertion.Alex Gorrod2015-12-311-1/+10
* Review comments: when not closing an open cursor becauseKeith Bostic2015-12-301-0/+2
* Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-301-2/+1
|\
| * whitespaceKeith Bostic2015-12-201-2/+1
* | Review comment from Michael: I'd prefer a macro called WT_SESSION_META_DHANDLEKeith Bostic2015-12-101-3/+3
* | Avoid s_style, it thinks "return.*;" is a line of C that needs fixing.Keith Bostic2015-11-071-1/+1
* | Minor cleanups & restructuring, fix a typo.Keith Bostic2015-11-071-12/+18
* | Rework the metadata cursor change to transparently support openingKeith Bostic2015-11-074-34/+84
* | Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-11-072-3/+76
|\ \ | |/
| * spellingKeith Bostic2015-11-031-1/+1
| * WT-2193 Implement @agorrod's review feedback.Michael Cahill2015-11-031-1/+10
| * WT-2193 Use a separate session for flushing metadata.Michael Cahill2015-11-031-3/+53
| * Merge pull request #2257 from wiredtiger/inmemMichael Cahill2015-10-301-1/+2
| |\
| | * Don't do internal checkpoints for in-memory databases.Michael Cahill2015-10-211-1/+2
| * | WT-2170 Revert some line reordering.Michael Cahill2015-10-281-3/+2