Age | Commit message (Expand) | Author |
2009-08-30 | Remove duplicate variable initializations identified by clang static checker. | Tom Lane |
2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
2009-08-18 | Introduce filtering dictionary support to tsearch. Propagate --nolocale option | Teodor Sigaev |
2009-08-14 | Add prefix support for synonym dictionary | Teodor Sigaev |
2009-07-16 | Make backend header files C++ safe | Peter Eisentraut |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-06-03 | Fix tsquerysel() to not fail on an empty TSQuery. Per report from | Tom Lane |
2009-03-11 | Some languages have symbols with zero display's width or/and vowels/signs which | Teodor Sigaev |
2009-03-10 | Prevent recursion during parse of email-like string with multiple '@'. | Teodor Sigaev |
2009-03-02 | Fix usage of char2wchar/wchar2char. Changes: | Teodor Sigaev |
2009-01-29 | Fix incorrect dereferencing of char* to array's index. | Teodor Sigaev |
2009-01-15 | Fix URL generation in headline. Only tag lexeme will be replaced by space. | Teodor Sigaev |
2009-01-15 | Fix generation too long headline with ShortWords. | Teodor Sigaev |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-15 | Reduce the scaling factor for attstattarget to number-of-lexemes from 100 | Tom Lane |
2008-12-13 | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane |
2008-11-27 | Fix bug in the tsvector stats collection function, which caused a crash if | Heikki Linnakangas |
2008-11-10 | pg_do_encoding_conversion cannot return NULL (at least not unless the input | Tom Lane |
2008-10-17 | Improve headeline generation. Now headline can contain | Teodor Sigaev |
2008-10-17 | Fix small bug in headline generation. | Teodor Sigaev |
2008-09-19 | Create a selectivity estimation function for the text search @@ operator. | Tom Lane |
2008-07-14 | Create a type-specific typanalyze routine for tsvector, which collects stats | Tom Lane |
2008-06-19 | Fix a few places that were non-multibyte-safe in tsearch configuration file | Tom Lane |
2008-06-18 | Improve error reporting for problems in text search configuration files | Tom Lane |
2008-06-18 | Move wchar2char() and char2wchar() from tsearch into /mb to be easier to | Bruce Momjian |
2008-06-17 | Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use | Bruce Momjian |
2008-05-16 | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
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 |