1. 12 Oct, 2001 1 commit
    • Tom Lane's avatar
      Break transformCreateStmt() into multiple routines and make · f9e6e27c
      Tom Lane authored
      transformAlterStmt() use these routines, instead of having lots of
      duplicate (not to mention should-have-been-duplicate) code.
      Adding a column with a CHECK constraint actually works now,
      and the tests to reject unsupported DEFAULT and NOT NULL clauses
      actually fire now.  ALTER TABLE ADD PRIMARY KEY works, modulo
      having to have created the column(s) NOT NULL already.
      f9e6e27c
  2. 11 Oct, 2001 8 commits
  3. 10 Oct, 2001 1 commit
  4. 09 Oct, 2001 7 commits
  5. 08 Oct, 2001 8 commits
  6. 06 Oct, 2001 2 commits
  7. 05 Oct, 2001 12 commits
  8. 04 Oct, 2001 1 commit