summaryrefslogtreecommitdiff
path: root/src/cursor
AgeCommit message (Expand)Author
2014-05-09Coverity #1212124 Resource leak.Keith Bostic
2014-05-07__wt_buf_set() can fail, wrap NEEDKEY/NEEDVALUE calls to it in WT_ERR.Keith Bostic
2014-05-07Last change was wrong -- ret was needed, we just weren't returning it.Keith Bostic
2014-05-07Remove unused variables.Keith Bostic
2014-05-07Minor cleanup: whitespace and comment.Michael Cahill
2014-05-07Tidy up related to metadata cursors.Alex Gorrod
2014-05-06Update comments.Alex Gorrod
2014-05-06Metadata cursor cleanup.Alex Gorrod
2014-05-06Fix metadata cursor dup and search_near.Alex Gorrod
2014-05-06Merge branch 'develop' into metadata-cursorsAlex Gorrod
2014-05-05Merge branch 'develop' into async. Fix conflicts.Susan LoVerso
2014-05-05Go back to only copying log files when doing a full backup, but still copy lo...Michael Cahill
2014-05-05Change to always copying log files during hot backup, regardless of whether a...Michael Cahill
2014-05-05Copy log files before data files in hot backups. This addresses a problem wh...Michael Cahill
2014-04-30Merge branch 'develop' into asyncSusan LoVerso
2014-04-30Ensure an updater transaction ID is allocated for different cursor types.Alex Gorrod
2014-04-30Defer allocating a transaction ID until an update is made.Alex Gorrod
2014-04-29Merge branch 'develop' into asyncSusan LoVerso
2014-04-28Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic
2014-04-23Add ret to API_END.Michael Cahill
2014-04-23Merge branch 'develop' into metadata-cursorsMichael Cahill
2014-04-23Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill
2014-04-22Use empty values in LSM indices.Michael Cahill
2014-04-11More metadata cursor implementation.Alex Gorrod
2014-04-10Add a test for metadata cursors, and a bit more implementation.Alex Gorrod
2014-04-09Use an underlying cursor for async op keys/values.Susan LoVerso
2014-04-09Revert "Begin some refactoring of cursor key/value manipulation."Susan LoVerso
2014-04-09Revert "More key/value refactoring."Susan LoVerso
2014-04-08More key/value refactoring.Susan LoVerso
2014-04-08Begin some refactoring of cursor key/value manipulation.Susan LoVerso
2014-04-07Minor fixes for metadata cursors.Michael Cahill
2014-03-17Further implementation of metadata cursors.Alex Gorrod
2014-03-14Fix build warning.Alex Gorrod
2014-03-14Update the metadata cursor implementation.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-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