57444 | 10-Jan-1993 |
bostic |
add prefix btree paper reference |
57440 | 09-Jan-1993 |
bostic |
Put new key/data pair into split page before fixing up the root page if the root page split. The old method, of guaranteeing that the split wasn't on the leftmost key of the right page doesn't work,
Put new key/data pair into split page before fixing up the root page if the root page split. The old method, of guaranteeing that the split wasn't on the leftmost key of the right page doesn't work, there are cases where the split HAS to be that key. Example is three keys, A, B, D, each 1/3 of a page and an insert of a key C which is 1/2 of a page.
show more ...
|
57435 | 09-Jan-1993 |
bostic |
pid's should be stored in pid_t's; from Craig Leres |
57432 | 08-Jan-1993 |
bostic |
typo |
57431 | 08-Jan-1993 |
bostic |
typo |
57430 | 08-Jan-1993 |
bostic |
lint |
57429 | 08-Jan-1993 |
bostic |
add Bentley paper to ref list |
57428 | 08-Jan-1993 |
bostic |
add strtod, merge |
57427 | 08-Jan-1993 |
bostic |
typo in integration |
57424 | 07-Jan-1993 |
bostic |
normalize routine bug; bug report net2/lib/4 |
57420 | 06-Jan-1993 |
bostic |
ucred.h not needed, sucked in by mount.h |
57228 | 19-Dec-1992 |
bostic |
fix comment out of MMAP_FILE |
57227 | 19-Dec-1992 |
bostic |
read slowly if can't mmap the file |
57154 | 16-Dec-1992 |
bostic |
Peter McIlroy's version that's integrated with David Gay's work |
57153 | 16-Dec-1992 |
bostic |
note truncation, from Peter McIlroy |
57124 | 14-Dec-1992 |
bostic |
put a space before the error message |
57122 | 14-Dec-1992 |
mcilroy |
use strtod, not atof |
57056 | 10-Dec-1992 |
elan |
New qsort from Bentley & McIlroy. |
57007 | 04-Dec-1992 |
bostic |
initialize cursor so that first R_CURSORLOG works |
57006 | 04-Dec-1992 |
bostic |
When glob() call errfunc, it doesn't convert extended char * (u_short *) to char *, so errfunc only printed first pathbuf letter. Minor cleanups. Net posting from "Andrew A. Chernov, <ache@astral.ms
When glob() call errfunc, it doesn't convert extended char * (u_short *) to char *, so errfunc only printed first pathbuf letter. Minor cleanups. Net posting from "Andrew A. Chernov, <ache@astral.msk.su>
show more ...
|
57005 | 04-Dec-1992 |
bostic |
minor cleanups |
57004 | 04-Dec-1992 |
bostic |
R_APPEND -> R_CURSORLOG, add R_SETCURSOR |
57003 | 04-Dec-1992 |
bostic |
document cursor shift on insertion/deletion |
57002 | 04-Dec-1992 |
bostic |
initialize the e->page element, not just the e->index element when crossing to a new page; from Rodney |
57001 | 04-Dec-1992 |
bostic |
test for duplicate btree keys |