summaryrefslogtreecommitdiff
path: root/src/schema
AgeCommit message (Expand)Author
2014-04-30Cleanup places where the schema layer uses a WT_ITEM to read/write from a rec...Michael Cahill
2014-04-29Revert 8795d9b, it makes things worse, not better.Keith Bostic
2014-04-29Kluge to make ex_call_center work in this branch, probably not theKeith Bostic
2014-04-28Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic
2014-04-22Use empty values in LSM indices.Michael Cahill
2014-02-27Do buffer alignment checks when reading from checkpoints.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-23Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic
2013-12-20Remove most uses of WT_STORE_SIZE, it was primarily used to convertKeith Bostic
2013-12-16Better/fixed support for huge keys/values.Keith Bostic
2013-12-12Fix LSM compact so it doesn't try to compact the file inside an LSM tree.Michael Cahill
2013-12-06Merge branch 'develop' into compact-lsmAlex Gorrod
2013-12-06Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod
2013-12-05remove unnecessary WT_UNUSED()Keith Bostic
2013-12-05In truncate, release the btree handle before calling __wt_conn_dhandle_close_...Michael Cahill
2013-12-05Simplify drop: allow the lower level code to take care of locking. Avoid rec...Michael Cahill
2013-12-03whitespaceKeith Bostic
2013-12-03whitespaceKeith Bostic
2013-11-25Add a default declaration for WT_PACK structures too.Michael Cahill
2013-11-25Always initialize WT_PACK_VALUE before use.Michael Cahill
2013-11-22Fix an assertion: we must have a buffer if we aren't skipping.Michael Cahill
2013-11-22Clear WT_PACK_VALUE before calling __pack_next. Static analysis can't figure...Michael Cahill
2013-11-21Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-19Give statistics' integer IDs separate namespaces.Keith Bostic
2013-11-18Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-11-15Don't leak memory on error, cgconfig holds memory that's may not haveKeith Bostic
2013-11-15Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-14__wt_config_next() has lots of possible errors, check for not-foundKeith Bostic
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-05Don't release a table unless we actually got a table.Keith Bostic
2013-11-05Clear out the returned table reference in all cases so we don't haveKeith Bostic
2013-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-10-24Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-17Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-15lintMichael Cahill
2013-10-15Merge branch 'develop' into lsm-bloom-newestMichael Cahill
2013-10-14Minor code shuffling, create a single statistics-cursor-init wrapperKeith Bostic
2013-10-14Fix a long-standing deadlock that could happen when closing a busy LSM tree.Michael Cahill
2013-10-12Quit allocating the statistics cursor's stat structures separately fromKeith Bostic
2013-10-12Make the allocation code for an aggregate statistics structure look theKeith Bostic
2013-10-12Change table statistics to use standard statistics aggregation codeKeith Bostic
2013-10-11The stat "clear" function isn't correct for initialization because itKeith Bostic
2013-09-10Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-09-09KNFKeith Bostic
2013-09-09Don't do compact operations on LSM trees.Alex Gorrod
2013-08-29Scan through files before the main recovery loop, gathering checkpoint LSNs a...Michael Cahill
2013-08-08Simplify the default implementation of range_truncate.Michael Cahill
2013-08-08Move data source truncate method into WT_DATA_SOURCE.Michael Cahill
2013-08-04Simplify the checkpoint support for data sources: for now, justKeith Bostic