| Commit message (Expand) | Author | Age |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Revise the API for GUC variable assign hooks. | Tom Lane | 2011-04-07 |
* | Add backwards-compatible declarations of some core GIN support functions. | Tom Lane | 2011-02-16 |
* | Fix up core tsquery GIN support for new extractQuery API. | Tom Lane | 2011-01-09 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Reduce the memory requirement for large ispell dictionaries. | Tom Lane | 2010-10-06 |
* | Clean up temporary-memory management during ispell dictionary loading. | Tom Lane | 2010-10-06 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Update a number of broken links in comments. | Magnus Hagander | 2010-04-02 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Introduce filtering dictionary support to tsearch. Propagate --nolocale option | Teodor Sigaev | 2009-08-18 |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Fix URL generation in headline. Only tag lexeme will be replaced by space. | Teodor Sigaev | 2009-01-15 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Improve headeline generation. Now headline can contain | Teodor Sigaev | 2008-10-17 |
* | Create a selectivity estimation function for the text search @@ operator. | Tom Lane | 2008-09-19 |
* | Create a type-specific typanalyze routine for tsvector, which collects stats | Tom Lane | 2008-07-14 |
* | 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-18 |
* | Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use | Bruce Momjian | 2008-06-17 |
* | Comment fix, should say TSQuery instead of TSVector. | Heikki Linnakangas | 2008-06-10 |
* | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane | 2008-05-16 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid | Tom Lane | 2008-01-21 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Adjust the names of a couple of tsearch index support functions that had | Tom Lane | 2007-11-28 |
* | 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-15 |
* | Resurrect the code for the rewrite(ARRAY[...]) aggregate function, | Tom Lane | 2007-11-13 |
* | Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms | Tom Lane | 2007-11-09 |
* | Remove the aggregate form of ts_rewrite(), since it doesn't work as desired | Tom Lane | 2007-10-24 |
* | Fix two-argument form of ts_rewrite() so it actually works for cases where | Tom Lane | 2007-10-23 |
* | Fix shared tsvector/tsquery input code so that we don't say "syntax error in | Tom Lane | 2007-10-21 |
* | Found another small glitch in tsearch API: the two versions of ts_lexize() | Tom Lane | 2007-10-19 |
* | Remove QueryOperand->istrue flag, it was used only in cover ranking | Teodor Sigaev | 2007-09-11 |
* | Fix header's size of structs defines in ispell. | Teodor Sigaev | 2007-09-11 |
* | Refactor from Heikki Linnakangas <heikki@enterprisedb.com>: | Teodor Sigaev | 2007-09-11 |
* | Change void* opaque argument to Datum type, add argument's | Teodor Sigaev | 2007-09-10 |
* | Improvements from Heikki Linnakangas <heikki@enterprisedb.com> | Teodor Sigaev | 2007-09-07 |
* | Improving various checks by Heikki Linnakangas <heikki@enterprisedb.com> | Teodor Sigaev | 2007-09-07 |
* | Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with | Teodor Sigaev | 2007-09-07 |
* | Cleanup for some problems in tsearch patch: | Tom Lane | 2007-08-25 |
* | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane | 2007-08-22 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |