]> granicus.if.org Git - postgresql/history - src/backend/postmaster/postmaster.c
getpid/pid cleanup
[postgresql] / src / backend / postmaster / postmaster.c
1998-01-25 Bruce Momjiangetpid/pid cleanup
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-12-15 Bruce MomjianFix for user password packet processing, from Goran...
1997-12-11 Bruce MomjianRemove PGDATA setting and use DataDir.
1997-12-09 Marc G. FournierMajor code cleanup following the pg_password insertion...
1997-12-07 Marc G. FournierAdd error check on getenv("DATADIR")
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-11-17 Marc G. FournierApply Bryan's IPC Patches
1997-11-10 Bruce MomjianFix case issues with quotes.
1997-11-07 Bruce MomjianAdd Unix domain socket support, from Goran Thyni, goran...
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-25 Bruce MomjianSmall cleanup.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-07-30 Marc G. FournierDue to BIND 8.1.1, my Solaris 2.5.1 machine doesn't...
1997-07-30 Marc G. FournierCheck for and use <netdb.h> for postmaster.c, instead...
1997-05-25 Marc G. Fournier-m <arg> -M weren't setup properly in getopts()...
1997-04-24 Marc G. FournierFixes:
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-02 Bruce MomjianPrevent SIGPIPE from crashing server, by Dan McGuirk.
1997-02-19 Bruce MomjianDelete -e option to postmaster, keep postgres -e option.
1997-02-18 Bruce MomjianUpdate btree patches that were missed.
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1997-02-13 Marc G. FournierVarious patches for nextstep by GregorHoffleit
1997-02-06 Bruce MomjianRemove extra paren in ifdef.
1997-02-06 Marc G. Fournierautoconf test for and set HAVE_VFORK
1997-01-27 Marc G. FournierApply usage patches for European Dates patch from Keith
1997-01-26 Marc G. FournierBring in a patch from Keith Parks to move the use of...
1997-01-24 Marc G. FournierAnother switch for configure: NEED_SYS_SELECT_H to...
1997-01-24 Marc G. FournierReplace occurances of USE_{LIMITS,VALUES}_H with HAVE_...
1997-01-22 Marc G. FournierAnother one that should be including limits.h vs machin...
1997-01-14 Bryan HendersonEliminate dupliclate definition of external variables...
1996-12-26 Bruce Momjianpq/signal() portability patch. Also psql copy prompt...
1996-12-26 Bruce MomjianIn file: .../src/backend/postmaster/postmaster.c I...
1996-12-07 Bruce MomjianReduce printing from deub level 2 ande layout change.
1996-11-27 Bryan HendersonMore stuff to make it compile on various ports.
1996-11-24 Bryan HendersonMove include of signal.h inside pqsignal.h so it's...
1996-11-14 Bryan HendersonRemove most compile-time options, add a few runtime...
1996-11-12 Bryan HendersonUse new utils/version.c instead of backend/utils/init...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-10 Bryan HendersonQuiet compiler warnings.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-03 Marc G. FournierClean up Makefile, make sure that postmaster.c compiles
1996-10-30 Bryan HendersonFix small syntax error.
1996-10-29 Bryan HendersonRemove another snprintf() for Solaris.
1996-10-28 Bryan HendersonUse strncpy() and local buffers instead of snprintf...
1996-10-24 Marc G. FournierFixes: Errors when PQexec() in backend creates temp
1996-10-13 Bruce MomjianAdded include needed for recent addition.
1996-10-13 Bruce MomjianAdded consistent include file handling for MAXHOSTNAMELEN.
1996-10-13 Bryan HendersonFix prototypes so postmaster.c will compile.
1996-10-12 Bryan HendersonNew host-based authentication -- send error message...
1996-10-07 Marc G. FournierFixed a missed change from Carsten Heyl <heyl@nads.de>
1996-10-04 Marc G. FournierHere the fix for the first assertion failure I had...
1996-10-04 Marc G. FournierThe remainder of D'Arcy's changes, most notibly the...
1996-09-26 Bruce MomjianPrevents possible packet loss from SIGCHLD.
1996-09-16 Marc G. FournierMore code cleanups from "Kurt J. Lidl" <lidl@va.pubnix...
1996-08-27 Marc G. Fournierfirst pass...move some of the "Port" dependencies to...
1996-08-14 Marc G. FournierThe following patch makes postmaster -D work. -D speci...
1996-08-06 Marc G. FournierFixes:
1996-07-23 Marc G. FournierFinished merging in src/backend from Dr. George's sourc...
1996-07-16 Marc G. Fournierfix: BSDi 2.1 requires a port seperate from BSDi 2...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01