summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-12Fix bug by passing arg[0] to find_my_binary().Bruce Momjian
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-06sysv_shmem.c patch is to correct a bug that prevents the postmasterBruce Momjian
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-04-05Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian
2004-03-27Clean up function call arg appearance.Bruce Momjian
2004-03-27Change small 'if/else' test to use Max().Bruce Momjian
2004-03-24Adjust error message wording per Andrew Dunstan's advice.Tom Lane
2004-03-24Update description error text:Bruce Momjian
2004-03-24Here's a patch implementing the "thread method" to workaround the bugBruce Momjian
2004-03-23Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane
2004-03-22Before deciding we can use a socket for statistics collection, test toTom Lane
2004-03-15Check for EOF on pipe differs under win32, as it is based on a socketBruce Momjian
2004-03-15* postmaster.c: cleanup pmdaemonize under win32; missed failure messageBruce Momjian
2004-03-15Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian
2004-03-10Move non-blocking code into its own /port file, for code clarity.Bruce Momjian
2004-03-09Corrects a typo, introduces missing variables, and rearranges theBruce Momjian
2004-03-09Add:Bruce Momjian
2004-03-05Win32:Bruce Momjian
2004-02-25For application to HEAD, following community review.Bruce Momjian
2004-02-23Do a direct probe during postmaster startup to determine the maximumTom Lane
2004-02-17This patch brings up to date what I did last year (now unfortunatelyBruce Momjian
2004-02-11Repair some problems in bgwriter start/stop logic. In particular, don'tTom Lane
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-02-02Adjustments for Win32-specific rename code, and add include file.Bruce Momjian
2004-01-28Review uses of IsUnderPostmaster, change some tests to look atTom Lane
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2004-01-26[all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian
2004-01-26Back out win32 patch so we can apply it separately.Bruce Momjian
2004-01-26Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-11Drops in the CreateProcess calls for Win32 (essentially wrapping up theBruce Momjian
2004-01-09Remove ereport() from failed connection; already done, per Tom.Bruce Momjian
2004-01-09Fix for cancel key restarting postmaster, from ClaudioBruce Momjian
2004-01-09Add WIN32 pipe implementation that uses sockets.Bruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-06Final rearrangement of main postgresql child process (ie.Bruce Momjian
2003-12-25Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian
2003-12-20This patch is the next step towards (re)allowing fork/exec.Bruce Momjian
2003-12-01Avoid assuming that type key_t is 32 bits, since it reportedly isn'tTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-19Background writer processJan Wieck
2003-11-15Make creation of statistics collection socket more robust, by allowing itTom Lane
2003-11-11* ioctlsocket_retBruce Momjian
2003-11-07Cause stats processes to detach from shared memory when started, so thatTom Lane
2003-09-26Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-12Someone (possibly me) foolishly reduced the response for failingTom Lane