1. 02 Sep, 2002 24 commits
  2. 01 Sep, 2002 15 commits
  3. 31 Aug, 2002 1 commit
    • Tom Lane's avatar
      Code review for domain-constraints patch. Use a new ConstraintTest node · 845a6c3a
      Tom Lane authored
      type for runtime constraint checks, instead of misusing the parse-time
      Constraint node for the purpose.  Fix some damage introduced into type
      coercion logic; in particular ensure that a coerced expression tree will
      read out the correct result type when inspected (patch had broken some
      RelabelType cases).  Enforce domain NOT NULL constraints against columns
      that are omitted from an INSERT.
      845a6c3a