1. 22 Feb, 2003 1 commit
    • 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
  2. 21 Feb, 2003 3 commits
  3. 20 Feb, 2003 1 commit
  4. 19 Feb, 2003 17 commits
  5. 18 Feb, 2003 13 commits
  6. 17 Feb, 2003 5 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
    • Bruce Momjian's avatar
      Mark as done: · 4ba4b4a6
      Bruce Momjian authored
      > 	o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
      
      > 	o -Allow CLUSTER to cluster all tables (Alvaro Herrera)
      
      > * -Allow pg_dump to dump a specific schema (Neil Conway)
      
      > * -Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)
      
      > * Rod is Rod Taylor <pg@rbt.ca)>
      4ba4b4a6
    • Bruce Momjian's avatar
      Update: · 92a7ef9d
      Bruce Momjian authored
      < * -Make a transaction-safe TRUNCATE
      > * -Make a transaction-safe TRUNCATE (Rod)
      92a7ef9d