1. 21 Jul, 2000 6 commits
  2. 20 Jul, 2000 10 commits
  3. 19 Jul, 2000 3 commits
  4. 18 Jul, 2000 4 commits
  5. 17 Jul, 2000 11 commits
  6. 16 Jul, 2000 3 commits
  7. 15 Jul, 2000 3 commits
    • Peter Eisentraut's avatar
      b4c315ba
    • Peter Eisentraut's avatar
      Rename templates to match names in makefiles/Makefile.* and include/port. · 3eec6ee1
      Peter Eisentraut authored
      Read templates after compiler is detected. Convert all templates to real
      shell scripts. Rename bsd->openbsd, alpha->osf.
      3eec6ee1
    • Bruce Momjian's avatar
      This should be a slighly more complete patch for commands/command.c · 739a0566
      Bruce Momjian authored
      AlterTableAddConstraint.  The major changes from the last patch
      are that it should hopefully check for references to temp tables
      (not in the shadow case, but at defination time) from permanent tables in
      foreign keys and refuse them and that it doesn't allow the table(s)
      being constrained to be views (because those cases don't currently
      work).
      
      Stephan SzaboThis should be a slighly more complete patch for commands/command.c
      AlterTableAddConstraint.  The major changes from the last patch
      are that it should hopefully check for references to temp tables
      (not in the shadow case, but at defination time) from permanent tables in
      foreign keys and refuse them and that it doesn't allow the table(s)
      being constrained to be views (because those cases don't currently
      work).
      
      Stephan Szabo
      739a0566