1. 11 Jan, 2004 5 commits
  2. 10 Jan, 2004 10 commits
  3. 09 Jan, 2004 14 commits
  4. 08 Jan, 2004 9 commits
  5. 07 Jan, 2004 2 commits
    • Tom Lane's avatar
      make · 4f913efe
      Tom Lane authored
      4f913efe
    • Tom Lane's avatar
      Make some improvements in the intelligence of the partial-index · cad5f4a8
      Tom Lane authored
      predicate tester.  It can now deal with commuted clauses (for
      instance, 4 < x implies x > 3), subclauses more complicated than
      a simple Var (for example, upper(x) = 't' implies upper(x) > 'a'),
      and <> operators (for example, x < 3 implies x <> 4).  Still
      only understands operators associated with btree opclasses, though.
      Inspired by example from Martin Hampl.
      cad5f4a8