Commit Graph

19 Commits (b45311e016ce95f2177bbe5e87f1f4564ec99219)

Author SHA1 Message Date
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
Bruce Momjian 022903f22e Reduce open() calls. Replace fopen() calls with calls to fd.c functions. 29 years ago
Bruce Momjian fd86ae151a Cleanup global variables, remove stable memory stuff. 29 years ago
Vadim B. Mikheev e99e4ba833 sprintf "...%d...", ... (int)getpid(), ... 29 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Bruce Momjian edb58721b8 Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 29 years ago
Bruce Momjian dc374505fa Fix for psort again. 29 years ago
Bruce Momjian 677efc7679 Another psort fix. 29 years ago
Bruce Momjian 42c0cd33a2 I think I finally got psort working for all cases. 29 years ago
Bruce Momjian cc24b846dd psort cleanups. 29 years ago
Bruce Momjian ead219384f Fix for palloc(0) in new code 29 years ago
Bruce Momjian f5f366e188 Allow internal sorts to be stored in memory rather than in files. 29 years ago
Bruce Momjian 3ac9d2fff3 Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius 29 years ago
Vadim B. Mikheev 5f893a1e32 Shouldn't we use palloc instead of malloc ? 29 years ago
Bruce Momjian a0990e1884 Makefile cleanup after reorganization 30 years ago
Marc G. Fournier 0020e8790d Another directory that compiles with no errors, and few warnings 30 years ago
Marc G. Fournier c9002ecb21 Produce a clean compile of backend... 30 years ago
Bryan Henderson b0d6f0aa63 Simplify make files, add full dependencies. 30 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago