68156 | 09-Jan-1995 |
bostic |
Fix to split code for single large record at the end of a page. |
66358 | 15-Mar-1994 |
bostic |
lint |
66214 | 21-Feb-1994 |
bostic |
cast alloc's to shut SunOS up |
66192 | 21-Feb-1994 |
bostic |
first pass at making DB use basic integral types (the Alpha port) |
65176 | 18-Dec-1993 |
bostic |
typo |
65050 | 10-Dec-1993 |
bostic |
search both backwards and forwards if the page is empty and duplicates are turned on |
65021 | 03-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 ...
|
64489 | 16-Sep-1993 |
bostic |
clear the DB structure (bt_pinned wasn't initialized) |
64488 | 16-Sep-1993 |
bostic |
was returning a pointer into the stack! change to use bt_cur as bt_search does |
64484 | 14-Sep-1993 |
bostic |
the __bt_search value shouldn't be stored in a static, can't pin across calls in that case |
64460 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64459 | 07-Sep-1993 |
bostic |
__bt_open declared in db.h, don't need it here |
64458 | 07-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 |
64457 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64456 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64455 | 07-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 |
61198 | 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
61197 | 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1) |
61196 | 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
61194 | 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
60261 | 24-May-1993 |
bostic |
add in __bt_fd, to return a file descriptor |
60260 | 24-May-1993 |
bostic |
add in __bt_fd, to return a file descriptor |
60234 | 22-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 |
60231 | 22-May-1993 |
bostic |
support 64K pages |
60230 | 22-May-1993 |
bostic |
support 64K pages |