1. 06 May, 1997 2 commits
    • Vadim B. Mikheev's avatar
      1. Multi-column indices support. · a65dd529
      Vadim B. Mikheev authored
      2. Fix for function indices with more than 1 attrs.
      a65dd529
    • Vadim B. Mikheev's avatar
      mdcreate(): · 13f41aa9
      Vadim B. Mikheev authored
          fd = FileNameOpenFile(path, O_RDWR|O_CREAT|O_EXCL, 0600);
      
          /*
           *  If the file already exists and is empty, we pretend that the
           *  create succeeded.  During bootstrap processing, we skip that check,
           *  because pg_time, pg_variable, and pg_log get created before their
           *  .bki file entries are processed.
           *
      >    *  As the result of this pretence it was possible to have in
      >    *  pg_class > 1 records with the same relname. Actually, it
      >    *  should be fixed in upper levels, too, but... -  vadim 05/06/97
      >    */
      13f41aa9
  2. 05 May, 1997 6 commits
  3. 02 May, 1997 3 commits
  4. 30 Apr, 1997 2 commits
  5. 29 Apr, 1997 6 commits
  6. 28 Apr, 1997 3 commits
  7. 27 Apr, 1997 18 commits