51175 | 23-Sep-1991 |
bostic |
minor adjustments to explain memory use for heapsort and qsort |
51174 | 23-Sep-1991 |
bostic |
fix copyright header |
51173 | 23-Sep-1991 |
bostic |
minor cleanups by Elan and I. |
51165 | 22-Sep-1991 |
cael |
fix parens |
51129 | 14-Sep-1991 |
bostic |
move strerror from stdio to here |
51128 | 14-Sep-1991 |
bostic |
move strerror to string |
51127 | 14-Sep-1991 |
bostic |
hash_open -> dbopen |
51113 | 12-Sep-1991 |
bostic |
date and time created 91/09/12 12:03:57 by bostic |
51112 | 12-Sep-1991 |
bostic |
db.3 -> dbopen.3 |
51111 | 12-Sep-1991 |
bostic |
db.3 -> dbopen.3 |
51110 | 12-Sep-1991 |
bostic |
spell out relationship betweeen R_DUP and R_NOOVERWIRTE |
51109 | 12-Sep-1991 |
bostic |
don't necessarily modify key in key/data return; don't automatically assign on realloc so that recovery is possible; fix default prefix routine |
51108 | 12-Sep-1991 |
bostic |
bt_push -> __bt_push |
51107 | 12-Sep-1991 |
bostic |
get routines take const *key; move recno externs into recno.h |
51106 | 12-Sep-1991 |
bostic |
change bt_nrecs and set BTF_METADIRTY, BTF_MODIFIED elsewhwere; fix bug using rchild->flags instead of bl->flags to get bigkey flag; increment parent pages in search routines, so just clear stack; fi
change bt_nrecs and set BTF_METADIRTY, BTF_MODIFIED elsewhwere; fix bug using rchild->flags instead of bl->flags to get bigkey flag; increment parent pages in search routines, so just clear stack; fix cursor repositioning code in routine doing the physical split
show more ...
|
51105 | 12-Sep-1991 |
bostic |
bt_push -> __bt_push |
51104 | 12-Sep-1991 |
bostic |
delete maxkeypage; do pointer arithmetic in the macros instead of using += sizeof; consolidate macros; replace minkeypage with bt_ovflsize; lots of minor cleanups. |
51103 | 12-Sep-1991 |
bostic |
don't modify the key in get function; change __bt_first to return first key greater than or equal to the key. |
51102 | 12-Sep-1991 |
bostic |
add routine to dump the meta page |
51101 | 12-Sep-1991 |
bostic |
make the swap code for both in and out routines the same; make it really work. |
51100 | 12-Sep-1991 |
bostic |
fix cursor code in various minor ways; fix the cursor code to return the key greater than or equal to the specified key (implement range searches) skip empty pages if no exact match is found |
51099 | 12-Sep-1991 |
bostic |
fix overflow checking code to always keep the key in memory, if possible and take into account both key and data; add MODIFIED bit; fix maxkepage and minkeypage (bt_ovflsize) |
51098 | 12-Sep-1991 |
bostic |
remove maxkeypage, fix minkeypage and rename to bt_ovflsize; fix flags bugs, filter bugs, zero out the meta page |
51097 | 12-Sep-1991 |
bostic |
make close of RDONLY succeed; fix sync call to handle a cursor marked for deletion |
51096 | 12-Sep-1991 |
bostic |
add append, icursor; add ability to print out page 0 |