1. 15 Dec, 2002 1 commit
  2. 13 Dec, 2002 1 commit
  3. 05 Dec, 2002 1 commit
    • Tom Lane's avatar
      Phase 1 of read-only-plans project: cause executor state nodes to point · 1fd0c59e
      Tom Lane authored
      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
  4. 15 Nov, 2002 1 commit
    • Bruce Momjian's avatar
      Rename: · d36aa2e8
      Bruce Momjian authored
      ! #show_parser_stats = false
      ! #show_planner_stats = false
      ! #show_executor_stats = false
      ! #show_statement_stats = false
      
      TO:
      
      ! #log_parser_stats = false
      ! #log_planner_stats = false
      ! #log_executor_stats = false
      ! #log_statement_stats = false
      d36aa2e8
  5. 13 Nov, 2002 1 commit
  6. 11 Nov, 2002 1 commit
  7. 10 Nov, 2002 1 commit
  8. 20 Sep, 2002 1 commit
    • Bruce Momjian's avatar
      > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the · a834cbe1
      Bruce Momjian authored
      > moment, but they used to be used; I think the correct response is to
      > put back the missing counter increments, not rip out the counters.
      
      Ok, fair enough. It's worth noting that they've been broken for a
      while -- for example, the HashJoin counter increments were broken when
      you comitted r1.20 of executor/nodeHashJoin.c in May of '99.
      
      I've attached a revised patch that doesn't remove the counters (but
      doesn't increment them either: I'm not sure of all the places where
      the counter should be incremented).
      
      Neil Conway
      a834cbe1
  9. 14 Sep, 2002 1 commit
  10. 04 Sep, 2002 1 commit
  11. 27 Aug, 2002 1 commit