summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2012-12-12__wt_connection_destroy can return an error, percolate it up the stack.Keith Bostic
2012-12-12Don't ignore error returns from __wt_cond_destroy().Keith Bostic
2012-12-12We have a panic function: make a failure to clear a hazard pointerKeith Bostic
2012-12-11Merge pull request #411 from wiredtiger/panicMichael Cahill
2012-12-11The absolute time pthread_timedjoin_np wants isn't a timer, it's an offsetKeith Bostic
2012-12-11Use the standard automake/autoconf structures for finding pthread_np.h,Keith Bostic
2012-12-11Alex wants stronger wording on error, information and progress eventKeith Bostic
2012-12-10Add a __wt_panic function that shuts down all of the WiredTiger APIs.Keith Bostic
2012-12-10Rename WT_SERVER_RUN to be WT_CONN_SERVER_RUN to match all the otherKeith Bostic
2012-12-10Add a new error, WT_PANIC, which will be the panic return, ref #215.Keith Bostic
2012-12-10Fix a schema bug where value columns appearing in multiple column groups woul...Michael Cahill
2012-12-10Use fixed-sized types explicitly in (un)packing routines.Michael Cahill
2012-12-10More schema layer cleanup:Michael Cahill
2012-12-10Fix a schema bug when adding a column group to a "complete" table. Previousl...Michael Cahill
2012-12-09Merge pull request #408 from wiredtiger/row-key-serialMichael Cahill
2012-12-09Merge pull request #405 from wiredtiger/mtx-cleanupagorrod
2012-12-08When __wt_txn_read_{last,first} were removed from TXN_API_END, theKeith Bostic
2012-12-07Replace the row-key-serial function with CAS instruction.Keith Bostic
2012-12-07Change __wt_readlock, __wt_try_writelock, __wt_writelock, __wt_rwunlockKeith Bostic
2012-12-07Change __wt_cond_wait and __wt_cond_signal to return error values,Keith Bostic
2012-12-06Minor changes to fix uri table display. #397Susan LoVerso
2012-12-06Remove unused statistics config. Other minor doc edits. #397Susan LoVerso
2012-12-06More hazard reference to pointer changes. #397Susan LoVerso
2012-12-06Merge branch 'develop' into doc_mods1Susan LoVerso
2012-12-06Change hazard reference to hazard pointer, plus a few minor doc edits.Susan LoVerso
2012-12-06Split cache_bytes_changed into cursor_{insert,remove,update}_bytes andKeith Bostic
2012-12-06Push further down the "data-source" path: rename WT_BSTAT_XXX toKeith Bostic
2012-12-06Minor cleanup, we're no longer using some of the WT_STAT_XXX #defines.Keith Bostic
2012-12-06Instead of tracking open btree object handles, track open file descriptors.Keith Bostic
2012-12-06Update auto-generated files.Michael Cahill
2012-12-06Merge branch 'develop' into stats-reorgMichael Cahill
2012-12-05Doc fixes and modification. #397Susan LoVerso
2012-12-05Prioritize errors so system errors aren't lost. #388Susan LoVerso
2012-12-05Review the statistics: rename the statistics names for consistency andKeith Bostic
2012-12-04Add support for statistics on schema-level objects (tables, column groups, in...Michael Cahill
2012-12-03Rename our strtouq to __wt_strtouq so we don't export anything outsideAlex Gorrod
2012-12-03Fix a printf size_t from previous commit.Alex Gorrod
2012-12-03Fix a potential bug in dirty page tracking. Loosen constraints onAlex Gorrod
2012-12-02Try again: cast terabyte & petabyte to (uint64_t), that's how we'reKeith Bostic
2012-12-02terabyte and petabyte don't fit into 32-bit constants, gcc 4.6 complains.Keith Bostic
2012-11-30Fix logic error in eviction loop.Michael Cahill
2012-11-29Merge pull request #385 from wiredtiger/trickleMichael Cahill
2012-11-30Clarify eviction_dirty_target documentation.Alex Gorrod
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-11-30Merge branch 'develop' into trickleAlex Gorrod
2012-11-30Add a mode to eviction that only chooses dirty pages, if weAlex Gorrod
2012-11-29Remove statistics that were added for debugging.Alex Gorrod
2012-11-29whitespaceMichael Cahill
2012-11-29Account for pages that are dirty as they are read (e.g., internal pages with ...Michael Cahill
2012-11-28Move the write-generation out of the block header and into the pageKeith Bostic