| Age | Commit message (Expand) | Author |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-28 | Adjust the names of a couple of tsearch index support functions that had | Tom Lane |
| 2007-11-20 | Adjust contrib/tsearch2 regression results to use XML tag and XML entity desc... | Andrew Dunstan |
| 2007-11-16 | Add snb_ru_init(internal) to list of stub functions in tsearch2 | Tom Lane |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-13 | Resurrect the code for the rewrite(ARRAY[...]) aggregate function, | Tom Lane |
| 2007-11-13 | Ooops, missed one file to remove. | Tom Lane |
| 2007-11-13 | Replace the now-incompatible-with-core contrib/tsearch2 module with a | Tom Lane |
| 2007-11-13 | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian |
| 2007-11-11 | Make /contrib install/uninstall script consistent: | Bruce Momjian |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-07-15 | Avoid possibly-unportable initializer, per buildfarm warning. | Tom Lane |
| 2007-07-15 | Silence Solaris compiler warnings, per buildfarm. | Tom Lane |
| 2007-07-15 | Fix compile warning on Solaris, per buildfarm. (Why have we got | Tom Lane |
| 2007-07-15 | Fix unportable use of isspace(), per buildfarm results. | Tom Lane |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-04-02 | Fix caching of unsuccessful initialization of parser or configuration. | Teodor Sigaev |
| 2007-03-28 | Fix uninitialized-variable bug. | Tom Lane |
| 2007-03-26 | Add checking of end of line in parsing stopword list. Thanks to sharp eyes of... | Teodor Sigaev |
| 2007-03-26 | Fix stopword and synonym files parsing bug in MSVC build, per report from | Teodor Sigaev |
| 2007-03-22 | Fix parser bug on Windows with UTF8 encoding and C locale, the reason was | Teodor Sigaev |
| 2007-02-28 | Fix up several contrib modules that were using varlena datatypes in not-so-ob... | Tom Lane |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-12 | Fix backend crash in parsing incorrect tsquery. | Teodor Sigaev |
| 2007-02-09 | Replace useless uses of := by = in makefiles. | Peter Eisentraut |
| 2007-02-08 | Normalize fgets() calls to use sizeof() for calculating the buffer size | Peter Eisentraut |
| 2007-02-07 | Use memcpy() instead of strncpy() for copying into varlena structures. | Peter Eisentraut |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-01-31 | Allow GIN's extractQuery method to signal that nothing can satisfy the query. | Teodor Sigaev |
| 2007-01-26 | Squelch some VC++ compiler warnings. Mark float literals with the "f" | Neil Conway |
| 2007-01-15 | Fix localization support for multibyte encoding and C locale. | Teodor Sigaev |
| 2006-12-28 | Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with | Tom Lane |
| 2006-12-26 | Fix memory reallocation condition | Teodor Sigaev |
| 2006-12-21 | Fix convertion for 'PFX flag N num' | Teodor Sigaev |
| 2006-12-04 | Fix core dump of ispell for case of non-successfull initialization. | Teodor Sigaev |
| 2006-11-23 | Fix lowercasing while parse OO dictionary | Teodor Sigaev |
| 2006-11-22 | Avoid infinity calculations in rank_cd | Teodor Sigaev |
| 2006-11-21 | Fix type in return value | Teodor Sigaev |
| 2006-11-20 | Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php. | Teodor Sigaev |
| 2006-11-08 | Fix two typos. | Neil Conway |
| 2006-11-08 | New README, forgotten when docs was updated | Teodor Sigaev |
| 2006-10-31 | Add description of new features | Teodor Sigaev |
| 2006-10-05 | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane |
| 2006-10-04 | Improve error messages from to_tsquery per yesterday's discussion: | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-02 | Update tsearch2 README. | Bruce Momjian |
| 2006-09-11 | Rename the uninstall scripts for contrib/lo and contrib/tsearch2 to | Tom Lane |
| 2006-09-10 | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane |
| 2006-09-02 | Use '' rather than \' for literal single quotes in strings in | Bruce Momjian |