1. 23 12月, 2006 2 次提交
  2. 22 12月, 2006 4 次提交
  3. 21 12月, 2006 1 次提交
  4. 20 12月, 2006 2 次提交
  5. 19 12月, 2006 2 次提交
  6. 18 12月, 2006 1 次提交
  7. 17 12月, 2006 2 次提交
    • B
      Fix typo: · cdcee165
      Bruce Momjian 提交于
      <   While PostgreSQL clients runs fine limited-resource environments, the
      >   While PostgreSQL clients runs fine in limited-resource environments, the
      cdcee165
    • B
      Move entry into CLUSTER section: · 6874fb90
      Bruce Momjian 提交于
      < * Make CLUSTER preserve recently-dead tuples per MVCC requirements
      > 	o Make CLUSTER preserve recently-dead tuples per MVCC requirements
      6874fb90
  8. 16 12月, 2006 4 次提交
    • A
      enable \timing oputput for \copy commands · 7bdc55cc
      Andrew Dunstan 提交于
      7bdc55cc
    • T
      Fix some planner bugs exposed by reports from Arjen van der Meijden. These · 281f4018
      Tom Lane 提交于
      are all in new-in-8.2 logic associated with indexability of ScalarArrayOpExpr
      (IN-clauses) or amortization of indexscan costs across repeated indexscans
      on the inside of a nestloop.  In particular:
      
      Fix some logic errors in the estimation for multiple scans induced by a
      ScalarArrayOpExpr indexqual.
      
      Include a small cost component in bitmap index scans to reflect the costs of
      manipulating the bitmap itself; this is mainly to prevent a bitmap scan from
      appearing to have the same cost as a plain indexscan for fetching a single
      tuple.
      
      Also add a per-index-scan-startup CPU cost component; while prior releases
      were clearly too pessimistic about the cost of repeated indexscans, the
      original 8.2 coding allowed the cost of an indexscan to effectively go to zero
      if repeated often enough, which is overly optimistic.
      
      Pay some attention to index correlation when estimating costs for a nestloop
      inner indexscan: this is significant when the plan fetches multiple heap
      tuples per iteration, since high correlation means those tuples are probably
      on the same or adjacent heap pages.
      281f4018
    • T
      Put JST back into the default set of timezone abbreviations; · 782d68e3
      Tom Lane 提交于
      was removed in an unexplainable moment of brain fade.
      782d68e3
    • B
      Back out double-run of PDF/PS output. Requires building bookindex.sgml · 421c1ca4
      Bruce Momjian 提交于
      properly.
      
      Remove SGML docs about openjade performance patch, and instead add
      comment in style sheet where indenting code is commented out.
      
      Backpatch to 8.2.X.
      421c1ca4
  9. 15 12月, 2006 9 次提交
  10. 13 12月, 2006 7 次提交
  11. 12 12月, 2006 2 次提交
  12. 11 12月, 2006 3 次提交
  13. 10 12月, 2006 1 次提交