summaryrefslogtreecommitdiff
path: root/src/backend/tsearch/dict_thesaurus.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove unreachable codePeter Eisentraut2012-07-161-2/+0
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-4/+4
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-051-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Avoid core dump on empty thesaurus dictionary.Tom Lane2009-11-301-5/+5
* Make backend header files C++ safePeter Eisentraut2009-07-161-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve error reporting for problems in text search configuration filesTom Lane2008-06-181-24/+9
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane2007-11-281-9/+25
* Change a stop word on the right-hand-side in the thesaurus file to be anBruce Momjian2007-11-281-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-18/+18
* pgindent run for 8.3.Bruce Momjian2007-11-151-15/+16
* Have text search thesaurus files use "?" for stop words.Bruce Momjian2007-11-101-36/+37
* In tsearch code, remove !(A && B) via restructuring, for clarityBruce Momjian2007-11-091-8/+7
* Avoid possibly-unportable initializer, per buildfarm warningTeodor Sigaev2007-09-181-2/+5
* Cleanup for some problems in tsearch patch:Tom Lane2007-08-251-15/+15
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-221-25/+12
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+887