1. 26 2月, 2003 1 次提交
  2. 25 2月, 2003 1 次提交
  3. 24 2月, 2003 6 次提交
  4. 23 2月, 2003 2 次提交
  5. 22 2月, 2003 3 次提交
  6. 21 2月, 2003 2 次提交
    • M
      Forgot to commit Makefile change. · 03829995
      Michael Meskes 提交于
      03829995
    • T
      Make btree index structure adjustments and WAL logging changes needed to · 70508ba7
      Tom Lane 提交于
      support btree compaction, as per proposal of a few days ago.  btree index
      pages no longer store parent links, instead they have a level indicator
      (counting up from zero for leaf pages).  The FixBTree recovery logic is
      removed, and replaced by code that detects missing parent-level insertions
      during WAL replay.  Also, generate appropriate WAL entries when updating
      btree metapage and when building a btree index from scratch.  I believe
      btree indexes are now completely WAL-legal for the first time.
      initdb forced due to index and WAL changes.
      70508ba7
  7. 20 2月, 2003 2 次提交
  8. 19 2月, 2003 20 次提交
  9. 18 2月, 2003 3 次提交