index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cursor
Age
Commit message (
Expand
)
Author
2014-05-09
Coverity #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-07
Last change was wrong -- ret was needed, we just weren't returning it.
Keith Bostic
2014-05-07
Remove unused variables.
Keith Bostic
2014-05-07
Minor cleanup: whitespace and comment.
Michael Cahill
2014-05-07
Tidy up related to metadata cursors.
Alex Gorrod
2014-05-06
Update comments.
Alex Gorrod
2014-05-06
Metadata cursor cleanup.
Alex Gorrod
2014-05-06
Fix metadata cursor dup and search_near.
Alex Gorrod
2014-05-06
Merge branch 'develop' into metadata-cursors
Alex Gorrod
2014-05-05
Merge branch 'develop' into async. Fix conflicts.
Susan LoVerso
2014-05-05
Go back to only copying log files when doing a full backup, but still copy lo...
Michael Cahill
2014-05-05
Change to always copying log files during hot backup, regardless of whether a...
Michael Cahill
2014-05-05
Copy log files before data files in hot backups. This addresses a problem wh...
Michael Cahill
2014-04-30
Merge branch 'develop' into async
Susan LoVerso
2014-04-30
Ensure an updater transaction ID is allocated for different cursor types.
Alex Gorrod
2014-04-30
Defer allocating a transaction ID until an update is made.
Alex Gorrod
2014-04-29
Merge branch 'develop' into async
Susan LoVerso
2014-04-28
Change the block manager to not touch the WT_ITEM.{mem,memsize} fields
Keith Bostic
2014-04-23
Add ret to API_END.
Michael Cahill
2014-04-23
Merge branch 'develop' into metadata-cursors
Michael Cahill
2014-04-23
Set the TXN_ERROR flag for errors in any transactional call, not just updates.
Michael Cahill
2014-04-22
Use empty values in LSM indices.
Michael Cahill
2014-04-11
More metadata cursor implementation.
Alex Gorrod
2014-04-10
Add a test for metadata cursors, and a bit more implementation.
Alex Gorrod
2014-04-09
Use an underlying cursor for async op keys/values.
Susan LoVerso
2014-04-09
Revert "Begin some refactoring of cursor key/value manipulation."
Susan LoVerso
2014-04-09
Revert "More key/value refactoring."
Susan LoVerso
2014-04-08
More key/value refactoring.
Susan LoVerso
2014-04-08
Begin some refactoring of cursor key/value manipulation.
Susan LoVerso
2014-04-07
Minor fixes for metadata cursors.
Michael Cahill
2014-03-17
Further implementation of metadata cursors.
Alex Gorrod
2014-03-14
Fix build warning.
Alex Gorrod
2014-03-14
Update the metadata cursor implementation.
Alex Gorrod
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-12-23
Make addr_size (block manager's address sizes) a size_t instead of a
Keith Bostic
2013-12-20
__open_directory_sync can sync the wrong directory if the application
Keith Bostic
2013-12-20
Remove most uses of WT_STORE_SIZE, it was primarily used to convert
Keith Bostic
2013-12-16
Better/fixed support for huge keys/values.
Keith Bostic
2013-12-12
Fix LSM compact so it doesn't try to compact the file inside an LSM tree.
Michael Cahill
2013-12-04
Add a fast path for getting bitmap values from a cursor.
Michael Cahill
2013-12-03
Fix __wt_cursor_close so it can decrement the data handle cursor count statis...
Michael Cahill
2013-11-22
lint: Remove NULL checks when a non-NULL pointer is required.
Michael Cahill
2013-11-21
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-19
Give statistics' integer IDs separate namespaces.
Keith Bostic
2013-11-12
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-11
If a big truncate fills the cache, there is no point retrying.
Michael Cahill
2013-11-05
Create a Python pass for source code style checking (to eventually replace s_...
Michael Cahill
2013-10-24
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-10-22
Fix various problems with recovery and log archiving:
Michael Cahill
[next]