summaryrefslogtreecommitdiff
path: root/src/backend/tsearch/wparser_def.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-11/+11
* Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut2012-05-021-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-1/+1
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-231-2/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-348/+361
* Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is notBruce Momjian2011-02-101-1/+2
* Per-column collation supportPeter Eisentraut2011-02-081-2/+4
* Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alreadyBruce Momjian2011-02-061-6/+6
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-38/+38
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-2/+1
* 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
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Avoid unnecessary copying of source string when generating a cloned TParser.Tom Lane2009-12-151-5/+69
* Make text search parser accept underscores in XML attributes (bug #5075)Peter Eisentraut2009-11-151-1/+2
* Make backend header files C++ safePeter Eisentraut2009-07-161-3/+3
* 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 URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev2009-01-151-11/+16
* Fix generation too long headline with ShortWords.Teodor Sigaev2009-01-151-2/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve headeline generation. Now headline can containTeodor Sigaev2008-10-171-57/+322
* Fix small bug in headline generation.Teodor Sigaev2008-10-171-3/+3
* Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian2008-06-171-7/+7
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Allow for X as well as x to be the prefix for hexadecimal character ref entit...Andrew Dunstan2007-11-251-1/+2
* Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan2007-11-251-3/+8
* Change descriptions of entity and tag objects to "XML entity" and "XML tag".Andrew Dunstan2007-11-201-32/+57
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-32/+32
* pgindent run for 8.3.Bruce Momjian2007-11-151-11/+11
* Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platformsTom Lane2007-11-091-3/+3
* Change text search parsing rules for hyphenated words so that digit stringsTom Lane2007-10-271-70/+13
* Add some rudimentary tracing code to the default text search parser, to helpTom Lane2007-10-271-224/+272
* Rename default text search parser's "uri" token type to "url_path",Tom Lane2007-10-271-27/+27
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-231-214/+217
* Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> withTeodor Sigaev2007-09-071-6/+6
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-221-53/+43
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+1873