1. 09 Nov, 2005 1 commit
  2. 08 Nov, 2005 1 commit
    • Teodor Sigaev's avatar
      New features for tsearch2: · 0645663e
      Teodor Sigaev authored
      1 Comparison operation for tsquery
      2 Btree index on tsquery
      3 numnode(tsquery) - returns 'length' of tsquery
      4 tsquery @ tsquery, tsquery ~ tsquery - contains, contained for tsquery.
        Note: They don't gurantee exact result, only MAY BE, so it
        useful only for speed up rewrite functions
      5 GiST index support for @,~
      6 rewrite():
              select rewrite(orig, what, to);
              select rewrite(ARRAY[orig, what, to]) from tsquery_table;
              select rewrite(orig, 'select what, to from tsquery_table;');
      7 significantly improve cover algorithm
      0645663e
  3. 07 Nov, 2005 4 commits
  4. 06 Nov, 2005 2 commits
  5. 05 Nov, 2005 7 commits
  6. 04 Nov, 2005 12 commits
  7. 03 Nov, 2005 10 commits
  8. 02 Nov, 2005 1 commit
  9. 01 Nov, 2005 2 commits