summaryrefslogtreecommitdiff
path: root/src/include/tsearch
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2013Bruce Momjian2013-01-017-7/+7
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-253-18/+18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-5/+5
* Remove duplicate words in comments.Heikki Linnakangas2012-05-021-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-017-7/+7
* Improve comments for TSLexeme data structure.Tom Lane2011-11-031-8/+19
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Improve comments describing tsvector data structure.Tom Lane2011-08-261-25/+27
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-1/+2
* Add backwards-compatible declarations of some core GIN support functions.Tom Lane2011-02-161-0/+3
* Fix up core tsquery GIN support for new extractQuery API.Tom Lane2011-01-091-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-017-7/+7
* Reduce the memory requirement for large ispell dictionaries.Tom Lane2010-10-061-0/+4
* Clean up temporary-memory management during ispell dictionary loading.Tom Lane2010-10-061-8/+14
* Remove cvs keywords from all files.Magnus Hagander2010-09-207-7/+7
* Update a number of broken links in comments.Magnus Hagander2010-04-021-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-027-14/+14
* Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev2009-08-181-1/+2
* Make backend header files C++ safePeter Eisentraut2009-07-163-7/+7
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-113-7/+7
* Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev2009-01-151-2/+3
* Update copyright for 2009.Bruce Momjian2009-01-017-14/+14
* Improve headeline generation. Now headline can containTeodor Sigaev2008-10-171-1/+3
* Create a selectivity estimation function for the text search @@ operator.Tom Lane2008-09-191-1/+4
* Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane2008-07-141-1/+3
* Improve error reporting for problems in text search configuration filesTom Lane2008-06-181-1/+17
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-182-7/+2
* Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian2008-06-171-8/+4
* Comment fix, should say TSQuery instead of TSVector.Heikki Linnakangas2008-06-101-3/+3
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-163-6/+13
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-1/+6
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-7/+1
* Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a validTom Lane2008-01-211-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-017-14/+14
* Adjust the names of a couple of tsearch index support functions that hadTom Lane2007-11-281-3/+3
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-156-67/+67
* pgindent run for 8.3.Bruce Momjian2007-11-157-103/+103
* Resurrect the code for the rewrite(ARRAY[...]) aggregate function,Tom Lane2007-11-131-1/+3
* Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane2007-11-092-43/+24
* Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane2007-10-241-3/+1
* Fix two-argument form of ts_rewrite() so it actually works for cases whereTom Lane2007-10-231-1/+3
* Fix shared tsvector/tsquery input code so that we don't say "syntax error inTom Lane2007-10-211-3/+5
* Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane2007-10-191-3/+2
* Remove QueryOperand->istrue flag, it was used only in cover rankingTeodor Sigaev2007-09-111-3/+2
* Fix header's size of structs defines in ispell.Teodor Sigaev2007-09-111-3/+3
* Refactor from Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-111-4/+11
* Change void* opaque argument to Datum type, add argument'sTeodor Sigaev2007-09-101-3/+5
* Improvements from Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-071-13/+20
* Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com>Teodor Sigaev2007-09-071-3/+9