1. 03 Aug, 1997 1 commit
  2. 24 Jul, 1997 1 commit
  3. 22 May, 1997 1 commit
    • Vadim B. Mikheev's avatar
      1. Fix md memory leak: · 19269069
      Vadim B. Mikheev authored
         mdunlink() and mdclose() (too !!!) now free MdfdVec for relation
         and add it to free list, so it may be re-used for another relation
         later.
      2. Fix VFD-manager memory leak (found by Massimo ... and me):
         mdunlink() has to call FileUnlink() to free allocation for fileName
         and add the Vfd slot to the free list.
      19269069
  4. 06 May, 1997 1 commit
    • 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
  5. 14 Feb, 1997 1 commit
  6. 27 Nov, 1996 1 commit
  7. 25 Nov, 1996 1 commit
  8. 08 Nov, 1996 1 commit
  9. 04 Nov, 1996 1 commit
  10. 03 Nov, 1996 1 commit
  11. 27 Aug, 1996 1 commit
  12. 22 Jul, 1996 1 commit
    • Marc G. Fournier's avatar
      More merges from Dr. George's tree... · 5108a5b3
      Marc G. Fournier authored
              - src/backend/tcop/*
                      - cosmetic changes to OPENLINK patches
              - src/backend/storage/*
                      - more changes, mostly cosmetic
              - src/backend/ports/*
                      - merge in patches for aix and i386_solaris
      5108a5b3
  13. 15 Jul, 1996 1 commit
  14. 09 Jul, 1996 2 commits