1. 20 4月, 2007 8 次提交
  2. 19 4月, 2007 5 次提交
  3. 18 4月, 2007 16 次提交
  4. 17 4月, 2007 9 次提交
  5. 16 4月, 2007 2 次提交
    • T
      Expose more cursor-related functionality in SPI: specifically, allow · 66888f74
      Tom Lane 提交于
      access to the planner's cursor-related planning options, and provide new
      FETCH/MOVE routines that allow access to the full power of those commands.
      Small refactoring of planner(), pg_plan_query(), and pg_plan_queries()
      APIs to make it convenient to pass the planning options down from SPI.
      
      This is the core-code portion of Pavel Stehule's patch for scrollable
      cursor support in plpgsql; I'll review and apply the plpgsql changes
      separately.
      66888f74
    • T
      Avoid running build_index_pathkeys() in situations where there cannot · fa92d21a
      Tom Lane 提交于
      possibly be any useful pathkeys --- to wit, queries with neither any
      join clauses nor any ORDER BY request.  It's nearly free to check for
      this case and it saves a useful fraction of the planning time for simple
      queries.
      fa92d21a