1. 12 12月, 2002 1 次提交
    • T
      Phase 2 of read-only-plans project: restructure expression-tree nodes · a0bf885f
      Tom Lane 提交于
      so that all executable expression nodes inherit from a common supertype
      Expr.  This is somewhat of an exercise in code purity rather than any
      real functional advance, but getting rid of the extra Oper or Func node
      formerly used in each operator or function call should provide at least
      a little space and speed improvement.
      initdb forced by changes in stored-rules representation.
      a0bf885f
  2. 05 12月, 2002 1 次提交
    • T
      Phase 1 of read-only-plans project: cause executor state nodes to point · 1fd0c59e
      Tom Lane 提交于
      to plan nodes, not vice-versa.  All executor state nodes now inherit from
      struct PlanState.  Copying of plan trees has been simplified by not
      storing a list of SubPlans in Plan nodes (eliminating duplicate links).
      The executor still needs such a list, but it can build it during
      ExecutorStart since it has to scan the plan tree anyway.
      No initdb forced since no stored-on-disk structures changed, but you
      will need a full recompile because of node-numbering changes.
      1fd0c59e
  3. 06 11月, 2001 1 次提交
  4. 28 10月, 2001 1 次提交
  5. 25 10月, 2001 1 次提交
  6. 12 7月, 2000 1 次提交
  7. 13 4月, 2000 1 次提交
  8. 12 11月, 1999 1 次提交
  9. 15 7月, 1999 1 次提交
  10. 14 2月, 1999 1 次提交
  11. 01 9月, 1998 1 次提交
  12. 26 2月, 1998 1 次提交
  13. 13 2月, 1998 1 次提交