break BTF flags up into btree/recno (B_, R_) categories
[unix-history] / usr / src / lib / libc / db / btree /
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticsync now takes a flags argument
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticsync now takes a flags argument
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticlint; break BTF flags up into btree/recno (B_, R_)...
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-08 Keith Bostictype mismatch
1993-05-02 Keith Bosticlint
1993-05-02 Keith Bosticrecognize different byte orders automatically; m_lorder...
1993-05-02 Keith Bosticadd code to swap the meta page as as it is read in...
1993-05-02 Keith Bosticlint (bug); don't swap meta information when writing...
1993-05-02 Keith Bosticrestore BTF_NODUPS and BTF_RECNO to their original...
1993-05-02 Keith Bosticrecognize different byte orders automatically; m_lorder...
1993-05-02 Keith BosticKNF
1993-03-20 Keith Bosticclean up mmap and file pointer uses in recno interface
1993-02-20 Keith Bosticmore lint
1993-02-20 Keith Bosticfix some types for the Sun compiler
1993-02-17 Keith Bosticbcmp/bcopy/bzero -> memcmp/memmove/memset
1993-02-15 Keith Bosticindex -> indx_t
1993-02-12 Keith Bostictypo, using wrong page in deletion loop; to test, inser...
1993-02-12 Keith Bosticmove db.h to the end of the includes, make compat.h...
1993-01-23 Keith Bostichave to push the dirty page back to mpool, before the...
1993-01-23 Keith Bostichave to push the dirty page out, or won't get sync'd
1993-01-11 Keith Bosticif large key/data pairs, can split and still not have...
1993-01-11 Keith Bosticclear the stack in the search routine; it's a lot simpler
1993-01-11 Keith Bosticif the tree is being prefix compressed, it's possible...
1993-01-11 Keith Bosticmake numbers fixed size so it's easier to read
1993-01-11 Keith Bosticjust clear the stack in on entry to put instead of...
1993-01-10 Keith BosticPut new key/data pair into split page before fixing...
1992-12-05 Keith Bosticinitialize the e->page element, not just the e->index...
1992-12-05 Keith Bosticcopy the length of the data, not the length of the...
1992-12-05 Keith BosticR_CURSOR fails if cursor not initialized or if cursor...
1992-12-05 Keith Bosticadd routine to dump a singlep age
1992-12-05 Keith Bosticadd routine to dump a single page
1992-11-19 Keith Bosticuse __USE_OPEN_FLAGS macro from db.h
1992-11-14 Keith Bosticrequire the cursor be initialized before deleting using...
1992-11-14 Keith Bosticlint cleanup, prettiness polic, add R_SETCURSOR
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bosticreorder malloc/mpool_get for simplicity; save off error...
1992-11-14 Keith Bosticabort() if unrecognized switch value; initialize nksize...
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bosticbt_put can set the key, now, no longer const arg
1992-11-14 Keith Bosticadd BTF_RINMEM for recno in memory trees
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bosticlitn
1992-11-14 Keith Bosticuse SET/ISSET, lint
1992-11-11 Keith Bosticincrement necessary dsize by 1 so that we don't crash...
1992-11-08 Keith Bosticcheck MODIFIED bit on sync, before close
1992-10-14 Keith Bosticbcopy the pgno/size for overflow pages, may not be...
1992-10-11 Keith Bosticdate and time created 92/10/10 10:18:44 by bostic
1992-10-10 Keith Bosticdone freeing overflow page check had a typo, pages...
1992-10-10 Keith Bosticimplement free page reuse
1992-10-10 Keith Bosticadd bt_page.c
1992-10-05 Keith Bosticdon't permit O_WRONLY
1992-10-04 Keith Bosticfix delete code (pinning was incorrect)
1992-10-04 Keith Bosticonce half < nbytes, don't decrement further, can wrap...
1992-10-04 Keith Bosticbytes needed calculation for BLEAF parent page was...
1992-09-03 Keith Bosticinitialize cachesize if openinfo not specified
1992-09-01 Keith Bostictypo, F_SETFL -> F_SETFD
1992-07-18 Keith Bosticlint
1992-06-24 Keith Bosticmake recno eof flag part of each BT struct
1992-05-16 Keith Bosticadd O_EXLOCK and O_SHLOCK to open flags
1991-12-17 Keith Bosticdon't bother with the macros, performance isn't an...
1991-12-17 Keith Bosticfix BTDATAOFF macro to work even if the compiler pads...
1991-12-17 Keith Bosticget the swap macro sizes right
1991-12-17 Keith Bosticdon't bother with the macros, performance isn't an...
1991-12-12 Keith BosticIf two keys compare equal, return the index of the...
1991-12-10 Keith Bosticprogrammer head space error
1991-12-10 Keith Bostichtonl -> HTONL
1991-11-23 Keith Bosticinitialize bt_flags field, bozo
1991-11-21 Keith Bosticcan't increment an lvalue, but gcc lets you anyway
1991-11-21 Keith Bosticcast GETBINTERNAL calls for pcc
1991-10-28 Keith Bosticinitialize page size so recognize when the user doesn't!
1991-10-11 Keith Bostictypo on meta bit checking
1991-09-13 Keith Bosticdon't necessarily modify key in key/data return; don...
1991-09-13 Keith Bosticbt_push -> __bt_push
1991-09-13 Keith Bosticget routines take const *key; move recno externs into...
1991-09-13 Keith Bosticchange bt_nrecs and set BTF_METADIRTY, BTF_MODIFIED...
1991-09-13 Keith Bosticbt_push -> __bt_push
1991-09-13 Keith Bosticdelete maxkeypage; do pointer arithmetic in the macros...
1991-09-13 Keith Bosticdon't modify the key in get function; change __bt_first...
1991-09-13 Keith Bosticadd routine to dump the meta page
1991-09-13 Keith Bosticmake the swap code for both in and out routines the...
1991-09-13 Keith Bosticfix cursor code in various minor ways; fix the cursor...
1991-09-13 Keith Bosticfix overflow checking code to always keep the key in...
1991-09-13 Keith Bosticremove maxkeypage, fix minkeypage and rename to bt_ovfl...
1991-09-13 Keith Bosticmake close of RDONLY succeed; fix sync call to handle...
1991-09-05 Keith BosticRev #2. Redo the btree code add recno's and checkpoint
1991-05-08 Keith Bosticchange calling convention -- needs to take a DB, not...
1991-04-23 Keith Bosticdate and time created 91/04/22 13:34:05 by bostic
1991-04-09 Keith Bosticuse the pointer name, not the address of its first...
1991-04-02 Keith Bosticadd DB.type field to reflect type of underlying database
1991-03-04 Keith BosticDBT data changed to be unsigned
1991-02-24 Keith Bosticmake flags right
1991-02-23 Keith BosticANSI prototypes
1991-02-19 Mike A. Olsonfix stack management bug
1991-02-13 Keith Bosticfix path
1991-01-24 Mike A. Olsondate and time created 91/01/23 08:15:45 by mao
1991-01-24 Mike A. Olsondate and time created 91/01/23 08:12:56 by mao
next