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