1. 03 Mar, 2003 3 commits
  2. 02 Mar, 2003 2 commits
  3. 27 Feb, 2003 4 commits
  4. 26 Feb, 2003 1 commit
  5. 25 Feb, 2003 2 commits
  6. 24 Feb, 2003 2 commits
  7. 23 Feb, 2003 6 commits
  8. 22 Feb, 2003 2 commits
    • Tom Lane's avatar
      Simplify timezone-handling code per proposal to pghackers: get rid of · 80d6a277
      Tom Lane authored
      setting timezone-related variables during transaction start.  They were
      not used anyway in platforms that HAVE_TM_ZONE or HAVE_INT_TIMEZONE,
      which it appears is *all* the platforms we are currently supporting.
      For platforms that have neither, we now only support UTC or numeric-
      offset-from-UTC timezones.
      80d6a277
    • Tom Lane's avatar
      More infrastructure for btree compaction project. Tree-traversal code · 799bc58d
      Tom Lane authored
      now knows what to do upon hitting a dead page (in theory anyway, it's
      untested...).  Add a post-VACUUM-cleanup entry point for index AMs, to
      provide a place for dead-page scavenging to happen.
      Also, fix oversight that broke btpo_prev links in temporary indexes.
      initdb forced due to additions in pg_am.
      799bc58d
  9. 21 Feb, 2003 3 commits
  10. 20 Feb, 2003 1 commit
  11. 19 Feb, 2003 14 commits