1. 08 Aug, 2006 10 commits
  2. 07 Aug, 2006 5 commits
  3. 06 Aug, 2006 3 commits
  4. 05 Aug, 2006 5 commits
  5. 04 Aug, 2006 15 commits
  6. 03 Aug, 2006 2 commits
    • Tom Lane's avatar
      Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during · 7946f772
      Tom Lane authored
      the DROP pass rather than the ADD_CONSTR pass.  On examining the code I
      think this was just an oversight rather than intentional, and it seems
      to satisfy the principle of least surprise better than the alternative
      solution that was discussed.  Add an example to the ref page showing how
      to do ALTER TYPE and update the default in one command.  Per gripe from
      Markus Bertheau that that wasn't possible.
      7946f772
    • Tom Lane's avatar
      Remove use of a regex character class in resultmap (for freebsd version · 89c07b18
      Tom Lane authored
      check).  This isn't supported by pg_regress since the recent rewrite
      into C.  While we could add char classes to pg_regress.c's code, it's
      not really needed at the moment: thanks to Andrew's patch to make
      pg_regress always accept the 'standard' comparison file, we can just
      drop the version check.
      89c07b18