| Age | Commit message (Expand) | Author |
| 2005-10-15 | Suppress warnings on platforms where fprintf is a macro (eg, recent | Tom Lane |
| 2005-10-15 | Fix bogus error test in get_ti_Oid(). | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-27 | PGXS should be set with := not =, as specified in the documentation, | Tom Lane |
| 2005-09-24 | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings in contrib. | Tom Lane |
| 2005-09-15 | 1 Update Snowball sources | Teodor Sigaev |
| 2005-07-24 | Partial fixes for contrib build on AIX: include -lm where needed. | Tom Lane |
| 2005-07-10 | Add extra argument for new pg_regexec API. | Bruce Momjian |
| 2005-06-26 | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian |
| 2005-06-20 | Fix bogus assumption that sizeof() produces an int-sized result. | Tom Lane |
| 2005-06-01 | Prevent to divide by zero and range out of 0..1 | Teodor Sigaev |
| 2005-05-30 | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-05-21 | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-03 | Change tsearch2 to not use the unsafe practice of creating functions | Tom Lane |
| 2005-04-19 | Add comment about permissions on pg_ts* tables | Teodor Sigaev |
| 2005-03-31 | 1 fix various comparing functions | Teodor Sigaev |
| 2005-03-05 | Prevent rank change in case of duplicate search terms | Teodor Sigaev |
| 2005-01-26 | Avoid unnecessary dependence on u_int16_t, per buildfarm failure. | Tom Lane |
| 2005-01-25 | improve support of agglutinative languages (query with compound words). | Teodor Sigaev |
| 2005-01-25 | Change | Teodor Sigaev |
| 2005-01-11 | Fixes: | Teodor Sigaev |
| 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 |