summaryrefslogtreecommitdiff
path: root/src/cache
Commit message (Expand)AuthorAgeFilesLines
* WT-3292 review/cleanup full-barrier calls in WiredTiger (#3395)Keith Bostic2017-04-191-2/+3
* WT-3269 Miscellaneous cleanup (#3377)Keith Bostic2017-04-071-2/+2
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-1/+4
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-1/+1
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-4/+2
* WT-2589 Clear the cursor statistics for LAS when 'clear' is set. (#2772)sueloverso2016-06-021-0/+11
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-191-1/+3
* WT-2460 Fix a flags test in LAS code to use mask not is-set.Alex Gorrod2016-03-141-1/+1
* WT-2349 Fixes for readonly and new python test.Susan LoVerso2016-02-081-0/+2
* 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/+7
* Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-301-4/+5
|\
| * Repurpose WT_STAT_WRITE to update a single field in a single statsKeith Bostic2015-11-301-4/+5
* | Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-12-011-33/+33
|\ \ | |/
| * SERVER-21585: Don't search for the same key twice, we could get stuck at theKeith Bostic2015-11-231-2/+12
| * Remove a comment that no longer applies.Keith Bostic2015-11-231-8/+0
| * SERVER-21585 Clean up LAS based on the current count of inserted records.Michael Cahill2015-11-231-24/+22
* | WT-2073: minor cleanup, make the LAS cursor open code look like theKeith Bostic2015-10-201-4/+6
|/
* WT-2149 Track if the lookaside table is open when starting eviction workers.Michael Cahill2015-10-071-12/+12
* WT-2161: the statistics log starts before we create the lookaside table,Keith Bostic2015-10-051-3/+5
* lintKeith Bostic2015-09-301-1/+0
* Minor shuffling of functions in the lookaside table code to groupKeith Bostic2015-09-301-34/+34
* WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-301-36/+26
* Boolean conversion pass over session.Keith Bostic2015-09-241-1/+1
* WT-2093 Make types match.Alex Gorrod2015-09-111-2/+2
* WT-2093 Use the C99 bool type to clarify when functions return true/false.Michael Cahill2015-09-081-1/+1
* If the lookaside table is empty, sweep could return without closing itsKeith Bostic2015-09-021-6/+4
* Switch the order of the transaction ID and the counter in the lookasideKeith Bostic2015-08-281-1/+1
* Rework reconciliation statistics, moving the lookaside table andKeith Bostic2015-08-271-6/+4
* Fix a comment.Keith Bostic2015-08-271-1/+1
* Turn off caching of lookaside table pages, there's no reason to believeKeith Bostic2015-08-271-14/+19
* Rename WT_BTREE_LAS_FILE to be WT_BTREE_LOOKASIDE.Keith Bostic2015-08-271-2/+2
* Update a comment.Keith Bostic2015-08-271-2/+2
* Don't assume a raw cursor implies an in-data copy of the cursor's value.Keith Bostic2015-08-261-1/+5
* Specify a key-format to simplify creating lookaside table records.Keith Bostic2015-08-261-53/+39
* Rename WT_LASFILE_URI to WT_LAS_URI, get rid of "file".Keith Bostic2015-08-261-3/+3
* Consistently use "lookaside table", rather than "lookaside file".Keith Bostic2015-08-261-13/+13
* Use WT_UNCHECKED_STRING to avoid adding random strings to the spellKeith Bostic2015-08-261-2/+2
* Remove "cursor" from the lookaside table statistics' names.Keith Bostic2015-08-261-3/+3
* Don't make the lookaside table statistics their own category, incorporateKeith Bostic2015-08-261-3/+3
* Move the lookaside file code from conn/conn_las.c to cache/cache_las.c.Keith Bostic2015-08-261-0/+400