summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
1998-08-25From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1998-08-25From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1998-07-09From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier
1998-06-27More cleanups for compiler warnings.Bruce Momjian
1998-06-27Rename proc_exit_clear to on_exit_reset.Bruce Momjian
1998-06-27Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian
1998-06-18Cleanups.Bruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-06-09Fix for exec() removal.Bruce Momjian
1998-06-09Another for for exec() removal and finding binaries.Bruce Momjian
1998-06-09Attached is a patch that fixes these leaks, and does a couple otherBruce Momjian
1998-06-08Fixed exec path problem.Bruce Momjian
1998-06-08Show filename on exec failure.Bruce Momjian
1998-06-08Fix typo.Bruce Momjian
1998-06-08Add real random() call to postmaster for use in cancel.Bruce Momjian
1998-06-04Show backend status on ps command line. Remove unused args fromBruce Momjian
1998-05-29cleanup.Bruce Momjian
1998-05-29Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian
1998-05-27postmaster/postgres options cleanup.Bruce Momjian
1998-04-06Hi,Bruce Momjian
1998-03-30There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-24From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier
1998-01-31From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1998-01-27Deadlock ceallnup.Bruce Momjian
1998-01-27Protocol cleanup from Phil.Bruce Momjian
1998-01-26From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1998-01-25getpid/pid cleanupBruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1997-12-15Fix for user password packet processing, from Goran Thyni.Bruce Momjian
1997-12-11Remove PGDATA setting and use DataDir.Bruce Momjian
1997-12-09Major code cleanup following the pg_password insertion...Marc G. Fournier
1997-12-07Add error check on getenv("DATADIR")Marc G. Fournier
1997-12-04From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier
1997-11-17Apply Bryan's IPC PatchesMarc G. Fournier
1997-11-10Fix case issues with quotes.Bruce Momjian
1997-11-07Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-25Small cleanup.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-08-12Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian
1997-08-03Cleanup for NAMEDATALEN use.Bruce Momjian
1997-07-30Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...Marc G. Fournier