| Age | Commit message (Expand) | Author |
| 2004-11-09 | This patch makes some cleanups to contrib/ to silence some sparse | Neil Conway |
| 2004-10-25 | Fix some more 'old-style parameter declaration' warnings. | Tom Lane |
| 2004-10-21 | Avoid macro-redefinition warnings on Windows, per Andrew Dunstan. | Tom Lane |
| 2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
| 2004-10-17 | Make the standard stopword files be sought relative to share_dir, so | Tom Lane |
| 2004-09-14 | Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to | Tom Lane |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-20 | > Please find enclose a submission to fix these problems. | Bruce Momjian |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-07-04 | Fix misspellings: langauge -> language. | Tom Lane |
| 2004-06-28 | 1 Eliminate duplicate field HLWORD->skip | Teodor Sigaev |
| 2004-06-23 | Previous commit wasnt full... | Teodor Sigaev |
| 2004-06-23 | 1 Fix affixes with void replacement (AFAIK, it's only russian) | Teodor Sigaev |
| 2004-06-23 | Fix stupid bug in installcheck | Teodor Sigaev |
| 2004-06-01 | Fix silly bug | Teodor Sigaev |
| 2004-05-31 | 1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703 | Teodor Sigaev |
| 2004-05-31 | Fix memory leak with pg_regexec | Teodor Sigaev |
| 2004-05-31 | Fix memory leak with pg_regcomp | Teodor Sigaev |
| 2004-05-31 | Win32 related patch by Darko Prenosil. Small correct by teodor | Teodor Sigaev |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-28 | Stat function now can show statistics per weight of lexemes | Teodor Sigaev |
| 2004-05-14 | Update docs from Andrew J. Kopciuch <akopciuch@bddf.ca> | Teodor Sigaev |
| 2004-05-07 | Suppress 'uninitialized variable' warning emitted by some (not all) | Tom Lane |
| 2004-05-07 | Use regprocedure type instead of oid. Usefull for human read and dump/restore | Teodor Sigaev |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-04-02 | Fix some more compatibility issues (ctype.h macros must never be passed | Tom Lane |
| 2004-04-01 | Fix some portability issues (reliance on gcc-isms). | Tom Lane |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev |
| 2004-03-25 | 1 Minimize memory allocation for void (but not null) value. | Teodor Sigaev |
| 2004-02-24 | Add %option nodefault to all our flex lexers. Fix a couple of rule gaps | Tom Lane |
| 2004-02-20 | The following bug has been logged online: | Bruce Momjian |
| 2003-12-18 | Fix signed char in comparison and check memory allocation | Teodor Sigaev |
| 2003-12-10 | Fix integer types to use definition from c.h. Per bug report by Patrick Boula... | Teodor Sigaev |
| 2003-12-05 | One more fix confusion | Teodor Sigaev |
| 2003-12-05 | Avoid confusion start_parse_str function with tsearch V1 | Teodor Sigaev |
| 2003-12-04 | Avoid conflict strndup with glibc | Teodor Sigaev |
| 2003-12-03 | Fix for word with several infinitives | Teodor Sigaev |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-28 | Fix free instead of pfree | Teodor Sigaev |
| 2003-11-27 | Fixes about word with several infiniteve | Teodor Sigaev |
| 2003-11-26 | Utility for convert myspell dictionaries to ispell, full README will be later | Teodor Sigaev |
| 2003-11-25 | Ignore too long lexeme | Teodor Sigaev |
| 2003-11-17 | Optimize. Improve ispell support for compound words. This work was sponsored ... | Teodor Sigaev |
| 2003-09-29 | I've not changed any malloc/calloc to palloc. It looks to me that these memory | Bruce Momjian |
| 2003-09-22 | fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@software... | Teodor Sigaev |
| 2003-09-14 | Persuade tsearch/tsearch2 to work (or at least pass their regression | Tom Lane |
| 2003-09-12 | Fix incorrect pfree in to_tsquery_name(), per Nigel Andrews. | Tom Lane |