summaryrefslogtreecommitdiff
path: root/src/meta
AgeCommit message (Expand)Author
2016-07-14WT-2725 Enforce visibility constraints before evicting a page. (#2875)Alex Gorrod
2016-01-12Don't open the metadata for the internal checkpoint session.Alex Gorrod
2016-01-12The parameters to open_internal_session have changed, update the code.Alex Gorrod
2016-01-11Merge pull request #2282 from wiredtiger/WT-2193Alex Gorrod
2015-09-29WT-2112 Use bool in more placesMichael Cahill
2015-09-29Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill
2015-09-28WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill
2015-08-04Merge pull request #2077 from wiredtiger/checkpoint-file-fixesMichael Cahill
2015-08-04Merge pull request #2066 from wiredtiger/meta-track-postcommitAlex Gorrod
2015-06-29SERVER-18838 During drops, don't remove files until the metadata is durable.Alex Gorrod
2015-04-27Merge pull request #1894 from wiredtiger/tree-discard-backgroundMichael Cahill
2015-04-25Fix a deadlock related to LSM. There are cases where closing a file withAlex Gorrod
2015-03-26meta_track.c:191: warning: declaration of 'sync' shadows a global declarationMichael Cahill
2015-03-26Merge branch 'develop' into checkpoint-closing-filesMichael Cahill
2015-03-26When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill
2015-03-25Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto
2015-03-24Add a single set of fhandle flags for open and close. #1785Susan LoVerso
2015-03-23Add flags to wt_fopen/fclose. #1785Susan LoVerso
2015-03-22Merge branch 'develop' into base-config-crashKeith Bostic
2015-03-21Separate out the code to flush a file handle and rename the file intoKeith Bostic
2015-03-21Convert the rest of the __wt_exist/__wt_remove pairs into single callsKeith Bostic
2015-03-21Pass __wt_close() a reference to the WT_FH memory, that way it getsKeith Bostic
2015-03-21The typical turtle file is bigger than 1000B, boost the requestedKeith Bostic
2015-03-20If the underlying FILE was opened for writing, flush and fsynd itKeith Bostic
2015-03-20Push the rest of the FILE handle functions down into the OS-specificKeith Bostic
2015-02-24Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill
2015-02-11CID 44243: At condition fp != NULL, the value of fp cannot be NULL.Keith Bostic
2015-02-11CID 44242: At condition fp != NULL, the value of fp cannot be NULL.Keith Bostic
2015-01-05Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill
2015-01-04Copyright notices: add MongoDB, update to 2015.Keith Bostic
2014-12-12Switch to stashing the metadata dhandle, not the btree.Alex Gorrod
2014-12-09Sweep old handles more aggressively:Michael Cahill
2014-12-02Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso
2014-11-22Track data handles rather than btree handles. This shouldn't be a real chang...Michael Cahill
2014-11-19Merge pull request #1389 from wiredtiger/turtle-fsyncMichael Cahill
2014-11-18Add fsync to the turtle file and the to the directory when renaming it into p...Michael Cahill
2014-11-14Add restriction and error checking for having run recovery. UpdateSusan LoVerso
2014-11-13Changes to allow recovery to be run between incremental backups. #1183Susan LoVerso
2014-11-04Merge branch 'develop' into custom-extractorsMichael Cahill
2014-11-03Clarify the difference between handle locking in session_dhandle.c vs conn_dh...Michael Cahill
2014-10-22Merge branch 'develop' into custom-extractorsMichael Cahill
2014-10-21If the metadata is updated, that update should ignore the running transaction...Michael Cahill
2014-10-16Don't use const for strings returned in allocated memory.Michael Cahill
2014-07-09Don't checkpoint the metadata on every schema operation if we are logging.Michael Cahill
2014-05-23Change WT_METADATA_URI to "metadata:".Michael Cahill
2014-05-13Don't roll forward the metadata when opening a hot backup: the version restor...Michael Cahill
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-05-02concatenate format strings so spell doesn't get upset.Keith Bostic
2014-05-02concatenate format strings so spell doesn't get upsetKeith Bostic
2014-05-02Add a verbose 'metadata' flag, that outputs WiredTiger metadata info.Alex Gorrod