Moved isam headers to include/idzebra.
[idzebra-moved-to-github.git] / isamb / isamb.c
2004-12-08 Adam DickmeissMoved isam headers to include/idzebra.
2004-11-29 Adam DickmeissFix length for ISAMB dummy block
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-09-09 Heikki LevantoAdded the scope parameter to rsets, and using it in...
2004-09-03 Heikki LevantoRemoved some FIXMEs. Mostly comments on things that...
2004-08-23 Adam DickmeissStore number of keys in isam:b so we can return number...
2004-08-18 Adam DickmeissFix problem with leaf split
2004-08-16 Adam DickmeissRework encoding of ISAMB header info to make it machine...
2004-08-10 Heikki LevantoLimiting hits to INT_MAX, because yaz can't handle...
2004-08-06 Adam DickmeissAdded several type casts and changed many types - mostl...
2004-08-06 Heikki LevantoUsing doubles in the position estimates, not to loose...
2004-08-06 Heikki Levantoestimatehits config option,
2004-08-04 Heikki LevantoChanged the pos code to 64-bit clean. Still lots of...
2004-08-04 Adam DickmeissRemove isamd. It's not been in use for a long time...
2004-08-03 Heikki LevantoAdded framework for the pos calls. rsisamb and rsnull...
2004-06-16 Adam DickmeissInitialize local to prevent gcc -O warning
2004-06-08 Adam DickmeissMake ISAMB backwards compatible again
2004-06-04 Heikki LevantoAdded a function to estimate total size and current...
2004-06-03 Heikki LevantoSwitching to my new code, it seems to work on all my...
2004-06-03 Heikki LevantoFixed a but in climb
2004-06-03 Adam DickmeissFast forward on leaf too
2004-06-02 Adam DickmeissAnother forward - with ideas from original isamb_pp_read
2004-06-02 Heikki LevantoElementary forwarding seems to work in the new system
2004-06-02 Heikki LevantoRewriting the isamb forward. Time being, new code is...
2004-06-02 Heikki LevantoMinor edit (to get around cvs problems)
2004-06-02 Adam DickmeissAdded isamb_dump utility.
2004-06-02 Adam DickmeissBug fix: If at and of leaf, then reset descending and...
2004-06-02 Adam DickmeissReformat to keep lines <80 chars. Added two asserts.
2004-06-01 Adam DickmeissISAMB_DEBUG disabled again. Warn if enabled
2004-06-01 Heikki LevantoFixed a borderline case isamb_forward
2004-06-01 Adam DickmeissAdd more if ISAMB_DEBUG
2004-06-01 Adam DickmeissNew method log_item for the various isams to print...
2004-06-01 Heikki Levantoisamb forward
2004-05-30 Adam DickmeissMake a few defines for various constants. Introduce...
2003-06-23 Adam DickmeissImplemented isamb_unlink.
2003-04-15 Adam DickmeissImprove error messages
2003-03-20 Adam DickmeissInitialize log_freelist
2003-03-17 Adam DickmeissFixed bug in insert_int
2003-03-02 Adam DickmeissBug fix: missing close (and leaking file handle)
2003-02-04 popxelm support enhanced, now supports simpler predicates
2002-09-03 Adam DickmeissImplemented simple free list block handling for isamb
2002-09-03 Adam DickmeissDont return value when function is void
2002-08-02 Adam DickmeissTowards GPL
2002-07-15 Adam Dickmeissisamb experimental cache - and dummy isam
2002-06-19 Adam Dickmeissalign block sizes for isam sys. Better plot for test
2002-05-30 Adam DickmeissBug fix for deletes (max_item 2)
2002-05-14 Adam DickmeissMinor fix for isamb
2002-05-06 Adam Dickmeissadded assert for read failure
2002-04-30 Adam Dickmeissisamb delete; more statistics
2002-04-30 Adam Dickmeissisamb fixes for pp_read. Statistics
2002-04-29 Adam DickmeissMore isamb statistics
2002-04-26 Adam DickmeissIndex statistics working again
2002-04-23 Adam DickmeissMinor changes
2002-04-23 Adam DickmeissMuch faster merge for b-tree
2002-04-17 Adam Dickmeissminor
2002-04-17 Adam Dickmeissanother fix
2002-04-17 Adam Dickmeissisamb: resize fix
2002-04-17 Adam Dickmeissflat blocks for isamb
2002-04-16 Adam Dickmeissisamb work
2000-10-17 Adam DickmeissFixed notification of live-updates. Fixed minor problem...
2000-10-11 Adam DickmeissUsing YAZ_INIT for autoconf. Added template code for...