summaryrefslogtreecommitdiff
path: root/contrib/tsearch2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change tsearch2 to not use the unsafe practice of creating functionsTom Lane2005-05-033-16/+16
* Add comment about permissions on pg_ts* tablesTeodor Sigaev2005-04-191-0/+1
* 1 fix various comparing functionsTeodor Sigaev2005-03-316-10/+35
* Prevent rank change in case of duplicate search termsTeodor Sigaev2005-03-051-18/+74
* Avoid unnecessary dependence on u_int16_t, per buildfarm failure.Tom Lane2005-01-261-1/+1
* improve support of agglutinative languages (query with compound words).Teodor Sigaev2005-01-2512-85/+146
* ChangeTeodor Sigaev2005-01-256-44/+57
* Fixes:Teodor Sigaev2005-01-112-13/+20
* This patch makes some cleanups to contrib/ to silence some sparseNeil Conway2004-11-093-31/+31
* Fix some more 'old-style parameter declaration' warnings.Tom Lane2004-10-251-7/+17
* Avoid macro-redefinition warnings on Windows, per Andrew Dunstan.Tom Lane2004-10-212-2/+7
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-213-4/+2
* Make the standard stopword files be sought relative to share_dir, soTom Lane2004-10-173-10/+22
* Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as toTom Lane2004-09-142-65/+63
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-1/+1
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-7/+7
* Pgindent run for 8.0.Bruce Momjian2004-08-2916-912/+1210
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-14/+19
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-042-5/+5
* Fix misspellings: langauge -> language.Tom Lane2004-07-041-1/+1
* 1 Eliminate duplicate field HLWORD->skipTeodor Sigaev2004-06-286-117/+218
* Previous commit wasnt full...Teodor Sigaev2004-06-231-9/+9
* 1 Fix affixes with void replacement (AFAIK, it's only russian)Teodor Sigaev2004-06-236-76/+339
* Fix stupid bug in installcheckTeodor Sigaev2004-06-232-8/+8
* Fix silly bugTeodor Sigaev2004-06-011-1/+1
* 1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703Teodor Sigaev2004-05-3111-113/+233
* Fix memory leak with pg_regexecTeodor Sigaev2004-05-311-1/+4
* Fix memory leak with pg_regcompTeodor Sigaev2004-05-311-0/+1
* Win32 related patch by Darko Prenosil. Small correct by teodorTeodor Sigaev2004-05-316-20/+38
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-2/+2
* Stat function now can show statistics per weight of lexemesTeodor Sigaev2004-05-286-37/+160
* Update docs from Andrew J. Kopciuch <akopciuch@bddf.ca>Teodor Sigaev2004-05-142-724/+785
* Suppress 'uninitialized variable' warning emitted by some (not all)Tom Lane2004-05-071-1/+1
* Use regprocedure type instead of oid. Usefull for human read and dump/restoreTeodor Sigaev2004-05-071-7/+7
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-073-12/+12
* Fix some more compatibility issues (ctype.h macros must never be passedTom Lane2004-04-023-13/+14