summaryrefslogtreecommitdiff
path: root/dist/s_string.ok
Commit message (Collapse)AuthorAgeFilesLines
* updateKeith Bostic2014-07-021-0/+1
|
* Convert row-store fast on-page key processing from per-page to per key.Keith Bostic2014-06-301-0/+2
| | | | Reference #1030, #1038.
* updateKeith Bostic2014-06-041-0/+1
|
* whitespace, spellingMichael Cahill2014-06-031-0/+1
|
* spell, KNF.Keith Bostic2014-05-231-0/+1
|
* Merge branch 'develop' into json-dumpSusan LoVerso2014-05-211-0/+2
|\
| * Update.Keith Bostic2014-05-201-0/+2
| |
* | Wrap json cursors as a type of dump cursor.Susan LoVerso2014-05-211-0/+3
|/
* Run the "standard" extensions through the style checks, mostly add aKeith Bostic2014-05-101-0/+4
| | | | | | | bunch of function header comments. Change the compression source files to all have roughly identical patterns.
* Scan include files for style problems. Fix the ones found right away.Michael Cahill2014-05-081-0/+1
|
* more spelling: my dictionary is missing "reconfiguring"Michael Cahill2014-05-081-0/+1
|
* Merge pull request #998 from wiredtiger/lsm-logging-fixesAlex Gorrod2014-05-081-0/+1
|\ | | | | LSM logging fixes
| * spellingMichael Cahill2014-05-071-0/+1
| |
* | make spell happyKeith Bostic2014-05-071-0/+1
|/
* Merge branch 'develop' into metadata-cursorsAlex Gorrod2014-05-061-0/+12
|\
| * Merge branch 'develop' into asyncSusan LoVerso2014-04-291-0/+4
| |\
| | * Log transactional operations immediately, so that the only pointers kept are ↵Michael Cahill2014-04-281-0/+1
| | | | | | | | | | | | to WT_UPDATEs. Split out `__wt_txn_modify` into two parts: the first creates an WT_TXN_OP structure (for rollback), the writes a log record into the in-memory log buffer.
| * | Comments and minor cleanup.Susan LoVerso2014-04-101-0/+1
| | |
| * | Merge branch 'develop' into asyncMichael Cahill2014-04-071-0/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/include/extern.h src/include/wiredtiger.in
| * | | Fix some s_string warnings.Susan LoVerso2014-04-031-0/+3
| | | |
| * | | Clean up pass for s_all.Susan LoVerso2014-03-261-0/+7
| | | |
* | | | Merge branch 'develop' into metadata-cursorsMichael Cahill2014-04-231-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Support zero-length data items in LSM, reference #540.Keith Bostic2014-04-201-0/+1
| | | |
| * | | whitespace, spellingMichael Cahill2014-04-171-0/+2
| | |/ | |/|
* | | Merge branch 'develop' into metadata-cursorsMichael Cahill2014-04-071-0/+12
|\ \ \ | |/ / | | | | | | | | | Conflicts: dist/s_string.ok
| * | spellingMichael Cahill2014-04-051-0/+2
| | |
| * | updateKeith Bostic2014-03-061-0/+1
| | |
| * | updateKeith Bostic2014-03-041-0/+1
| | |
| * | Support eviction of pages that include unresolved changes.Keith Bostic2014-03-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split the page being evicted into two groups of blocks: blocks without changes that cannot be written (cold blocks), and blocks with unresolved changes that cannot be written (hot blocks). Cold blocks are written by reconciliation as usual, and the resulting block address copied into the WT_PAGE.modify structure for eviction's use. Hot blocks: the disk image for each hot block is copied into the WT_PAGE.modify structure, along with a list of WT_UPDATE structures, one for each unresolved change that prevented the page from being written. Eviction then uses the disk image to create a new in-memory page, and the list of WT_UPDATE structures to re-create the list of unresolved changes on that page. Both cold and hot blocks are then moved into a WT_REF array, and split into the parent page.
| * | Merge branch 'develop' into new-splitKeith Bostic2014-02-261-0/+1
| |\ \ | | |/
| * | updateKeith Bostic2014-02-261-0/+1
| | |
| * | Update, pu is no longer used as the prefix.Keith Bostic2014-02-241-1/+0
| | |
| * | Remove a few more code chunks associated with the older split/merge support.Keith Bostic2014-02-241-0/+1
| | |
| * | updateKeith Bostic2014-02-201-0/+1
| | |
| * | It's dangerous to reach down into the WT_PAGE_INDEX structure (and doingKeith Bostic2014-02-161-0/+2
| | | | | | | | | | | | | | | | | | so repeatedly will race). Clean up that code, and create some structure to avoid potential races. I didn't obscure the field names, but that's probably the next step, the first time we debug a race.
| * | Add a new level of indirection on internal pages so there's a way toKeith Bostic2014-02-051-0/+3
| | | | | | | | | | | | split them by atomically replacing the WT_REF array with a new one.
* | | Update the metadata cursor implementation.Alex Gorrod2014-03-141-0/+1
| |/ |/| | | | | | | | | | | Move it into it's own cursor implementation, add a special search routine that can search the metadata for the metadata table. This is prototype code - I haven't tested the new functionality yet.
* | Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod2014-02-241-0/+1
|/
* Add a "noraw" flavor of zlib compression.Michael Cahill2014-02-031-0/+1
|
* Add zlib documentation.Keith Bostic2014-01-301-0/+1
|
* Add support for zlib compressionMichael Cahill2014-01-231-0/+5
|
* whitespace, update spelling list.Keith Bostic2014-01-221-0/+1
|
* clean up spelling, make dist/s_all pass again.Keith Bostic2014-01-181-0/+5
|
* test/format runs, now.Keith Bostic2014-01-181-2/+0
| | | | Remove the Memrata support, add Helium documentation, remaining cleanups.
* Add WT_CLEAR_INLINE which uses structure assignment to (hopefully) preventKeith Bostic2014-01-101-0/+2
| | | | | any function call or loop setup/tear-down when clearing structures, call it when unpacking cells and doing row-store searches.
* updateKeith Bostic2013-12-201-0/+1
|
* Better/fixed support for huge keys/values.Keith Bostic2013-12-161-0/+1
| | | | | | | | Change the WT_ITEM::size field from type uint32_t to size_t. Change test/format configuration to support large key/value items. Ref: #808 and #70.
* The slot is read in a separate thread (the statistics logging thread),Keith Bostic2013-12-161-0/+2
| | | | | | | call unregister first and add a barrier to ensure the slot is cleared before the memory is free'd. Technically, I think there's still a race, but it's awfully small and this is code intended for performance debugging, not production builds.
* Add recurse to spelling list.Alex Gorrod2013-12-121-0/+1
|
* Allow replay of threaded runs.Keith Bostic2013-12-071-0/+2
|