1. 04 Aug, 2002 23 commits
  2. 02 Aug, 2002 6 commits
  3. 01 Aug, 2002 2 commits
  4. 31 Jul, 2002 6 commits
  5. 30 Jul, 2002 3 commits
    • Tom Lane's avatar
      Teach pg_dump to dump user-defined operator classes. For the moment, · 4ad658ca
      Tom Lane authored
      this only works against 7.3 or later databases; the pushups required
      to do it without regprocedure/regtype/etc seem more trouble than they're
      worth, considering that existing users aren't expecting pg_dump support
      for this.
      4ad658ca
    • Bruce Momjian's avatar
      Updated: · 2c2c43d0
      Bruce Momjian authored
      < 	o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
      > 	o ALTER TABLE ADD COLUMN column DEFAULT should fill existing
      2c2c43d0
    • Bruce Momjian's avatar
      Clarification from Tom: · b30ccbe3
      Bruce Momjian authored
      < 	o ALTER TABLE ALTER COLUMN column SET DEFAULT should fill existing
      > 	o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
      b30ccbe3