2014-03-16 |
Hallvard Furuseth | More checks for closed DBIs and invalidated txns. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Hallvard Furuseth | mdb_page_list(): Support & display all page types |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Hallvard Furuseth | mdb_txn_renew0(): Fix un-mutexed me_flags update. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Hallvard Furuseth | Doxygen fixes |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Howard Chu | Rename samples |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Howard Chu | ITS#7815 more for page_split |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Howard Chu | ITS#7815 fix mdb_page_split |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Hallvard Furuseth | mtest*.c, sample-*.c: Add/note error checks. |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Hallvard Furuseth | mtest[46]: Use different DBs when different flags. |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Hallvard Furuseth | ITS#7793 mdb_cursor_put(): Fix MDB_CURRENT. |
commit | commitdiff | tree | snapshot |
2014-01-15 |
Howard Chu | Bump version to 0.9.11 |
commit | commitdiff | tree | snapshot |
2014-01-15 |
Howard Chu | Note changes for LMDB 0.9.11 |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Hallvard Furuseth | Revert "ITS#7772 Reduce spurious sub-page growth." |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Howard Chu | Make sure mapsize changes take effect on Windows. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Hallvard Furuseth | ITS#7775 Drop <assert.h>, drop/replace assert()s. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Howard Chu | ITS#7775 Cleanup mdb_node_del() |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Hallvard Furuseth | ITS#7775 Add mdb_env_set_assert() |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Hallvard Furuseth | Add mdb_env_<set,get>_userctx() |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Hallvard Furuseth | ITS#7377 Invalidate txn on page-allocation errors |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Hallvard Furuseth | Wrap __func__ in mdb_func_ |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Hallvard Furuseth | Invalidate the txn on corruption/internal errors |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Howard Chu | ITS#7775 cleanup unnecessary assert()s |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Hallvard Furuseth | mdb_page_malloc(): Move VGMEMP_ALLOC before memset |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Hallvard Furuseth | ITS#7771 mdb_cursor_del0(): Fix xcursor tracking. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Hallvard Furuseth | sprintf format: pid_t need not be an int. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Hallvard Furuseth | Add mdb_dbg_pgno(): (sub)pagenum for debug output. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Hallvard Furuseth | ITS#7772 Reduce spurious sub-page growth. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Hallvard Furuseth | ITS#7665 Drop lmdb.h doc on non-overlapping flags. |
commit | commitdiff | tree | snapshot |
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 |
next |