| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -38/+38 |
| * | Cleanup various comparisons with the constant "true". | Robert Haas | 2010-11-14 | 1 | -2/+2 |
| * | Reduce the memory requirement for large ispell dictionaries. | Tom Lane | 2010-10-06 | 1 | -12/+70 |
| * | Clean up temporary-memory management during ispell dictionary loading. | Tom Lane | 2010-10-06 | 2 | -43/+48 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 16 | -16/+16 |
| * | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 | 2 | -3/+1 |
| * | Standardize get_whatever_oid functions for other object types. | Robert Haas | 2010-08-05 | 2 | -5/+5 |
| * | Add some knowledge about prefix matches to tsmatchsel(). It's not terribly | Tom Lane | 2010-08-01 | 1 | -54/+108 |
| * | Tweak tsmatchsel() so that it examines the structure of the tsquery whenever | Tom Lane | 2010-07-31 | 1 | -16/+25 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -13/+13 |
| * | Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats(). | Tom Lane | 2010-05-30 | 1 | -45/+97 |
| * | Adjust comments about avoiding use of printf's %.*s. | Tom Lane | 2010-05-09 | 1 | -5/+4 |
| * | Work around a subtle portability problem in use of printf %s format. | Tom Lane | 2010-05-08 | 1 | -1/+8 |
| * | Modify the built-in text search parser to handle URLs more nearly according | Tom Lane | 2010-04-28 | 1 | -11/+34 |
| * | Add missing newlines in WPARSER_TRACE output. | Tom Lane | 2010-04-26 | 1 | -3/+3 |
| * | Allow underscores in tsearch email addressses, per RFC 5322 and report | Bruce Momjian | 2010-03-13 | 1 | -1/+5 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 2 | -9/+9 |
| * | When estimating the selectivity of an inequality "column > constant" or | Tom Lane | 2010-01-04 | 1 | -1/+2 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 16 | -32/+32 |
| * | Avoid unnecessary copying of source string when generating a cloned TParser. | Tom Lane | 2009-12-15 | 1 | -5/+69 |
| * | Avoid core dump on empty thesaurus dictionary. | Tom Lane | 2009-11-30 | 1 | -5/+5 |
| * | Make text search parser accept underscores in XML attributes (bug #5075) | Peter Eisentraut | 2009-11-15 | 1 | -1/+2 |
| * | Simplify a few makefile rules since install-sh can now install multiple | Peter Eisentraut | 2009-10-26 | 1 | -7/+3 |
| * | Remove duplicate variable initializations identified by clang static checker. | Tom Lane | 2009-08-30 | 2 | -4/+3 |
| * | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 | 1 | -2/+2 |
| * | Introduce filtering dictionary support to tsearch. Propagate --nolocale option | Teodor Sigaev | 2009-08-18 | 1 | -4/+12 |
| * | Add prefix support for synonym dictionary | Teodor Sigaev | 2009-08-14 | 2 | -7/+32 |
| * | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 | 4 | -17/+17 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 8 | -169/+179 |
| * | Fix tsquerysel() to not fail on an empty TSQuery. Per report from | Tom Lane | 2009-06-03 | 1 | -5/+9 |
| * | Some languages have symbols with zero display's width or/and vowels/signs which | Teodor Sigaev | 2009-03-11 | 1 | -1/+299 |
| * | Prevent recursion during parse of email-like string with multiple '@'. | Teodor Sigaev | 2009-03-10 | 1 | -1/+4 |
| * | Fix usage of char2wchar/wchar2char. Changes: | Teodor Sigaev | 2009-03-02 | 1 | -18/+33 |
| * | Fix incorrect dereferencing of char* to array's index. | Teodor Sigaev | 2009-01-29 | 1 | -6/+6 |
| * | Fix URL generation in headline. Only tag lexeme will be replaced by space. | Teodor Sigaev | 2009-01-15 | 2 | -13/+18 |
| * | Fix generation too long headline with ShortWords. | Teodor Sigaev | 2009-01-15 | 1 | -2/+5 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 16 | -32/+32 |
| * | Reduce the scaling factor for attstattarget to number-of-lexemes from 100 | Tom Lane | 2008-12-15 | 1 | -4/+4 |
| * | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane | 2008-12-13 | 1 | -5/+5 |
| * | Fix bug in the tsvector stats collection function, which caused a crash if | Heikki Linnakangas | 2008-11-27 | 1 | -21/+22 |
| * | pg_do_encoding_conversion cannot return NULL (at least not unless the input | Tom Lane | 2008-11-10 | 1 | -5/+1 |
| * | Improve headeline generation. Now headline can contain | Teodor Sigaev | 2008-10-17 | 2 | -60/+346 |
| * | Fix small bug in headline generation. | Teodor Sigaev | 2008-10-17 | 1 | -3/+3 |
| * | Create a selectivity estimation function for the text search @@ operator. | Tom Lane | 2008-09-19 | 3 | -16/+435 |
| * | Create a type-specific typanalyze routine for tsvector, which collects stats | Tom Lane | 2008-07-14 | 2 | -2/+405 |
| * | Fix a few places that were non-multibyte-safe in tsearch configuration file | Tom Lane | 2008-06-19 | 2 | -8/+8 |
| * | Improve error reporting for problems in text search configuration files | Tom Lane | 2008-06-18 | 5 | -96/+161 |
| * | Move wchar2char() and char2wchar() from tsearch into /mb to be easier to | Bruce Momjian | 2008-06-18 | 2 | -129/+2 |
| * | Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use | Bruce Momjian | 2008-06-17 | 3 | -14/+14 |
| * | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 | 2 | -20/+21 |