Skip to content
Snippets Groups Projects
  1. May 06, 1997
    • 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. May 05, 1997
  3. May 02, 1997
  4. Apr 30, 1997
  5. Apr 29, 1997
  6. Apr 28, 1997
  7. Apr 27, 1997
Loading