summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
Commit message (Expand)AuthorAgeFilesLines
* Fix localization support for multibyte encoding and C locale.Teodor Sigaev2007-01-153-52/+144
* Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane2006-12-281-1/+17
* Fix memory reallocation conditionTeodor Sigaev2006-12-261-2/+2
* Fix convertion for 'PFX flag N num'Teodor Sigaev2006-12-211-1/+1
* Fix core dump of ispell for case of non-successfull initialization.Teodor Sigaev2006-12-042-4/+4
* Fix lowercasing while parse OO dictionaryTeodor Sigaev2006-11-231-3/+3
* Avoid infinity calculations in rank_cdTeodor Sigaev2006-11-221-1/+11
* Fix type in return valueTeodor Sigaev2006-11-211-1/+1
* Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php.Teodor Sigaev2006-11-206-62/+131
* Fix two typos.Neil Conway2006-11-081-2/+2
* New README, forgotten when docs was updatedTeodor Sigaev2006-11-081-166/+167
* Add description of new featuresTeodor Sigaev2006-10-313-90/+503
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-052-16/+17
* Improve error messages from to_tsquery per yesterday's discussion:Tom Lane2006-10-041-8/+18
* pgindent run for 8.2.Bruce Momjian2006-10-0429-1621/+2156
* Update tsearch2 README.Bruce Momjian2006-10-021-3/+2
* 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