summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2002-02-19Add casts to suppress gcc warnings on Solaris (where apparently pid_tTom Lane
2002-02-19Arrange to call localtime() during postmaster startup. On most Unixen,Tom Lane
2002-02-07pgstat's truncation of query string needs to be multibyte-aware.Tom Lane
2002-01-10The result of getopt() should be compared to -1, not EOF, perTom Lane
2002-01-06If we fail to fork a new backend process, (try to) report the failureTom Lane
2001-12-04Suppress data directory access-permissions check when __CYGWIN__,Tom Lane
2001-12-03Fix latent bug in checking for failure of hashtable creation.Tom Lane
2001-11-26Fix unportable, non-spec-compliant use of offsetof() with a nonconstantTom Lane
2001-11-12Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane
2001-11-11Defend against possibility that SSL error reporting mechanism returnsTom Lane
2001-11-10Restructure child-exit logging messages for easier translation,Tom Lane
2001-11-06Clean up formatting of child process exit-status reports so that theyTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-04Fix now-obsolete comment.Tom Lane
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-11-02Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-22Further cleanup of ps_status setup code. On platforms where theTom Lane
2001-10-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-10-19Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane
2001-10-19Set optreset on platforms that have it before launching postmasterTom Lane
2001-10-19Ensure that all startup paths (postmaster, standalone postgres, orTom Lane
2001-10-19Move init_ps_display from postgres.c to postmaster.c, putting itTom Lane
2001-10-16Make sure to clean out old activity string when recycling a backend entry.Tom Lane
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-03Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane
2001-10-01Clean up a little more carefully around fork of pgstat subprocess.Tom Lane
2001-10-01Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane
2001-09-30ISTM that IsUnderPostmaster should mean we are a child process of theTom Lane
2001-09-21Code review for MD5 authorization patch. Clean up some breakageTom Lane
2001-09-21Add an overall timeout on the client authentication cycle, so thatTom Lane
2001-09-08Clean up some confusion about where and how to set whereToSendOutput.Tom Lane
2001-09-07Enable SIGTERM and SIGQUIT during client authentication soJan Wieck
2001-09-07Missed a few places that referred to a compile-time limit onTom Lane
2001-09-07Get rid of PID entries in shmem hash table; there is no longer any needTom Lane
2001-08-30Convert some fprintf's to elog's.Peter Eisentraut
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-17Add 4-byte MD5 salt.Bruce Momjian
2001-08-05Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane
2001-08-04Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane
2001-07-31Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane
2001-07-30Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian
2001-07-05Added GUC configuration options to control access statistics.Jan Wieck
2001-07-03Start the stats collector at a less randomly chosen time. Bad ideaTom Lane
2001-07-01Under new theory of operation wherein postmaster forks childrenTom Lane
2001-06-30portability enhancementsPeter Eisentraut
2001-06-29Turned high-frequently called pgstat functions into macrosJan Wieck
2001-06-29Fix erroneous GUC variable references from commandline-GUC patch.Tom Lane
2001-06-25Fix a couple remaining places where GUC variables were assigned toTom Lane