1. 10 11月, 2005 3 次提交
    • A
      · f9db22e8
      Andrew Dunstan 提交于
      add missing quote mark to ident_file sample line - per Hiroshi Saito
      f9db22e8
    • T
      When in transaction-aborted state, reject Bind message for portals containing · da4e00bf
      Tom Lane 提交于
      anything but transaction-exiting commands (ROLLBACK etc).  We already rejected
      Parse and Execute in such cases, so there seems little point in allowing Bind.
      This prevents at least an Assert failure, and probably worse things, since
      there's a lot of infrastructure that doesn't work when not in a live
      transaction.  We can also simplify the Bind logic a bit by rejecting messages
      with a nonzero number of parameters, instead of the former kluge to silently
      substitute NULL for each parameter.  Per bug #2033 from Joel Stevenson.
      da4e00bf
    • T
      Fix misspelling of 'listen_addresses', per Devrim. · 0dd92d56
      Tom Lane 提交于
      0dd92d56
  2. 09 11月, 2005 2 次提交
    • T
      Fix rwrite(ARRAY) on 64-bit boxes: · 134bed80
      Teodor Sigaev 提交于
      Instead of getting elements of array manually call deconstruct_array
      134bed80
    • 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
  3. 08 11月, 2005 3 次提交
  4. 07 11月, 2005 3 次提交
  5. 06 11月, 2005 2 次提交
  6. 05 11月, 2005 16 次提交
  7. 04 11月, 2005 8 次提交
  8. 03 11月, 2005 3 次提交