1. 08 6月, 2006 21 次提交
  2. 07 6月, 2006 9 次提交
  3. 06 6月, 2006 4 次提交
    • B
      Done: · 491a8c27
      Bruce Momjian 提交于
      < * %Make postmater and postgres options distinct so the postmaster -o
      > * -Make postmater and postgres options distinct so the postmaster -o
      491a8c27
    • M
      Fixed two more memory leaks in ecpglib. · 0251602f
      Michael Meskes 提交于
      Synced parser.
      0251602f
    • T
      Remove extremely old, incomplete, broken example code. · ff0ac57d
      Tom Lane 提交于
      Per my proposal a few days ago.
      ff0ac57d
    • T
      While making the seq_page_cost changes, I was struck by the fact that · 7868590c
      Tom Lane 提交于
      cost_nonsequential_access() is really totally inappropriate for its only
      remaining use, namely estimating I/O costs in cost_sort().  The routine
      was designed on the assumption that disk caching might eliminate the need
      for some re-reads on a random basis, but there's nothing very random in
      that sense about sort's access pattern --- it'll always be picking up the
      oldest outputs.  If we had a good fix on the effective cache size we
      might consider charging zero for I/O unless the sort temp file size
      exceeds it, but that's probably putting much too much faith in the
      parameter.  Instead just drop the logic in favor of a fixed compromise
      between seq_page_cost and random_page_cost per page of sort I/O.
      7868590c
  4. 05 6月, 2006 4 次提交
  5. 04 6月, 2006 2 次提交