1. 21 7月, 2000 10 次提交
  2. 20 7月, 2000 4 次提交
  3. 19 7月, 2000 1 次提交
  4. 18 7月, 2000 8 次提交
  5. 17 7月, 2000 8 次提交
  6. 16 7月, 2000 3 次提交
  7. 15 7月, 2000 6 次提交
    • P
      Rename templates to match names in makefiles/Makefile.* and include/port. · 3eec6ee1
      Peter Eisentraut 提交于
      Read templates after compiler is detected. Convert all templates to real
      shell scripts. Rename bsd->openbsd, alpha->osf.
      3eec6ee1
    • B
      This should be a slighly more complete patch for commands/command.c · 739a0566
      Bruce Momjian 提交于
      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
    • T
      f2e3f621
    • T
      e40492ec
    • T
      Cleanup of code for creating index entries. Functional indexes with · 6bfe6403
      Tom Lane 提交于
      pass-by-ref data types --- eg, an index on lower(textfield) --- no longer
      leak memory during index creation or update.  Clean up a lot of redundant
      code ... did you know that copy, vacuum, truncate, reindex, extend index,
      and bootstrap each basically duplicated the main executor's logic for
      extracting information about an index and preparing index entries?
      Functional indexes should be a little faster now too, due to removal
      of repeated function lookups.
      CREATE INDEX 'opt_type' clause is deimplemented by these changes,
      but I haven't removed it from the parser yet (need to merge with
      Thomas' latest change set first).
      6bfe6403
    • P
      a30bc7c7