1. 03 5月, 2003 2 次提交
    • T
      Portal and memory management infrastructure for extended query protocol. · de28dc9a
      Tom Lane 提交于
      Both plannable queries and utility commands are now always executed
      within Portals, which have been revamped so that they can handle the
      load (they used to be good only for single SELECT queries).  Restructure
      code to push command-completion-tag selection logic out of postgres.c,
      so that it won't have to be duplicated between simple and extended queries.
      initdb forced due to addition of a field to Query nodes.
      de28dc9a
    • T
      Repair sloppiness about where cached mergeclause pathkeys are allocated. · 1940434f
      Tom Lane 提交于
      Without this fix, CVS tip dumps core when running the regression tests
      with geqo_threshold = 2.  I would think that a similar patch might be
      needed in 7.3, but cannot duplicate the failure in that branch --- so
      for now, leave well enough alone.
      1940434f
  2. 02 5月, 2003 2 次提交
  3. 01 5月, 2003 2 次提交
  4. 30 4月, 2003 2 次提交
    • T
      Infrastructure for deducing Param types from context, in the same way · aa282d44
      Tom Lane 提交于
      that the types of untyped string-literal constants are deduced (ie,
      when coerce_type is applied to 'em, that's what the type must be).
      Remove the ancient hack of storing the input Param-types array as a
      global variable, and put the info into ParseState instead.  This touches
      a lot of files because of adjustment of routine parameter lists, but
      it's really not a large patch.  Note: PREPARE statement still insists on
      exact specification of parameter types, but that could easily be relaxed
      now, if we wanted to do so.
      aa282d44
    • B
      Remove unneeded define. · 19141f55
      Bruce Momjian 提交于
      19141f55
  5. 29 4月, 2003 3 次提交
  6. 28 4月, 2003 9 次提交
  7. 27 4月, 2003 3 次提交
  8. 26 4月, 2003 4 次提交
  9. 25 4月, 2003 13 次提交