1. 09 11月, 2005 1 次提交
    • T
      New features for tsearch2: · 0645663e
      Teodor Sigaev 提交于
      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
  2. 08 11月, 2005 3 次提交
  3. 07 11月, 2005 3 次提交
  4. 06 11月, 2005 2 次提交
  5. 05 11月, 2005 16 次提交
  6. 04 11月, 2005 8 次提交
  7. 03 11月, 2005 3 次提交
  8. 02 11月, 2005 3 次提交
  9. 01 11月, 2005 1 次提交
    • A
      · cad0e824
      Andrew Dunstan 提交于
      Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1
      setting for the regression makefile, allowing Windows users to force locale
      settings since Windows does not get its locale from the environment.
      
      Per Petr Jelinek.
      cad0e824