1. 18 5月, 2007 2 次提交
  2. 03 9月, 2006 1 次提交
  3. 06 7月, 2006 1 次提交
    • B
      Add index information to /contrib/pgstattuple: · dab42382
      Bruce Momjian 提交于
      This is an extension of pgstattuple to query information from indexes.
      It supports btree, hash and gist. Gin is not supported. It scans only
      index pages and does not read corresponding heap tuples. Therefore,
      'dead_tuple' means the number of tuples with LP_DELETE flag.
      
      Also, I added an experimental feature for btree indexes. It checks
      fragmentation factor of indexes. If an leaf has the right link on the
      next adjacent page in the file, it is assumed to be continuous (not
      fragmented). It will help us to decide when to REINDEX.
      
      ITAGAKI Takahiro
      dab42382
  4. 28 2月, 2006 1 次提交
  5. 12 6月, 2003 1 次提交
  6. 30 8月, 2002 1 次提交
  7. 23 8月, 2002 1 次提交
  8. 30 3月, 2002 1 次提交
  9. 20 12月, 2001 1 次提交
  10. 01 10月, 2001 1 次提交