summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
Commit message (Expand)AuthorAgeFilesLines
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-38/+38
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-141-2/+2
* Reduce the memory requirement for large ispell dictionaries.Tom Lane2010-10-061-12/+70
* Clean up temporary-memory management during ispell dictionary loading.Tom Lane2010-10-062-43/+48
* Remove cvs keywords from all files.Magnus Hagander2010-09-2016-16/+16
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-192-3/+1
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-052-5/+5
* Add some knowledge about prefix matches to tsmatchsel(). It's not terriblyTom Lane2010-08-011-54/+108
* Tweak tsmatchsel() so that it examines the structure of the tsquery wheneverTom Lane2010-07-311-16/+25
* pgindent run for 9.0, second runBruce Momjian2010-07-061-13/+13
* Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().Tom Lane2010-05-301-45/+97
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-091-5/+4
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-081-1/+8
* Modify the built-in text search parser to handle URLs more nearly accordingTom Lane2010-04-281-11/+34
* Add missing newlines in WPARSER_TRACE output.Tom Lane2010-04-261-3/+3
* Allow underscores in tsearch email addressses, per RFC 5322 and reportBruce Momjian2010-03-131-1/+5
* pgindent run for 9.0Bruce Momjian2010-02-262-9/+9
* When estimating the selectivity of an inequality "column > constant" orTom Lane2010-01-041-1/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-0216-32/+32
* Avoid unnecessary copying of source string when generating a cloned TParser.Tom Lane2009-12-151-5/+69
* Avoid core dump on empty thesaurus dictionary.Tom Lane2009-11-301-5/+5
* Make text search parser accept underscores in XML attributes (bug #5075)Peter Eisentraut2009-11-151-1/+2
* Simplify a few makefile rules since install-sh can now install multiplePeter Eisentraut2009-10-261-7/+3
* Remove duplicate variable initializations identified by clang static checker.Tom Lane2009-08-302-4/+3
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev2009-08-181-4/+12
* Add prefix support for synonym dictionaryTeodor Sigaev2009-08-142-7/+32
* Make backend header files C++ safePeter Eisentraut2009-07-164-17/+17
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-118-169/+179
* Fix tsquerysel() to not fail on an empty TSQuery. Per report fromTom Lane2009-06-031-5/+9
* Some languages have symbols with zero display's width or/and vowels/signs whichTeodor Sigaev2009-03-111-1/+299
* Prevent recursion during parse of email-like string with multiple '@'.Teodor Sigaev2009-03-101-1/+4
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-021-18/+33
* Fix incorrect dereferencing of char* to array's index.Teodor Sigaev2009-01-291-6/+6
* Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev2009-01-152-13/+18
* Fix generation too long headline with ShortWords.Teodor Sigaev2009-01-151-2/+5
* Update copyright for 2009.Bruce Momjian2009-01-0116-32/+32
* Reduce the scaling factor for attstattarget to number-of-lexemes from 100Tom Lane2008-12-151-4/+4
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-131-5/+5
* Fix bug in the tsvector stats collection function, which caused a crash ifHeikki Linnakangas2008-11-271-21/+22
* pg_do_encoding_conversion cannot return NULL (at least not unless the inputTom Lane2008-11-101-5/+1
* Improve headeline generation. Now headline can containTeodor Sigaev2008-10-172-60/+346
* Fix small bug in headline generation.Teodor Sigaev2008-10-171-3/+3
* Create a selectivity estimation function for the text search @@ operator.Tom Lane2008-09-193-16/+435
* Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane2008-07-142-2/+405
* Fix a few places that were non-multibyte-safe in tsearch configuration fileTom Lane2008-06-192-8/+8
* Improve error reporting for problems in text search configuration filesTom Lane2008-06-185-96/+161
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-182-129/+2
* Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian2008-06-173-14/+14
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-162-20/+21