1. 29 Jun, 2003 1 commit
    • Tom Lane's avatar
      Support expressions of the form 'scalar op ANY (array)' and · bee21792
      Tom Lane authored
      'scalar op ALL (array)', where the operator is applied between the
      lefthand scalar and each element of the array.  The operator must
      yield boolean; the result of the construct is the OR or AND of the
      per-element results, respectively.
      
      Original coding by Joe Conway, after an idea of Peter's.  Rewritten
      by Tom to keep the implementation strictly separate from subqueries.
      bee21792
  2. 28 Jun, 2003 6 commits
  3. 27 Jun, 2003 10 commits
  4. 26 Jun, 2003 4 commits
  5. 25 Jun, 2003 19 commits