summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove forgotten // commentsTeodor Sigaev2005-11-211-2/+0
* Text parser rewritten:Teodor Sigaev2005-11-2115-424/+1613
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-183-10/+16
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-1/+1
* Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also us...Teodor Sigaev2005-11-142-8/+9
* fix returning valueTeodor Sigaev2005-11-141-0/+2
* Fix rwrite(ARRAY) on 64-bit boxes:Teodor Sigaev2005-11-093-11/+22
* New features for tsearch2:Teodor Sigaev2005-11-0814-112/+1874
* R-tree is dead ... long live GiST.Tom Lane2005-11-073-6/+3
* Fix incorrect header size macrosTeodor Sigaev2005-11-031-1/+1
* Add sanity check of queryTeodor Sigaev2005-10-311-1/+2
* 1 Fix problem with lost precision in rank with OR-ed lexemesTeodor Sigaev2005-10-283-23/+49
* Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane2005-10-183-11/+15
* Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane2005-10-151-0/+1
* Fix bogus error test in get_ti_Oid().Tom Lane2005-10-151-1/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1529-2364/+3310
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-274-8/+8
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-4/+4
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-244-34/+39
* 1 Update Snowball sourcesTeodor Sigaev2005-09-1514-2337/+2269
* Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane2005-07-241-2/+2
* Add extra argument for new pg_regexec API.Bruce Momjian2005-07-101-1/+1
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-262-30/+30
* Fix bogus assumption that sizeof() produces an int-sized result.Tom Lane2005-06-201-2/+2
* Prevent to divide by zero and range out of 0..1Teodor Sigaev2005-06-011-4/+7
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-302-14/+22
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-256-30/+30
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-6/+0
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-0610-46/+23