]> pd.if.org Git - btree/shortlog
btree
2014-02-27 unknownRework buffer pool manager along traditional file I...
2014-02-27 unknownfix for bt_audit
2014-02-25 unknownIntroduce btree2t
2014-02-25 unknownfix bt_audit to clear latches, remove -lrt linker depen...
2014-02-25 unknownFix bt_audit to clear locks, remove -lrt linkage dependency
2014-02-25 unknownRemove -lrt linkage dependency on linux
2014-02-25 unknownUse test & set latching instead of file locking calls
2014-02-25 unknownRemove -lrt dependency on linux link
2014-02-22 unknownincorporate -lrt in linux compilation instructions
2014-02-20 unknownEnhance process times reporting for linux or Windows
2014-02-20 unknownAdd missing bt_unlockpage call in bt_splitpage
2014-02-19 unknownrework spinlock data structure to survive gcc -O3 optim...
2014-02-19 unknownRemove foster btree from project. It doesn't add anything.
2014-02-19 unknownRecommend versions for operating system environments.
2014-02-19 unknownMake bt_splitpage more conservative wrt posting fence...
2014-02-19 unknownfix usage of BtLockParent
2014-02-18 unknownRework reader/writer locks, fix BtLockParent usage
2014-02-14 unknownremove btree2t.c
2014-02-14 unknownfix original problem with bt_deletekey, obviating need...
2014-02-13 unknownfixes for file I/O version that only deletes leaf pages
2014-02-13 unknownincorporate new bt_deletekey code to file I/O version
2014-02-13 unknownincorporate reworked bt_deletekey into file I/O version
2014-02-13 unknownFix a couple of concurrency problems
2014-02-12 unknownFinish rework of bt_deletekey, w/bug fixes
2014-02-07 unknownfix a blunder in BtDb layout
2014-02-05 Karl MalbrainIntroduce btree2t.c
2014-02-05 Karl Malbrainremove buggy delete key code
2014-02-05 Karl Malbrainremove buggy code
2014-02-05 unknownImplement proper delete key that can remove keys all...
2014-02-03 Karl Malbrainlatest btree2s source code
2014-02-03 unknownLatest btree fixes to bt_deletekey
2014-01-30 unknownadd audit function to run on an idle btree
2014-01-30 unknownmake stopper key a virtual infinite fence
2014-01-30 unknownrework db_deletekey to fix problems
2014-01-29 unknownrework broken bt_deletekey
2014-01-29 unknownrework bt_deletekey
2014-01-25 Karl Malbrainexplain latch manager in foster btree code
2014-01-25 Karl Malbrainexplain latch manager variations
2014-01-25 Karl Malbrainexplain latch manager options
2014-01-25 unknowninstall latest threads2 code
2014-01-24 unknownMerge branch 'master' of https://github.com/malbrain...
2014-01-24 unknownrelease of multi-threaded/multi-process btree code
2014-01-23 Karl Malbraindelete extra copy of code
2014-01-23 Karl Malbraindelete extra copy of code
2014-01-23 Karl Malbraindelete extra copy of code
2014-01-23 Karl Malbraindelete extra copy of code
2014-01-23 Karl Malbraindelete broken code
2014-01-23 Karl Malbraindelete broken code
2014-01-23 Karl Malbraindelete broken code
2014-01-23 Karl Malbrainremove broken code -- see fosterbtreee.c/fosterbtreef...
2014-01-23 Karl Malbraindelete key doesn't work -- see fosterbtreee/f/g.c
2014-01-23 unknownlinux only fosterbtree code utilizing system futexes...
2014-01-23 unknownfosterbtreeg.c for linux only
2014-01-23 unknownfoster btree final code release
2014-01-13 unknownMerge branch 'master' of https://github.com/malbrain...
2014-01-13 unknownMerge branch 'master' of https://github.com/malbrain...
2014-01-13 unknownMerge branch 'master' of https://github.com/malbrain...
2014-01-13 unknownIntroduce new threads2i.c file to project
2014-01-13 unknownMerge branch 'master' of https://github.com/malbrain...
2014-01-13 unknownMerge branch 'master' of https://github.com/malbrain...
2014-01-13 unknownnew linux futex calls to manage contention
2014-01-04 Karl MalbrainUpdate README.md
2014-01-02 Karl MalbrainReadme file
2014-01-02 unknownMerge branch 'master' of https://github.com/malbrain...
2014-01-02 unknownFix problems with foster btrees and add options for...
2013-12-02 Karl Malbrainfix bug in bt_newpage
2013-12-02 Karl Malbrainfix bug in bt_newpage for fileio version
2013-11-21 Karl MalbrainFix unlock of allocpage in fileio section of bt_newpage
2013-11-21 Karl MalbrainFix bt_newpage unlock of allocation page for fileio
2013-06-12 unknownInitial release of B-tree programs.