1. 21 Jul, 2000 1 commit
  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 5 commits
  8. 14 Jul, 2000 3 commits
    • 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
    • Peter Eisentraut's avatar
      a30bc7c7
    • Peter Eisentraut's avatar
      didn't compile · 9533de72
      Peter Eisentraut authored
      9533de72