summaryrefslogtreecommitdiff
path: root/src/cursor
AgeCommit message (Expand)Author
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-20__open_directory_sync can sync the wrong directory if the applicationKeith 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-04Add a fast path for getting bitmap values from a cursor.Michael Cahill
2013-12-03Fix __wt_cursor_close so it can decrement the data handle cursor count statis...Michael Cahill
2013-11-22lint: Remove NULL checks when a non-NULL pointer is required.Michael Cahill
2013-11-21Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-19Give statistics' integer IDs separate namespaces.Keith Bostic
2013-11-12Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-11If a big truncate fills the cache, there is no point retrying.Michael Cahill
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-22Fix various problems with recovery and log archiving:Michael Cahill
2013-10-21if (conn->stat_all == 0 && conn->stat_fast == 0) isn't possible at thisKeith Bostic
2013-10-21Add clear to the connection statistics configuration and remove "clear"Keith Bostic
2013-10-21Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-19Better testing of the "fast" configuration, fix a bug, the btree codeKeith Bostic
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-17Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-17whitespaceKeith Bostic
2013-10-17Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-15Merge branch 'develop' into lsm-bloom-newestMichael Cahill
2013-10-14Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-14Minor code shuffling, create a single statistics-cursor-init wrapperKeith Bostic
2013-10-14Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-14Fix a long-standing deadlock that could happen when closing a busy LSM tree.Michael Cahill
2013-10-14Always use the chunk flags to check for Bloom filter existence. Sometimes ch...Michael Cahill
2013-10-14Fix error handling in backup cursor open.Alex Gorrod
2013-10-13Allocate the local variables at the start of the function, our styleKeith Bostic
2013-10-13Cleanup error handling; don't jump to an err: label in the middle of aKeith Bostic
2013-10-13Fix to clear the aggregated checkpoint handle statistics structures.Keith Bostic
2013-10-12Quit allocating the statistics cursor's stat structures separately fromKeith Bostic
2013-10-12A different approach to aggregating checkpoint handle statistics; whenKeith Bostic
2013-10-12cleanup, __wt_backup_list_all_append is a local function, remove leading __wt.Keith Bostic
2013-10-11The stat "clear" function isn't correct for initialization because itKeith Bostic
2013-10-10Split statistics macros into two parts: run-time and everything else,Keith Bostic
2013-09-11Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-09-10Merge pull request #674 from wiredtiger/backup-bulk-number-2Michael Cahill
2013-09-10Merge branch 'develop' into backup-bulk-number-2Keith Bostic
2013-09-10Make hot backups work concurrently with files being bulk-loaded.Keith Bostic
2013-09-10Change WT_CURSOR::insert to not hold a position/resources in the tree onKeith Bostic
2013-09-10Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-09-10Cleanup, move the checkpoint lock inside __lsm_discard_handle.Michael Cahill
2013-09-10Use a blind insert in the primary of tables with no indices.Michael Cahill
2013-09-07A simpler solution, avoiding the additional search of the primary cursor,Keith Bostic
2013-09-07Open column groups with the default overwrite configuration, true.Keith Bostic
2013-09-05fix a commentKeith Bostic