| Age | Commit message (Expand) | Author |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-03-10 | Add a CaseSensitive parameter to synonym dictionaries. | Tom Lane |
| 2008-03-07 | Fix memory arrangement of tsquery after removing stop words. It causes | Teodor Sigaev |
| 2008-03-05 | When text search string is too long, in error message report actual and | Bruce Momjian |
| 2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
| 2008-02-18 | Observe errors in makefile | Peter Eisentraut |
| 2008-01-21 | Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid | Tom Lane |
| 2008-01-16 | Fix core dump with buffer-overrun by too long infinitive. Add checking of using | Teodor Sigaev |
| 2008-01-15 | Tweak new error message to conform to style guidelines. | Tom Lane |
| 2008-01-15 | Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba... | Teodor Sigaev |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-27 | Wording improvements | Peter Eisentraut |
| 2007-11-28 | Make a cleanup pass over error reports in tsearch code. Use ereport | Tom Lane |
| 2007-11-28 | Proper capitalization of Ispell | Peter Eisentraut |
| 2007-11-28 | Improve terminology | Peter Eisentraut |
| 2007-11-28 | Change a stop word on the right-hand-side in the thesaurus file to be an | Bruce Momjian |
| 2007-11-25 | Allow for X as well as x to be the prefix for hexadecimal character ref entit... | Andrew Dunstan |
| 2007-11-25 | Fix XML tag namespace change inadvertantly missed from previous fix. Add | Andrew Dunstan |
| 2007-11-24 | Fix (I think) broken usage of MultiByteToWideChar. I had missed the | Tom Lane |
| 2007-11-20 | Change descriptions of entity and tag objects to "XML entity" and "XML tag". | Andrew Dunstan |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-14 | Add an Accept parameter to "simple" dictionaries. The default of true | Tom Lane |
| 2007-11-10 | Have text search thesaurus files use "?" for stop words. | Bruce Momjian |
| 2007-11-09 | Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms | Tom Lane |
| 2007-11-09 | In tsearch code, remove !(A && B) via restructuring, for clarity | Bruce Momjian |
| 2007-10-27 | Change text search parsing rules for hyphenated words so that digit strings | Tom Lane |
| 2007-10-27 | Add some rudimentary tracing code to the default text search parser, to help | Tom Lane |
| 2007-10-27 | Rename default text search parser's "uri" token type to "url_path", | Tom Lane |
| 2007-10-23 | Rename and slightly redefine the default text search parser's "word" | Tom Lane |
| 2007-10-23 | Fix several bugs in tsvectorin, including crash due to uninitialized field and | Tom Lane |
| 2007-10-19 | Found another small glitch in tsearch API: the two versions of ts_lexize() | Tom Lane |
| 2007-09-26 | Fix crash of to_tsvector() function on huge input: compareWORD() | Teodor Sigaev |
| 2007-09-23 | Temporarily modify tsearch regression tests to suppress notice that comes | Tom Lane |
| 2007-09-18 | Avoid possibly-unportable initializer, per buildfarm warning | Teodor Sigaev |
| 2007-09-11 | Fix header's size of structs defines in ispell. | Teodor Sigaev |
| 2007-09-11 | Add regression tests for ispell, synonym and thesaurus dictionaries. | Teodor Sigaev |
| 2007-09-10 | Fix recently introduced bugs about parsing ispell/hunspell files. | Teodor Sigaev |
| 2007-09-10 | Change void* opaque argument to Datum type, add argument's | Teodor Sigaev |
| 2007-09-10 | Fixes from Heikki Linnakangas <heikki@enterprisedb.com>: | Teodor Sigaev |
| 2007-09-07 | Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with | Teodor Sigaev |
| 2007-09-04 | Restrict tsearch config file base names to contain a-z, 0-9, and underscore, | Tom Lane |
| 2007-08-25 | Fix synonym-dict breakage introduced in last patch :-(. | Tom Lane |
| 2007-08-25 | Cleanup for some problems in tsearch patch: | Tom Lane |
| 2007-08-22 | Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. | Tom Lane |
| 2007-08-22 | Whoops, missed updating dsynonym_init for new dictionary parameter method. | Tom Lane |
| 2007-08-22 | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |