| Commit message (Expand) | Author | Age | Files | Lines |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 29 | -2364/+3310 |
| * | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 | 4 | -8/+8 |
| * | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 | 1 | -4/+4 |
| * | Suppress signed-vs-unsigned-char warnings in contrib. | Tom Lane | 2005-09-24 | 4 | -34/+39 |
| * | 1 Update Snowball sources | Teodor Sigaev | 2005-09-15 | 14 | -2337/+2269 |
| * | Partial fixes for contrib build on AIX: include -lm where needed. | Tom Lane | 2005-07-24 | 1 | -2/+2 |
| * | Add extra argument for new pg_regexec API. | Bruce Momjian | 2005-07-10 | 1 | -1/+1 |
| * | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 | 2 | -30/+30 |
| * | Fix bogus assumption that sizeof() produces an int-sized result. | Tom Lane | 2005-06-20 | 1 | -2/+2 |
| * | Prevent to divide by zero and range out of 0..1 | Teodor Sigaev | 2005-06-01 | 1 | -4/+7 |
| * | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane | 2005-05-30 | 2 | -14/+22 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 6 | -30/+30 |
| * | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway | 2005-05-21 | 1 | -6/+0 |
| * | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 10 | -46/+23 |
| * | Change tsearch2 to not use the unsafe practice of creating functions | Tom Lane | 2005-05-03 | 3 | -16/+16 |
| * | Add comment about permissions on pg_ts* tables | Teodor Sigaev | 2005-04-19 | 1 | -0/+1 |
| * | 1 fix various comparing functions | Teodor Sigaev | 2005-03-31 | 6 | -10/+35 |
| * | Prevent rank change in case of duplicate search terms | Teodor Sigaev | 2005-03-05 | 1 | -18/+74 |
| * | Avoid unnecessary dependence on u_int16_t, per buildfarm failure. | Tom Lane | 2005-01-26 | 1 | -1/+1 |
| * | improve support of agglutinative languages (query with compound words). | Teodor Sigaev | 2005-01-25 | 12 | -85/+146 |
| * | Change | Teodor Sigaev | 2005-01-25 | 6 | -44/+57 |
| * | Fixes: | Teodor Sigaev | 2005-01-11 | 2 | -13/+20 |
| * | This patch makes some cleanups to contrib/ to silence some sparse | Neil Conway | 2004-11-09 | 3 | -31/+31 |
| * | Fix some more 'old-style parameter declaration' warnings. | Tom Lane | 2004-10-25 | 1 | -7/+17 |
| * | Avoid macro-redefinition warnings on Windows, per Andrew Dunstan. | Tom Lane | 2004-10-21 | 2 | -2/+7 |
| * | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 | 3 | -4/+2 |
| * | Make the standard stopword files be sought relative to share_dir, so | Tom Lane | 2004-10-17 | 3 | -10/+22 |
| * | Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to | Tom Lane | 2004-09-14 | 2 | -65/+63 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -1/+1 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -7/+7 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 16 | -912/+1210 |
| * | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 1 | -14/+19 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 2 | -5/+5 |
| * | Fix misspellings: langauge -> language. | Tom Lane | 2004-07-04 | 1 | -1/+1 |
| * | 1 Eliminate duplicate field HLWORD->skip | Teodor Sigaev | 2004-06-28 | 6 | -117/+218 |
| * | Previous commit wasnt full... | Teodor Sigaev | 2004-06-23 | 1 | -9/+9 |
| * | 1 Fix affixes with void replacement (AFAIK, it's only russian) | Teodor Sigaev | 2004-06-23 | 6 | -76/+339 |
| * | Fix stupid bug in installcheck | Teodor Sigaev | 2004-06-23 | 2 | -8/+8 |
| * | Fix silly bug | Teodor Sigaev | 2004-06-01 | 1 | -1/+1 |
| * | 1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703 | Teodor Sigaev | 2004-05-31 | 11 | -113/+233 |
| * | Fix memory leak with pg_regexec | Teodor Sigaev | 2004-05-31 | 1 | -1/+4 |
| * | Fix memory leak with pg_regcomp | Teodor Sigaev | 2004-05-31 | 1 | -0/+1 |
| * | Win32 related patch by Darko Prenosil. Small correct by teodor | Teodor Sigaev | 2004-05-31 | 6 | -20/+38 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -2/+2 |
| * | Stat function now can show statistics per weight of lexemes | Teodor Sigaev | 2004-05-28 | 6 | -37/+160 |
| * | Update docs from Andrew J. Kopciuch <akopciuch@bddf.ca> | Teodor Sigaev | 2004-05-14 | 2 | -724/+785 |
| * | Suppress 'uninitialized variable' warning emitted by some (not all) | Tom Lane | 2004-05-07 | 1 | -1/+1 |
| * | Use regprocedure type instead of oid. Usefull for human read and dump/restore | Teodor Sigaev | 2004-05-07 | 1 | -7/+7 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 3 | -12/+12 |
| * | Fix some more compatibility issues (ctype.h macros must never be passed | Tom Lane | 2004-04-02 | 3 | -13/+14 |