Honor position attribute, i.e. allow first-in-field search. To
[idzebra-moved-to-github.git] / isamb /
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-07-05 Adam DickmeissOmit version-info for convenience libraries
2006-07-03 Adam DickmeissBuild main libidzebra-2.0.la. Bug #620.
2006-06-29 Adam DickmeissRevert. Libs installed in /usr/lib (again). Minor tweak...
2006-06-29 Adam DickmeissStore Zebra libs in <prefix>/lib/idzebra<suffix> and...
2006-06-26 Marc Crommepreparing release 2.0.0 before.bug.529
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2006-04-27 Marc Crommemake distcheck works now
2005-10-27 Adam DickmeissTests for identical keys in ISAMB
2005-08-19 Adam DickmeissAdded a few casts converting from unsigned char* -...
2005-06-29 Adam DickmeissFixed a bug in ISAMB splitting. A new block was attempt...
2005-04-25 Adam DickmeissRemove unused var
2005-04-25 Adam DickmeissRemove assert: if end-of-stream PP may not be leaf
2005-04-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-04-14 Adam DickmeissFix uinitialized var in test
2005-04-13 Adam DickmeissGet rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use...
2005-03-21 Adam DickmeissFixed bug #275: Leaf node split problem(s).
2005-03-18 Adam DickmeissFix a bug where second-half of block in leaf split...
2005-03-08 Adam DickmeissAdded a few casts from zint to double/int where appropr...
2005-03-05 Adam DickmeissString attribute support for record filter interface.
2005-01-16 Adam DickmeissAdded include stdlib.h
2005-01-16 Adam DickmeissAdded include stdlib.h a few places to get prototype...
2005-01-16 Adam DickmeissWS update
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2005-01-15 Adam DickmeissPre C-99 declarations.
2005-01-15 Adam DickmeissFixed bug #113: Compress upper nodes in isam-b.
2005-01-13 Adam DickmeissWS changes
2005-01-03 Adam DickmeissFixed bug #246
2005-01-03 Adam DickmeissFix odd/even delete test
2005-01-02 Adam DickmeissProper assert for sub entry size
2005-01-02 Adam DickmeissSwap functions - minor changes to compare tst function
2005-01-02 Adam DickmeissAllow ISAMB_PTR_CODEC=0 to work
2004-12-13 Adam Dickmeissusing yaz/log.h again
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-30 Adam DickmeissRemove TCL_LIB from all LDADDs except for Tcl filter...
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-30 Adam DickmeissUpdate cvsignore due to new type of files generated...
2004-08-24 Adam DickmeissFix other SO dependency
2004-08-24 Adam DickmeissSwitching to Libtool shared libraries for Zebra.
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 DickmeissFor includes specs in Makefiles use AM_CPPFLAGS instead...
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 DickmeissProper test for forward
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 DickmeissLoosen test a bit
2004-06-02 Adam DickmeissReformat to keep lines <80 chars. Added two asserts.
2004-06-02 Adam DickmeissAdded isamb_pp_forward test. Changed messages from...
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 DickmeissDefine log_item
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-29 Mike Tayloradd .cvsignore files
2002-08-17 Adam DickmeissUpdated Makefiles
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
next