#
66192 |
| 21-Feb-1994 |
bostic |
first pass at making DB use basic integral types (the Alpha port) |
#
65176 |
| 18-Dec-1993 |
bostic |
typo |
#
64484 |
| 14-Sep-1993 |
bostic |
the __bt_search value shouldn't be stored in a static, can't pin across calls in that case |
#
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 |
#
61198 |
| 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
60231 |
| 22-May-1993 |
bostic |
support 64K pages |
#
60044 |
| 16-May-1993 |
bostic |
break BTF flags up into btree/recno (B_, R_) categories |
#
59629 |
| 01-May-1993 |
bostic |
restore BTF_NODUPS and BTF_RECNO to their original values, and note that they cannot be altered recognize different byte orders automatically; m_lorder no longer used |
#
58746 |
| 19-Mar-1993 |
bostic |
clean up mmap and file pointer uses in recno interface |
#
58017 |
| 16-Feb-1993 |
bostic |
bcmp/bcopy/bzero -> memcmp/memmove/memset |
#
57989 |
| 14-Feb-1993 |
bostic |
index -> indx_t |
#
56736 |
| 13-Nov-1992 |
bostic |
add BTF_RINMEM for recno in memory trees add CLR, ISSET |
#
56491 |
| 09-Oct-1992 |
bostic |
implement free page reuse |
#
54287 |
| 23-Jun-1992 |
bostic |
make recno eof flag part of each BT struct |
#
51969 |
| 16-Dec-1991 |
bostic |
fix BTDATAOFF macro to work even if the compiler pads to long boundary |
#
51764 |
| 20-Nov-1991 |
bostic |
can't increment an lvalue, but gcc lets you anyway |
#
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. |
#
50989 |
| 04-Sep-1991 |
bostic |
Rev #2. Redo the btree code add recno's and checkpoint |
#
46561 |
| 22-Feb-1991 |
bostic |
ANSI prototypes |
#
46139 |
| 23-Jan-1991 |
mao |
date and time created 91/01/23 08:12:54 by mao |