Skip to content
Snippets Groups Projects
  1. Jul 18, 2000
  2. Jul 17, 2000
  3. Jul 16, 2000
  4. Jul 15, 2000
    • 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
    • Tom Lane's avatar
    • Tom Lane's avatar
    • Tom Lane's avatar
      Cleanup of code for creating index entries. Functional indexes with · 6bfe6403
      Tom Lane authored
      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
  5. Jul 14, 2000
  6. Jul 13, 2000
  7. Jul 12, 2000
Loading