Commit Graph

53 Commits (3e991585487ab58b77d24298467a2b170f61b4ed)

Author SHA1 Message Date
Tom Lane 76ccf73f2b Repair problem exposed by Jan's new parallel-regression-test scaffold: 26 years ago
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer, 26 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 26 years ago
Vadim B. Mikheev 3fea625e9d Make tree compilable (+WAL). 26 years ago
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian 33e826d167 Fix for multi-byte includes. 26 years ago
Bruce Momjian 9679cb3910 More cleanup 26 years ago
Bruce Momjian 69817665cb Final cleanup 26 years ago
Bruce Momjian 9b645d481c Update #include cleanups 26 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 1e70c1fe5d comments cleanup. 27 years ago
Tom Lane e77b630cf0 Allow maximum number of backends to be set at configure time 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 7a6b562fdf Apply Win32 patch from Horak Daniel. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian c0b01461db o note that now pg_database has a new attribuite "encoding" even 27 years ago
Bruce Momjian 79c8d2e3a0 Change owner from oid to int4 type. 27 years ago
Marc G. Fournier 5979d73841 From: t-ishii@sra.co.jp 27 years ago
Marc G. Fournier bf00bbb0c4 I really hope that I haven't missed anything in this one... 27 years ago
Bruce Momjian e747c58718 Fix for hang after postmaster restart. Add new proc_exit and 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Bruce Momjian 212c905e2c Remove fork()/exec() and only do fork(). Small cleanups. 27 years ago
Bruce Momjian 4b6fcc4459 Remove GetDatabaseName/Path and use globals. Make consts later. 28 years ago
Bruce Momjian 03a7cd1788 Fix for memory leak. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier 0b4620b575 Quick cleanups 28 years ago
Marc G. Fournier 6c7c6d0c05 From: Jan Wieck <jwieck@debis.com> 28 years ago
Marc G. Fournier 8e789e8ef1 From: Phil Thompson <phil@river-bank.demon.co.uk> 28 years ago
Marc G. Fournier 10ff1eea60 First clean compile without a "PORTNAME" variable being set... 28 years ago
Bruce Momjian f7f2e18f8e Remove tqual.h includes not needed. 28 years ago
Vadim B. Mikheev c5d7a27275 Get rid of unused variable 'address'. 28 years ago
Marc G. Fournier 9bcf350cc7 Apply Bryan's IPC Patches 28 years ago
Thomas G. Lockhart fe36d461c2 Add errormsg initialization from patch by Keith Parks. 28 years ago
Bruce Momjian c17fa36d3c Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se 28 years ago
Thomas G. Lockhart 7d1f2f8a27 Support alternate database locations. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian ed7a17dca0 Remove unneeded stat calls. 28 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 28 years ago
Bruce Momjian 3ac9d2fff3 Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius 28 years ago
Bruce Momjian 31c8e94b34 Remove WIN32 defines. They never worked. 29 years ago
Bryan Henderson 5e98c40129 Change the way ipc.h is included because sys/ipc.h on Ultrix is broken. 29 years ago
Bryan Henderson 17befd6c69 Use new utils/version.c instead of backend/utils/init/magic.c. 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Marc G. Fournier 0020e8790d Another directory that compiles with no errors, and few warnings 29 years ago