Tom Lane
b04e70b11e
Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to
...
simplify life for the Win32 installer. Per Dave Page.
2004-09-14 03:58:54 +00:00
Teodor Sigaev
bb89237531
1 Eliminate duplicate field HLWORD->skip
...
2 Rework support for html tags in parser
3 add HighlightAll to headline function for generating highlighted
whole text with saved html tags
2004-06-28 16:19:09 +00:00
Teodor Sigaev
09bc52fe73
Fix stupid bug in installcheck
2004-06-23 09:43:43 +00:00
Teodor Sigaev
a6ea6457fa
Stat function now can show statistics per weight of lexemes
2004-05-28 15:36:49 +00:00
Teodor Sigaev
eebdfcdbe6
1 Minimize memory allocation for void (but not null) value.
...
2 Add silly ordering for ts_vector to aim grouping, union, except etc. Don't use BTree opclass (tsvector_ops).
2004-03-25 16:56:10 +00:00
Teodor Sigaev
0b1ee9b5a3
fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@softwareag.com>.
...
The 'word' variable there is initialised from
the prs->words array, but immediately after,
that array may be reallocated, thus leaving
word pointing to unallocated memory.
2003-09-22 13:32:33 +00:00
Teodor Sigaev
61366a9503
More accuracy works with stopwords in queries
2003-08-28 12:23:24 +00:00
Teodor Sigaev
dd2870f76f
Add ts_debug function for debugging configurations
2003-08-06 09:19:21 +00:00
Tom Lane
6ed071bca5
Update contrib regression tests for recent error message editing.
2003-08-01 02:38:09 +00:00
Teodor Sigaev
8f146a9077
Fix output to psql:tsearch2.sql:13: NOTICE: ... "pg_ts_dict_pkey"
2003-07-21 15:15:19 +00:00
Teodor Sigaev
b88605337e
tsearch2 module
2003-07-21 10:27:44 +00:00