projects
/
platform
/
upstream
/
lmdb.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/lmdb.git
2013-12-29
Hallvard Furuseth
ITS#7515 has been fixed.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-29
Hallvard Furuseth
Drop UNLOCK_MUTEX_R() on mdb_reader_pid() error
commit
|
commitdiff
|
tree
|
snapshot
2013-12-21
Hallvard Furuseth
Fix commit "Raise safe max MDB_MAXKEYSIZE."
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
Replace MDB_node.mn_offset[], to ease debugging.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
Comment MDB_node, mdb_page_unspill, mdb_update_key
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
Fix mdb_reader_list() and its spec.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
Support dynamic max MDB keysize.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
Raise safe max MDB_MAXKEYSIZE.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
Relax MDB_MAXKEYSIZE for existing data.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
ITS#7589 Fix me_nodemax and related node sizes.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
ITS#7589 Fix delete(uneven-sized MDB_DUPFIXED data).
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
put(MDB_MULTIPLE): Skip existing item cleanly.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
Add EVEN(): Micro-optimize "up to multiple of 2".
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
Warning cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-11
Hallvard Furuseth
Clean up mdb_copy.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-05
Howard Chu
Fix GET_BOTH_RANGE
commit
|
commitdiff
|
tree
|
snapshot
2013-11-30
Howard Chu
ITS#7756 keysizes were wrong in mdb_update_key
commit
|
commitdiff
|
tree
|
snapshot
2013-11-12
Howard Chu
Doc tweak
commit
|
commitdiff
|
tree
|
snapshot
2013-11-12
Howard Chu
Bump to 0.9.10
commit
|
commitdiff
|
tree
|
snapshot
2013-11-12
Howard Chu
Windows/Win64/MSVC tweaks
commit
|
commitdiff
|
tree
|
snapshot
2013-11-12
Howard Chu
Clarify WRITEMAP / NOMEMINIT
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Howard Chu
Change default mem init behavior
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Hallvard Furuseth
Add MDB_CLEANMEM option.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Hallvard Furuseth
Fix MDB_MAXKEYSIZE doc: Account for MDB_DUPSORT.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Hallvard Furuseth
ITS#7713 Handle bigger OS page sizes
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Hallvard Furuseth
mdb_cursor_put(): Factor out code. Kill a label.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Howard Chu
Fix prev commit, cursor depth comparison
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Howard Chu
Fix cursor_del0 cursor fixup
commit
|
commitdiff
|
tree
|
snapshot
2013-11-05
Howard Chu
More for #7589
commit
|
commitdiff
|
tree
|
snapshot
2013-11-01
Howard Chu
ITS#7589 another mdb_page_split fix
commit
|
commitdiff
|
tree
|
snapshot
2013-10-31
Howard Chu
ITS#7736 fix regression in ITS#7733 patch
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Howard Chu
ITS#7733 check cursor index before cursor_del
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
David Wilson
ITS#7734 Add MDB_NORDAHEAD to CHANGELESS.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Howard Chu
Bump to 0.9.9
commit
|
commitdiff
|
tree
|
snapshot
2013-10-21
Howard Chu
Add mdb_env_get_fd()
commit
|
commitdiff
|
tree
|
snapshot
2013-10-14
Howard Chu
Fix 01dfb2083dd690707a062cabb03801bfad1a6859
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Howard Chu
ITS#7725 add MDB_NORDAHEAD flag for env_open
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Howard Chu
ITS#7589 silence warnings
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Howard Chu
ITS#7589 Fix typo in prev commit
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Howard Chu
ITS#7589 Cleanup unneeded vars in prev patch
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Howard Chu
ITS#7589 avoid wasting space in mdb_page_split
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Howard Chu
Add MDB_USE_HASH
commit
|
commitdiff
|
tree
|
snapshot
2013-10-09
Howard Chu
ITS#7722 fix page_merge for collapsing root
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Howard Chu
ITS#7718 invalidate cursor when DB gets emptied
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Howard Chu
Fix mdb_env_set_mapsize()
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Howard Chu
ITS#7715 always set filesize for WRITEMAP
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Hallvard Furuseth
Add Caveat: Readers need write access. Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Hallvard Furuseth
Maintain MDB_cursor.mc_top
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Hallvard Furuseth
mdb_cursor_sibling(): Fix error result
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Hallvard Furuseth
mdb_node_add(): Plug page leak when MDB_PAGE_FULL.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Hallvard Furuseth
Optimize code holding reader mutex
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Hallvard Furuseth
Set MDB_xcursor DB_DIRTY, clear md_name.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Hallvard Furuseth
Set subDB DBI=parent DBI, fix MDB_DUPSORT delete.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Howard Chu
s/MDB_NORDLOCK/MDB_NOLOCK/
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Howard Chu
More doc for MDB_NORDLOCK
commit
|
commitdiff
|
tree
|
snapshot
2013-10-01
Howard Chu
Add MDB_NORDLOCK to omit all reader table usage
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
Drop unneeded code.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
Clean up and simplify mdb_page_search().
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
Tweak MDB_DEBUG output
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
Rename SWAP() to avoid conflict with sqlightning.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
mdb_page_unspill(): Rename local vars.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
ITS#7515 Fix mdb_page_unspill() in nested txn.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
ITS#7515 Fix mdb_txn_commit(nested txn with spills).
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
ITS#7515 Fix mt_dirty_room in nested txns.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
ITS#7515 mdb_pages_xkeep(): Careful about xcursors.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
mdb_pages_xkeep(): Reformat, use common flag mask
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
Update MDB documentation and comments.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Hallvard Furuseth
ITS#7682 mdb_env_copy(): Avoid Linux O_DIRECT bug.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Howard Chu
ITS#7681 fix 18a07eb7c2dc33372455a6040984cd6b699b41a5
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Howard Chu
ITS#7701 fix mdb_rebalance
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Howard Chu
Release 0.9.8
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Howard Chu
updates
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Salvador Ortiz
ITS#7682 In mdb_env_copy retry open if O_DIRECT fails
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Howard Chu
More for 5f6fa8c04204888c4ff7ac6be1868d81ff4410a8
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Claude Brisson
ITS#7681 fix mdb_cursor_set behaviour for MDB_SET_RANGE
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Howard Chu
Remember if last cursor op was a delete
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Howard Chu
Add a changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Howard Chu
Bump version to 0.9.8
commit
|
commitdiff
|
tree
|
snapshot
2013-08-29
Howard Chu
Allow mdb_env_set_mapsize() on an open environment
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Howard Chu
ITS#7672 fix mdb_dbi_flags
commit
|
commitdiff
|
tree
|
snapshot
2013-08-25
Hallvard Furuseth
mdb_page_unspill(): Fix dirty_room in nested txn
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Howard Chu
Another take on spill_pgs and deletes
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Howard Chu
Cleanup prev commit
commit
|
commitdiff
|
tree
|
snapshot
2013-08-24
Howard Chu
Speedup deletion from spill_pgs
commit
|
commitdiff
|
tree
|
snapshot
2013-08-23
Howard Chu
ITS#7671 always return the key for a dup val
commit
|
commitdiff
|
tree
|
snapshot
2013-08-23
Howard Chu
ITS#7670 Tweak cursor_del0
commit
|
commitdiff
|
tree
|
snapshot
2013-08-23
Hallvard Furuseth
mdb_page_spill(): Fix nested txn mt_dirty_room
commit
|
commitdiff
|
tree
|
snapshot
2013-08-23
Hallvard Furuseth
Simplify last commits
commit
|
commitdiff
|
tree
|
snapshot
2013-08-23
Howard Chu
Tweak prev commit
commit
|
commitdiff
|
tree
|
snapshot
2013-08-23
Howard Chu
Less aggressive page_spill
commit
|
commitdiff
|
tree
|
snapshot
2013-08-21
Howard Chu
Update caveats now that mdb_reader_check exists
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Howard Chu
Silence warnings
commit
|
commitdiff
|
tree
|
snapshot
2013-08-14
Hallvard Furuseth
Tweak ITS#7615 fix: Obey strict-aliasing rules.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Howard Chu
ITS#7664 better fix
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Howard Chu
Revert "ITS#7664 delete lockfile if there is no environ...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Howard Chu
ITS#7664 delete lockfile if there is no environment
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Howard Chu
Fix uninit'd mem ref in mdb_page_split
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Howard Chu
Tweak NODUPDATA flag check
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Howard Chu
Fix obscure MDB_MULTIPLE bug
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Howard Chu
Point to mdb.c for docs on macros in Makefile
commit
|
commitdiff
|
tree
|
snapshot
next