Teodor Sigaev
51fb9106e0
Fix caching of unsuccessful initialization of parser or configuration.
...
Per report from Listmail <lists@peufeu.com >
2007-04-02 11:43:11 +00:00
Tom Lane
ae1d34f23a
Back-port several small portability fixes to get contrib building
...
cleanly on AIX in the 8.0 branch. Rocco Altier
2005-08-02 01:35:23 +00:00
Teodor Sigaev
da2010f40b
Fix various comparing functions
2005-03-31 15:10:48 +00:00
Bruce Momjian
b6b71b85bc
Pgindent run for 8.0.
2004-08-29 05:07:03 +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
553bc41633
1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703
...
2 remove select qeury in inserts
2004-05-31 16:51:56 +00:00
Teodor Sigaev
11864ab657
Win32 related patch by Darko Prenosil. Small correct by teodor
2004-05-31 13:29:43 +00:00
Tom Lane
47fe0517fc
Fix some portability issues (reliance on gcc-isms).
2004-04-01 23:44:38 +00:00
Teodor Sigaev
4ca765f9aa
Ignore too long lexeme
2003-11-25 13:33:15 +00:00
Bruce Momjian
6000e32805
I've not changed any malloc/calloc to palloc. It looks to me that these memory
...
areas are for the lifetime of the backend and in the interests of not breaking
something that's not broken I left alone.
Note for anyone reading this and wanting it for tsearch-v2-stable (i.e. for 7.3
backend) this patch probably will not apply cleanly to that source. It should
be simple enough to see what's going on and apply the changes by hand if need
be.
--
Nigel J. Andrews
2003-09-29 18:54:38 +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
Bruce Momjian
089003fb46
pgindent run.
2003-08-04 00:43:34 +00:00
Tom Lane
8fd5b3ed67
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
2003-07-24 17:52:50 +00:00
Teodor Sigaev
b88605337e
tsearch2 module
2003-07-21 10:27:44 +00:00