summaryrefslogtreecommitdiff
path: root/src/meta/meta_table.c
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29439 WiredTiger turtle file "MoveFileExW: Access is denied." error. (...Keith Bostic2017-06-141-1/+3
* WT-3160 Queue empty internal pages for eviction. (#3357)Michael Cahill2017-04-141-1/+2
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3207 Don't hold clean handles during checkpoints. (#3319)Michael Cahill2017-03-101-3/+0
* WT-3084 Fix Coverity resource leak complaint. (#3205)Keith Bostic2016-12-161-2/+11
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-1/+1
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+1
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-8/+8
* WT-2801 Exclude eviction from the metadata until checkpoint is stable (#2929)Alex Gorrod2016-08-041-0/+3
* WT-2674 simplify metadata file check (#2763)Keith Bostic2016-06-011-12/+0
* WT-2525: in-memory configurations: miscellaneous cleanupsKeith Bostic2016-04-011-0/+4
* WT-2451 Allow eviction of WiredTiger metadata.Michael Cahill2016-03-071-9/+7
* Merge branch 'develop' into WT-60Keith Bostic2016-01-261-1/+1
|\
| * WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-1/+1
* | WT-60: big endian supportKeith Bostic2016-01-141-0/+12
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* 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
* 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-071-18/+74
* Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-11-071-1/+13
|\
| * WT-2170 Revert some line reordering.Michael Cahill2015-10-281-3/+2
| * WT-2170 Add a macro perfom an operation at an isolation level.Michael Cahill2015-10-281-11/+7
| * WT-2170 Reset isolation after closing the cursor.Susan LoVerso2015-10-271-4/+0
| * WT-2170 Fix error paths and reset isolation.Susan LoVerso2015-10-271-2/+6
| * WT-2170 Move commentSusan LoVerso2015-10-261-1/+6
| * WT-2170 Only have read uncommitted visible for metadata_search.Susan LoVerso2015-10-261-0/+11
* | WT-2073: review comments, rename __wt_metadata_cursor toKeith Bostic2015-10-201-9/+9
* | WT-2073: whitespaceKeith Bostic2015-10-201-2/+0
* | WT-2073: cache a metadata WT_CURSOR in the WT_SESSION, rather than aKeith Bostic2015-10-201-73/+42
* | WT-2073: "overwrite" is the default, there's no reason to specify it.Keith Bostic2015-10-191-1/+1
|/
* WT-2170 Add turtle file lock.Susan LoVerso2015-10-141-2/+5
* Boolean conversion pass over cursor.Keith Bostic2015-09-241-1/+1
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-1/+1
* WT-2093 Use the C99 bool type to clarify when functions return true/false.Michael Cahill2015-09-081-5/+5
* Test WT_BTREE handle flags before setting them so updates can't race inKeith Bostic2015-07-231-5/+13
* The metadata file has special WT_BTREE handle flags; instead of settingKeith Bostic2015-07-211-0/+11
* KNF, fix a comment.Keith Bostic2015-07-201-2/+2
* Revert "SERVER-18838 flush WT metadata during create/drop so we don't see mis...Michael Cahill2015-06-251-28/+0
* SERVER-18838 flush WT metadata during create/drop so we don't see missing fil...Michael Cahill2015-06-251-0/+28
* Restructure handle locking so it all happens at the session level, avoid enta...Michael Cahill2015-04-281-1/+6
* Merge branch 'develop' into tree-discard-backgroundMichael Cahill2015-04-271-1/+1
|\
| * Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-211-1/+1
* | Discard trees from cache in the background.Michael Cahill2015-04-161-1/+1
|/
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Switch to stashing the metadata dhandle, not the btree.Alex Gorrod2014-12-121-6/+6
* Sweep old handles more aggressively:Michael Cahill2014-12-091-4/+3
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-11-041-1/+1
|\
| * Clarify the difference between handle locking in session_dhandle.c vs conn_dh...Michael Cahill2014-11-031-1/+1