| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 19 | -0/+35 |
| * | Significantly improve ranking: | Teodor Sigaev | 2006-03-02 | 3 | -92/+161 |
| * | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 | 12 | -42/+42 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 2 | -203/+203 |
| * | Fixing and improve compound word support. This changes cannot be applied to | Teodor Sigaev | 2006-02-20 | 1 | -56/+75 |
| * | Clean up some signedness warnings. | Tom Lane | 2006-02-10 | 3 | -10/+12 |
| * | Allow "'" symbol in affixes ("'s" affix in english): it was diallowed during | Teodor Sigaev | 2006-02-10 | 1 | -7/+9 |
| * | renew output of regression test accordingly to | Teodor Sigaev | 2006-02-10 | 2 | -730/+730 |
| * | 1 Fix bug with very short word: prefix and suffix might be overlapped, | Teodor Sigaev | 2006-02-09 | 2 | -53/+62 |
| * | Check number of affixes to prevent core dump with zero number of affixes | Teodor Sigaev | 2006-02-06 | 1 | -0/+3 |
| * | Snowball multibyte. It's a pity, but snowball sources is very diferent for mu... | Teodor Sigaev | 2006-01-27 | 8 | -27/+974 |
| * | Fix typeing as Tom suggest | Teodor Sigaev | 2006-01-23 | 1 | -1/+1 |
| * | Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane | 2006-01-20 | 2 | -19/+25 |
| * | Multibyte encodings support for ISpell dictionary | Teodor Sigaev | 2005-12-21 | 5 | -147/+232 |
| * | Improve support of multibyte encoding: | Teodor Sigaev | 2005-12-12 | 19 | -146/+263 |
| * | Improve tag recognizing | Teodor Sigaev | 2005-12-08 | 2 | -2/+22 |
| * | Fix small memory leak | Teodor Sigaev | 2005-12-07 | 1 | -1/+1 |
| * | Improve word parser. | Teodor Sigaev | 2005-12-07 | 2 | -1/+51 |
| * | Improve word parser. | Teodor Sigaev | 2005-12-05 | 2 | -22/+65 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 18 | -1522/+1796 |
| * | Fixes motivated by snake and spoonbill pgbuildfarm members | Teodor Sigaev | 2005-11-22 | 3 | -13/+18 |
| * | remove forgotten // comments | Teodor Sigaev | 2005-11-21 | 1 | -2/+0 |
| * | Text parser rewritten: | Teodor Sigaev | 2005-11-21 | 15 | -424/+1613 |
| * | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane | 2005-11-18 | 3 | -10/+16 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -1/+1 |
| * | Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also us... | Teodor Sigaev | 2005-11-14 | 2 | -8/+9 |
| * | fix returning value | Teodor Sigaev | 2005-11-14 | 1 | -0/+2 |
| * | Fix rwrite(ARRAY) on 64-bit boxes: | Teodor Sigaev | 2005-11-09 | 3 | -11/+22 |
| * | New features for tsearch2: | Teodor Sigaev | 2005-11-08 | 14 | -112/+1874 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 3 | -6/+3 |
| * | Fix incorrect header size macros | Teodor Sigaev | 2005-11-03 | 1 | -1/+1 |
| * | Add sanity check of query | Teodor Sigaev | 2005-10-31 | 1 | -1/+2 |
| * | 1 Fix problem with lost precision in rank with OR-ed lexemes | Teodor Sigaev | 2005-10-28 | 3 | -23/+49 |
| * | Fix several contrib makefiles that failed in VPATH builds, particularly | Tom Lane | 2005-10-18 | 3 | -11/+15 |
| * | Suppress warnings on platforms where fprintf is a macro (eg, recent | Tom Lane | 2005-10-15 | 1 | -0/+1 |
| * | Fix bogus error test in get_ti_Oid(). | Tom Lane | 2005-10-15 | 1 | -1/+2 |
| * | 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 |