| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename the uninstall scripts for contrib/lo and contrib/tsearch2 to | Tom Lane | 2006-09-11 | 1 | -3/+3 |
| * | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane | 2006-09-10 | 5 | -782/+816 |
| * | Use '' rather than \' for literal single quotes in strings in | Bruce Momjian | 2006-09-02 | 3 | -28/+43 |
| * | Add description of tsvector type layout | Teodor Sigaev | 2006-08-29 | 1 | -0/+14 |
| * | Remove pos comparison in silly_cmp_tsvector(): it is not a semantically signi... | Teodor Sigaev | 2006-08-29 | 1 | -2/+0 |
| * | Fix incorrect length of lexemes in silly_cmp_tsvector() | Teodor Sigaev | 2006-08-29 | 1 | -1/+1 |
| * | Fix regression tests: after changing comparing function | Teodor Sigaev | 2006-08-25 | 1 | -1/+1 |
| * | Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunn... | Teodor Sigaev | 2006-08-24 | 1 | -8/+34 |
| * | Fix some makefiles that fail to yield good results from 'make -qp'. | Tom Lane | 2006-07-15 | 1 | -1/+3 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 6 | -20/+7 |
| * | Adjust /contrib for new include file contents. | Bruce Momjian | 2006-07-13 | 1 | -0/+1 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 2 | -10/+10 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 1 | -1/+1 |
| * | GIN improvements | Teodor Sigaev | 2006-07-11 | 1 | -4/+4 |
| * | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 2 | -3/+3 |
| * | Allow /contrib include files to compile on their own. | Bruce Momjian | 2006-07-10 | 6 | -10/+12 |
| * | Changes | Teodor Sigaev | 2006-06-28 | 2 | -5/+5 |
| * | Now ispell dictionary can eat dictionaries in MySpell format, | Teodor Sigaev | 2006-06-09 | 2 | -3/+92 |
| * | Allow do not lexize words in substitution. | Teodor Sigaev | 2006-06-06 | 2 | -30/+69 |
| * | Fix wrong NOTICE/ERROR levels | Teodor Sigaev | 2006-06-02 | 1 | -3/+3 |
| * | Distinguish between stop-word recognized in thesaurus_lexize() | Teodor Sigaev | 2006-06-02 | 1 | -3/+4 |
| * | Add more strict check of stop and non-recognized words, | Teodor Sigaev | 2006-06-02 | 1 | -3/+12 |
| * | fix comparison with SPI_processed | Teodor Sigaev | 2006-05-31 | 1 | -1/+1 |
| * | Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes. | Teodor Sigaev | 2006-05-31 | 13 | -129/+1257 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -0/+2 |
| * | Back out \' change for tsearch2, broke regression tests. | Bruce Momjian | 2006-05-19 | 2 | -2/+2 |
| * | Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X. | Bruce Momjian | 2006-05-19 | 2 | -2/+2 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 5 | -2/+243 |
| * | Fix stupid mistake in rank_cd_def cleanup | Teodor Sigaev | 2006-04-10 | 1 | -2/+2 |
| * | 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 |