summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-14UPDATED PATCH:Bruce Momjian
2002-06-14Back out SSL changes. Newer patch available.Bruce Momjian
2002-06-14Attached are a revised set of SSL patches. Many of these patchesBruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-28Rearrange LOG_CONNECTIONS code so that two log messages are made:Tom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-04-04Authentication improvements:Bruce Momjian
2002-04-03Allow postmaster to start up anyway when PGSTAT code fails to initialize,Tom Lane
2002-03-15Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane
2002-03-06Change made to elog:Bruce Momjian
2002-03-04Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-02Add code to allow profiling of backends on Linux: save and restore theTom Lane
2002-02-23Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut
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