Commit Graph

93 Commits (bf1c8f2b3b067c29f1abdf6fe866fb485ade96e9)

Author SHA1 Message Date
Bruce Momjian 212c905e2c Remove fork()/exec() and only do fork(). Small cleanups. 27 years ago
Bruce Momjian 3af1cc6755 postmaster/postgres options cleanup. 27 years ago
Bruce Momjian 07140ee024 Allow cancel from client of backend query. Change some int variables 28 years ago
Marc G. Fournier 6a9627e792 Last minute clean up for SunOS... 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier 712e77e3df Various fixes for string.h vs strings.h 28 years ago
Marc G. Fournier 9a55013403 Various minor modes for i386_solaris 28 years ago
Marc G. Fournier c4213aede1 From: Phil Thompson <phil@river-bank.demon.co.uk> 28 years ago
Marc G. Fournier d5bbe2aca5 From: Phil Thompson <phil@river-bank.demon.co.uk> 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 28 years ago
Bruce Momjian 679d39b9c8 Goodbye ABORT. Hello ERROR for all errors. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Thomas G. Lockhart 6873af55cf Use MAXPGPATH to declare size of socket name storage. 28 years ago
Bruce Momjian 3fa2bb316c Remove archive stuff. 28 years ago
Bruce Momjian e075271c17 Fix socket file permissions, from Goran Thyni. 28 years ago
Bruce Momjian 474de35053 FIx for unix domain sockets, from Goran Thyni. 28 years ago
Thomas G. Lockhart 8e86c46be3 Add storage/ipc.h include file to get read/write function declarations. 28 years ago
Bruce Momjian 725bbde05c Clean up indenting. 28 years ago
Bruce Momjian 50729ac764 Patch from Goran Thyni 28 years ago
Bruce Momjian c17fa36d3c Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 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 ea5b5357cd Remove more (void) and fix -Wall warnings. 28 years ago
Bruce Momjian edb58721b8 Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 28 years ago
Bruce Momjian 79e78f0b80 Added SCO support, from Daniel Harris. 28 years ago
Marc G. Fournier 8834795ebf From: Raymond Toy <toy@rtp.ericsson.se> 29 years ago
Vadim B. Mikheev 4d985ea96b StreamConnection(): setsockopt (..., TCP_NODELAY, ...) added. 29 years ago
Marc G. Fournier bf872f0aff From: "D'Arcy J.M. Cain" <darcy@druid.net> 29 years ago
Marc G. Fournier 812a6c2b54 - Move most of the I/O in both libpq and the backend to a set 29 years ago
Marc G. Fournier 3a7c93e7f3 From: Dan McGuirk <mcguirk@indirect.com> 29 years ago
Bruce Momjian 31c8e94b34 Remove WIN32 defines. They never worked. 29 years ago
Bruce Momjian e8f43854ac pq/signal() portability patch. Also psql copy prompt fix. 29 years ago
Bryan Henderson d3f9d6ad4f Move include of signal.h inside pqsignal.h so it's always where it's needed. 29 years ago
Marc G. Fournier 54c9905d6e Mulitple inclusion of sys/socket.h 29 years ago
Bryan Henderson f64b840387 Remove most compile-time options, add a few runtime options to make up for it. 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Marc G. Fournier a472a29bb4 I'm getting there, slowly :) 29 years ago
Marc G. Fournier ae1d931e88 clean up makefile 29 years ago
Marc G. Fournier bdd07411b4 remove use of PORTNAME_* 29 years ago
Marc G. Fournier 7344d69898 Finished merging in src/backend from Dr. George's source tree 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 29 years ago