1. 19 5月, 2006 14 次提交
  2. 18 5月, 2006 11 次提交
  3. 17 5月, 2006 1 次提交
  4. 14 5月, 2006 2 次提交
  5. 13 5月, 2006 2 次提交
  6. 12 5月, 2006 4 次提交
  7. 11 5月, 2006 1 次提交
    • T
      Clean up code associated with updating pg_class statistics columns · 3fdeb189
      Tom Lane 提交于
      (relpages/reltuples).  To do this, create formal support in heapam.c for
      "overwrite" tuple updates (including xlog replay capability) and use that
      instead of the ad-hoc overwrites we'd been using in VACUUM and CREATE INDEX.
      Take the responsibility for updating stats during CREATE INDEX out of the
      individual index AMs, and do it where it belongs, in catalog/index.c.  Aside
      from being more modular, this avoids having to update the same tuple twice in
      some paths through CREATE INDEX.  It's probably not measurably faster, but
      for sure it's a lot cleaner than before.
      3fdeb189
  8. 10 5月, 2006 4 次提交
  9. 08 5月, 2006 1 次提交