summaryrefslogtreecommitdiff
path: root/src/backend/tsearch/wparser_def.c
Commit message (Expand)AuthorAgeFilesLines
* 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