Implemented Sort.
[idzebra-moved-to-github.git] / index / zserver.c
1998-02-10 Adam DickmeissImplemented Sort.
1998-01-29 Adam DickmeissCompress ISAM is default.
1998-01-12 Adam DickmeissThe test option (-s) only uses read-lock (and not write...
1997-11-18 Adam DickmeissChanged character map facility so that admin can specif...
1997-10-27 Adam DickmeissMoved towards generic character mapping depending on...
1997-09-29 Adam DickmeissRevised locking system to be thread safe for the server.
1997-09-25 Adam DickmeissWindows NT port.
1997-09-17 Adam DickmeissZebra version corresponds to YAZ version 1.4.
1997-09-04 Adam DickmeissNew retrieve/extract method tellf (added).
1997-07-28 Adam DickmeissServer returns diagnostic 14 when record doesn't exist.
1996-12-23 Adam DickmeissWork on truncation.
1996-12-11 Adam DickmeissAdded better compression.
1996-11-15 Adam DickmeissLogging of execution speed by using the times(2) call.
1996-11-08 Adam DickmeissBuffers used during file match got bigger.
1996-10-29 Adam DickmeissUse of cisam system - enabled if setting isamc is 1.
1996-06-04 Adam DickmeissMinor changes - removed include of ctype.h.
1996-05-31 Sebastian HammerWork on character-set handling
1996-05-14 Adam DickmeissScan support in multiple registers/databases.
1996-05-14 Adam DickmeissCompact use/set bytes used in search service.
1996-05-01 Adam DickmeissFirst work on multiple records in one file.
1996-03-26 Adam DickmeissNew setting lockPath: directory of various lock files.
1996-03-20 Adam DickmeissFunction dict_lookup_grep got extra parameter, init_pos...
1996-01-17 Adam DickmeissPrototype changed for reader functions in extract/retri...
1995-12-11 Adam DickmeissThe rec_get function returns NULL if record doesn't...
1995-12-08 Adam DickmeissWork on update while servers are running. Three lock...
1995-12-07 Adam DickmeissWork locking mechanisms for concurrent updates/commit.
1995-12-04 Adam DickmeissExtra arg to recType_byName.
1995-11-28 Adam DickmeissZebra config renamed.
1995-11-27 Adam DickmeissNew option -t. storeStore data implemented in server.
1995-11-25 Adam DickmeissMore record fields - they are enumerated now.
1995-11-21 Adam DickmeissConfig file 'base' read by default by both indexer...
1995-11-20 Adam DickmeissNew update method: the 'old' keys are saved for each...
1995-11-16 Adam DickmeissBetter logging of rpn query.
1995-11-16 Adam DickmeissUses new record management system in both indexer and...
1995-11-01 Sebastian Hammer*** empty log message ***
1995-10-27 Adam DickmeissImplemented detection of database availability.
1995-10-17 Adam DickmeissNew feature: databases. Implemented as prefix to words...
1995-10-16 Sebastian HammerChanges to support element set names and espec1
1995-10-16 Adam DickmeissMore work on relational op.
1995-10-13 Adam DickmeissOptimization of truncation.
1995-10-12 Adam DickmeissBug fixes in rpn_prox.
1995-10-09 Adam DickmeissFunction dict_lookup_grep got extra client data parameter.
1995-10-06 Adam DickmeissNew result set method: r_score.
1995-10-06 Adam DickmeissBug fixes. Handler may abort further scanning.
1995-10-06 Adam DickmeissScan added. 'occurrences' in scan entries not set yet.
1995-10-02 Sebastian HammerSet default resulting record type in fetch.
1995-10-02 Adam DickmeissNew member in recRetrieveCtrl: diagnostic.
1995-09-28 Adam Dickmeissxfree/xmalloc used everywhere.
1995-09-27 Adam DickmeissMore work on retrieve.
1995-09-08 Adam DickmeissRecord buffer maintained in server_info.
1995-09-06 Adam DickmeissOption: only one word key per file.
1995-09-06 Adam DickmeissMore work on present. Some log messages removed.
1995-09-05 Adam DickmeissMore work on search engine.
1995-09-04 Adam DickmeissVarious cleanup. YAZ util used instead.
1995-09-04 Adam DickmeissMore work on index add/del/update.