History log of /csrg-svn/lib/libc/db/btree/ (Results 1 – 25 of 152)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6815609-Jan-1995 bostic

Fix to split code for single large record at the end of a page.

6635815-Mar-1994 bostic

lint

6621421-Feb-1994 bostic

cast alloc's to shut SunOS up

6619221-Feb-1994 bostic

first pass at making DB use basic integral types (the Alpha port)

6517618-Dec-1993 bostic

typo

6505010-Dec-1993 bostic

search both backwards and forwards if the page is empty and
duplicates are turned on

6502103-Dec-1993 bostic

if enough duplicate keys are entered and deleted, it's possible for
the search to end up in a leaf page that doesn't have any of the searched
for keys, while adjacent pages still have them. If the k

if enough duplicate keys are entered and deleted, it's possible for
the search to end up in a leaf page that doesn't have any of the searched
for keys, while adjacent pages still have them. If the key we end up with
is not an exact match and we're on a page boundary, and duplicate keys are
in the DB, check the adjacent pages for an exact match

show more ...

6448916-Sep-1993 bostic

clear the DB structure (bt_pinned wasn't initialized)

6448816-Sep-1993 bostic

was returning a pointer into the stack!
change to use bt_cur as bt_search does

6448414-Sep-1993 bostic

the __bt_search value shouldn't be stored in a static, can't pin
across calls in that case

6446007-Sep-1993 bostic

if DB_LOCK not set, pin page across calls and don't copy key/data pair

6445907-Sep-1993 bostic

__bt_open declared in db.h, don't need it here

6445807-Sep-1993 bostic

add B_DB_{LOCK,SHMEM,TXN}, local copies of DB_{LOCK,SHMEM,TXN}
add bt_pinned field, if DB_LOCK not set, pin page across calls and don't
copy key/data pair

6445707-Sep-1993 bostic

if DB_LOCK not set, pin page across calls and don't copy key/data pair

6445607-Sep-1993 bostic

if DB_LOCK not set, pin page across calls and don't copy key/data pair

6445507-Sep-1993 bostic

add DB_ flags to __bt_open
if DB_LOCK not set, pin page across calls and don't copy key/data pair

6119804-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

6119704-Jun-1993 bostic

4.4BSD snapshot (revision 8.1)

6119604-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

6119404-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

6026124-May-1993 bostic

add in __bt_fd, to return a file descriptor

6026024-May-1993 bostic

add in __bt_fd, to return a file descriptor

6023422-May-1993 bostic

recno bug -- if split to a new page on index 0 (a sorted split) was
changing a random value as the new number of records on the left page

6023122-May-1993 bostic

support 64K pages

6023022-May-1993 bostic

support 64K pages

1234567