1. 23 Feb, 2003 1 commit
  2. 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
  3. 21 Feb, 2003 3 commits
  4. 20 Feb, 2003 1 commit
  5. 19 Feb, 2003 17 commits
  6. 18 Feb, 2003 13 commits
  7. 17 Feb, 2003 3 commits
    • Bruce Momjian's avatar
      Add: · cf55ee57
      Bruce Momjian authored
      > * Allow CIDR format to be used in pg_hba.conf
      cf55ee57
    • Bruce Momjian's avatar
      Update marks: · a8ed5dc0
      Bruce Momjian authored
      < 	o Allow CLUSTER to cluster all tables (Alvaro Herrera)
      > 	o -Allow CLUSTER to cluster all tables (Alvaro Herrera)
      243c243
      < * Allow pg_dump to dump a specific schema (Neil Conway)
      > * -Allow pg_dump to dump a specific schema (Neil Conway)
      398c398
      < * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)
      > * -Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)
      a8ed5dc0
    • Bruce Momjian's avatar
      Remove IN/EXISTS TODO.detail item. · fa4574e3
      Bruce Momjian authored
      fa4574e3