Repository List
/
pgestraier
/
trunk
/
pgest.c @ HEAD
English
Français
Chinese (Simplified)
Chinese (Traditional)
Blame/Annotate
Checkout
View File
RSS Feed
Show last: 20 ,
50
,
100
,
All
Next page
Date
File
Revision
Author
Diff
Revision Log
2007/02/03 17:13:07
85
85
dpavlin
HTML
|
TEXT
add PG_MODULE_MAGIC for PostgreSQL 8.2
2006/08/08 12:15:55
80
80
dpavlin
HTML
|
TEXT
bugfix: offset implementation didn't return all records
2006/08/08 11:42:01
79
79
dpavlin
HTML
|
TEXT
update trigger now uses est_node_edit_doc (as it should)
2006/08/07 22:47:41
73
73
dpavlin
HTML
|
TEXT
hush size_t warning
2006/08/07 22:44:21
72
72
dpavlin
HTML
|
TEXT
hush compiler warning
2006/08/07 11:14:52
61
61
dpavlin
HTML
|
TEXT
added pgest_trigger function which allows updateable indexes
2006/05/11 16:19:38
57
57
dpavlin
HTML
|
TEXT
initial implementation of hints using (fake) atribute names in form HINTS.something
(e.g. HITS.HIT or HINTS.WORDNUM...)
2006/05/11 15:52:50
56
56
dpavlin
HTML
|
TEXT
fix multiple attributes delimited with {{!}}, fix warnings
2006/05/09 22:55:42
51
51
dpavlin
HTML
|
TEXT
depriciated usage of direct access to index. use node API and estmaster
instead.
2005/10/29 18:54:40
49
49
dpavlin
HTML
|
TEXT
added depth to node API version of pgest, note that you have to use modified
perl wrapper with node API
2005/10/20 16:24:26
48
48
dpavlin
HTML
|
TEXT
moved argument offsets into #define(s)
2005/09/11 21:44:56
47
47
dpavlin
HTML
|
TEXT
few more check to keep PostgreSQL from segfaulting in case of errors
2005/09/10 22:51:03
44
44
dpavlin
HTML
|
TEXT
check if search failed and report status
2005/09/10 20:35:09
41
41
dpavlin
HTML
|
TEXT
added node API
2005/09/10 18:51:13
40
40
dpavlin
HTML
|
TEXT
add support for multiple attributes delimited by {{!}}
2005/07/08 15:26:04
39
39
dpavlin
HTML
|
TEXT
removed misleading INFO message (hint: it's not a bug)
2005/07/08 12:47:49
38
38
dpavlin
HTML
|
TEXT
added est_cond_set_max to return just minumum needed resutls from Hyper Estraier
2005/07/06 14:47:56
31
31
dpavlin
HTML
|
TEXT
added results order (see test.sql for example) to function arguments,
fixed limit (it really returns limit rows, and not limit - offset :-\),
added est_cond_delete(cond) so that we don't leek memory
2005/06/30 20:01:36
27
27
dpavlin
HTML
|
TEXT
fix for compilation on PostgreSQL 8.0
2005/05/27 21:06:01
25
25
dpavlin
removed obsolete implementeation without attribute specification which was
also slower according to benchmarks.