summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
Commit message (Expand)AuthorAgeFilesLines
* Rename the uninstall scripts for contrib/lo and contrib/tsearch2 toTom Lane2006-09-111-3/+3
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-105-782/+816
* Use '' rather than \' for literal single quotes in strings inBruce Momjian2006-09-023-28/+43
* Add description of tsvector type layoutTeodor Sigaev2006-08-291-0/+14
* Remove pos comparison in silly_cmp_tsvector(): it is not a semantically signi...Teodor Sigaev2006-08-291-2/+0
* Fix incorrect length of lexemes in silly_cmp_tsvector()Teodor Sigaev2006-08-291-1/+1
* Fix regression tests: after changing comparing functionTeodor Sigaev2006-08-251-1/+1
* Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunn...Teodor Sigaev2006-08-241-8/+34
* Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane2006-07-151-1/+3
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-146-20/+7
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-131-0/+1
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-112-10/+10
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-1/+1
* GIN improvementsTeodor Sigaev2006-07-111-4/+4
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-112-3/+3
* Allow /contrib include files to compile on their own.Bruce Momjian2006-07-106-10/+12
* ChangesTeodor Sigaev2006-06-282-5/+5
* Now ispell dictionary can eat dictionaries in MySpell format,Teodor Sigaev2006-06-092-3/+92
* Allow do not lexize words in substitution.Teodor Sigaev2006-06-062-30/+69
* Fix wrong NOTICE/ERROR levelsTeodor Sigaev2006-06-021-3/+3
* Distinguish between stop-word recognized in thesaurus_lexize()Teodor Sigaev2006-06-021-3/+4
* Add more strict check of stop and non-recognized words,Teodor Sigaev2006-06-021-3/+12
* fix comparison with SPI_processedTeodor Sigaev2006-05-311-1/+1
* Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes.Teodor Sigaev2006-05-3113-129/+1257
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-0/+2
* Back out \' change for tsearch2, broke regression tests.Bruce Momjian2006-05-192-2/+2
* Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X.Bruce Momjian2006-05-192-2/+2
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-025-2/+243
* Fix stupid mistake in rank_cd_def cleanupTeodor Sigaev2006-04-101-2/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-1119-0/+35
* Significantly improve ranking:Teodor Sigaev2006-03-023-92/+161
* This patch makes the error message strings throughout the backendNeil Conway2006-03-0112-42/+42
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-272-203/+203
* Fixing and improve compound word support. This changes cannot be applied toTeodor Sigaev2006-02-201-56/+75
* Clean up some signedness warnings.Tom Lane2006-02-103-10/+12
* Allow "'" symbol in affixes ("'s" affix in english): it was diallowed duringTeodor Sigaev2006-02-101-7/+9
* renew output of regression test accordingly toTeodor Sigaev2006-02-102-730/+730
* 1 Fix bug with very short word: prefix and suffix might be overlapped,Teodor Sigaev2006-02-092-53/+62
* Check number of affixes to prevent core dump with zero number of affixesTeodor Sigaev2006-02-061-0/+3
* Snowball multibyte. It's a pity, but snowball sources is very diferent for mu...Teodor Sigaev2006-01-278-27/+974
* Fix typeing as Tom suggestTeodor Sigaev2006-01-231-1/+1
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-202-19/+25
* Multibyte encodings support for ISpell dictionaryTeodor Sigaev2005-12-215-147/+232
* Improve support of multibyte encoding:Teodor Sigaev2005-12-1219-146/+263
* Improve tag recognizingTeodor Sigaev2005-12-082-2/+22
* Fix small memory leakTeodor Sigaev2005-12-071-1/+1
* Improve word parser.Teodor Sigaev2005-12-072-1/+51
* Improve word parser.Teodor Sigaev2005-12-052-22/+65
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-2218-1522/+1796
* Fixes motivated by snake and spoonbill pgbuildfarm membersTeodor Sigaev2005-11-223-13/+18