- 03 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 24 Jul, 1997 1 commit
-
-
Bruce Momjian authored
Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius
-
- 22 May, 1997 1 commit
-
-
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.
-
- 06 May, 1997 1 commit
-
-
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 > */
-
- 14 Feb, 1997 1 commit
-
-
Bruce Momjian authored
-
- 27 Nov, 1996 1 commit
-
-
Vadim B. Mikheev authored
-
- 25 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 08 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 04 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 03 Nov, 1996 1 commit
-
-
Marc G. Fournier authored
Add #include "postgres.h" as required Remove #include "c.h" *and* "utils/elog.h" as applicable
-
- 27 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
-
- 22 Jul, 1996 1 commit
-
-
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
-
- 15 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
-
- 09 Jul, 1996 2 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-