1. 14 Nov, 2005 4 commits
  2. 13 Nov, 2005 2 commits
  3. 10 Nov, 2005 2 commits
    • Andrew Dunstan's avatar
      · f9db22e8
      Andrew Dunstan authored
      add missing quote mark to ident_file sample line - per Hiroshi Saito
      f9db22e8
    • Tom Lane's avatar
      When in transaction-aborted state, reject Bind message for portals containing · da4e00bf
      Tom Lane authored
      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
  4. 09 Nov, 2005 2 commits
  5. 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
  6. 07 Nov, 2005 4 commits
  7. 06 Nov, 2005 2 commits
  8. 05 Nov, 2005 7 commits
  9. 04 Nov, 2005 12 commits
  10. 03 Nov, 2005 4 commits